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

  • Thread starter Thread starter Terry J
  • Start date Start date
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?
 
Terry,

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