I have a macro that prints a services log by month.
It begins by opening a form that gives the user a the opportunity to choose a month and a year via combo boxes. Then uses that month to run the various queries and finally open the report.
The problem is that the form opens, but the macro continues before the month and year can be chosen.
Is there a way to pause the macro at the OpenForm action, then continue once a command button is clicked?
It begins by opening a form that gives the user a the opportunity to choose a month and a year via combo boxes. Then uses that month to run the various queries and finally open the report.
The problem is that the form opens, but the macro continues before the month and year can be chosen.
Is there a way to pause the macro at the OpenForm action, then continue once a command button is clicked?