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...
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] & ")...
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.