Can you reference a variable in a query?
For instance, if I have an integer variable that is populated in a form's modual, can I have the form call a query that looks like:
SELECT ...
FROM ...
WHERE ... = intVariable;
Maybe [Forms]![Form name]![variable name]?
For instance, if I have an integer variable that is populated in a form's modual, can I have the form call a query that looks like:
SELECT ...
FROM ...
WHERE ... = intVariable;
Maybe [Forms]![Form name]![variable name]?