I have a macro that runs multiple queries. (using Access 2007)
I want to display on the status bar which query is running so I know where it's at in the process (the macro runs 47 queries).
I've tried Echo on, Echo off, added status bar text. All I get is the hourglass and maybe that little green progress bar, but I don't know which query is running.
Anyone know a way to display different messages while the macro is running?
Thanks
I want to display on the status bar which query is running so I know where it's at in the process (the macro runs 47 queries).
I've tried Echo on, Echo off, added status bar text. All I get is the hourglass and maybe that little green progress bar, but I don't know which query is running.
Anyone know a way to display different messages while the macro is running?
Thanks
Comment