Hi!
I've got a situtation and I need some advice on. I have a "set" of 15 delete queries that need to be run in a specific order. Each of the delete queries requires one parameter and it is the same parameter for each query (an ending date).
I can run the queries in order, but each query asks...
Here's some background and my question -
FormA contains a button, that when clicked brings up FormX. FormB also contains a button that when clicked brings up FormX.
Is there a way to tell whether FormA or FormB called FormX (from inside the code of FormX)? Basically I need to know how I got...
RoyVidar
BINGO!
That was it. I knew it was a "duh" when I posted but I was stumped. A case of looking at it so long I couldn't see the error.
A star for you!
Michelle
Chris153 -
Tried it and same error.
It worked correctly until I added the WorkPlan.ConsultantID) = " & [Me]![ConsultantID] part if that helps.
Michelle
I'm having a problem with the following code.
Me.Project.RowSource = "SELECT Projects.ProjectID, Projects.ProjectName FROM WorkPlan INNER JOIN Projects ON WorkPlan.ProjectID = Projects.ProjectID " & _
"WHERE (((WorkPlan.ConsultantID) = " & [Me]![ConsultantID] & ")...
Thanks Rolliee,
The problem is that anyone can take any workshop, but some people have to have the fee added (those people who are registering for a workshop that is NOT sponsored by their group). So I can't restrict who can register for a workshop. We need to have the fee automatically added...
I'm creating a database for tracking workshops that are sponsored by different groups. What I'm working on is a form in which I have 2 combo boxes (Personnel & Workshop). Users are able to pick any personnel and any workshop. When they have choosen the Personnel and the Workshop I need to fill...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.