Gasman
Enthusiastic Amateur
- Local time
- Today, 21:42
- Joined
- Sep 21, 2011
- Messages
- 17,355
Hi all,
I have a form that I am trying to use to update the user on each macro step.
The form has one field txtProgress and I set that value in the macro prior to running the next query. However most times the form is still opening when the macroes are already running, so defeating the purpose of the progress update. I know I could use MSGBOX, but that would involve the user having to click each display.
How can I just have the field get updated in time with the macro that is next on the list to run.?
TIA
I have a form that I am trying to use to update the user on each macro step.
The form has one field txtProgress and I set that value in the macro prior to running the next query. However most times the form is still opening when the macroes are already running, so defeating the purpose of the progress update. I know I could use MSGBOX, but that would involve the user having to click each display.
How can I just have the field get updated in time with the macro that is next on the list to run.?
TIA