K
keith
hello,
I am trying to call a query from a form control Command1
in the code I have the following statement
DoCmd.OpenQuery "q_myquery"
where q_myquery is the exact name of the query. I know it is exact because
I copied and pasted it from the query name into the statement.
This statement returns an error with no message
what is the most likely problem, and what can I do about it?
Thank you,
keith
I am trying to call a query from a form control Command1
in the code I have the following statement
DoCmd.OpenQuery "q_myquery"
where q_myquery is the exact name of the query. I know it is exact because
I copied and pasted it from the query name into the statement.
This statement returns an error with no message
what is the most likely problem, and what can I do about it?
Thank you,
keith