E
ellen-b
Hello,
I'm having trouble getting my macro to perform actions in the correct order.
Here's what I wrote:
OpenForm: Form requires user to select a City from combo box
OpenQuery: Append query uses City from above Form
OpenQuery: Append query #2 uses same City as above
When I run the macro it opens the Form but doesn't wait for the user to
select the City, instead it moves directly to the first Append query which
results in appending 0 records. If you click OK to that action, it moves to
the second Append query with the same result.
I tried creating a separate macro to open the Form and substituted RunMacro
for OpenForm as the first action but it made no difference.
Any suggestions?
Thank you!
I'm having trouble getting my macro to perform actions in the correct order.
Here's what I wrote:
OpenForm: Form requires user to select a City from combo box
OpenQuery: Append query uses City from above Form
OpenQuery: Append query #2 uses same City as above
When I run the macro it opens the Form but doesn't wait for the user to
select the City, instead it moves directly to the first Append query which
results in appending 0 records. If you click OK to that action, it moves to
the second Append query with the same result.
I tried creating a separate macro to open the Form and substituted RunMacro
for OpenForm as the first action but it made no difference.
Any suggestions?
Thank you!