Can anyone help
I am running a query and macro in code but seem to have a timing issue
The macro is intended to run after the query as the actions of the macro are based on query results
Although I have placed the RunMacro after the OpenQuery method in code I think I am running the macro before the results of the query are complete and shown as values on the form
Is there any way in code to only allow the macro to run once the query has finished?
Thanks
I am running a query and macro in code but seem to have a timing issue
The macro is intended to run after the query as the actions of the macro are based on query results
Although I have placed the RunMacro after the OpenQuery method in code I think I am running the macro before the results of the query are complete and shown as values on the form
Is there any way in code to only allow the macro to run once the query has finished?
Thanks