Visual Basic programming question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Zach May

    Visual Basic programming question

    I am trying to run a query from the Visual Basic side of Access. What
    i want to do is have the program input a variable (employer name) into
    the "conditions " of the query. The variable should come from a For
    Loop that goes through each employer name in a table and inputs the
    specific employer name into the query conditions, run the query, and
    print the results.
    Is there a code that assigns a variable to the conditions of the
    query?

    Thank you!
Working...