How do I have the enter key pressed in a macro?

T

Terry J

I am trying to build a macro that will run a series of update type queries.
After each query the Yes button or enter key must be pressed to complete the
query. What action in the macro do I use to accomplish this?
 
S

Steve Schapel

Terry,

Put a SetWarnings/No action in the macro before the first of the
OpenQuery actions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top