I have a query that takes a bit of time to complete. My users don't realize that a query is taking place once they click a button, seeing as there isn't a dialogue box or text explaining what steps the process is on. My question is:
Is it possible to create a dialogue box that appears when a query begins, and closes when a query ends?
If it's possible to update the dialogue box (i.e. when my first subform is being updated, have the box say Updating User information
and when my second subform is being updated it says
Calculating Monthly Suggestions
) in VBA. I am using this in my Access 2010 database.
TIA!