Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mgargUWBC
  • Content: Threads
  • Order by date
  1. mgargUWBC

    run multiple queries in order with same parameter

    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...
  2. mgargUWBC

    linked forms - which form called this form

    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...
  3. mgargUWBC

    error - Access can't find '|' field in criteria expression

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

    Force data entry based on TWO combo boxes

    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...

Part and Inventory Search

Back
Top