name confirmation message

D

dr ward

My macro runs a series of 3 action queries. How can I cause the action
confirmation message box to show the name of the particular query currently
being executed?
 
J

jahoobob

You can Echo a message in the Status Bar at the bottom in the Macro.
Place it before the OpenQuery line.
 
Top