|
Add a label to this form by clicking on the ‘Label’ (Aa) button on your toolbox, then by clicking and dragging on your form. To this label add the following text:
“Please Wait – Query In Progress”
Save this form as ‘QueryInProgress’
Next you will need to create a Macro to both run the query and display the form. To do this:
Click on ‘Macros’ and add the following Actions to the new Macro:
OpenForm
Form Name – QueryInProgress
View – Form
Data Mode – Read Only
Window Mode – Normal
RepaintObject
Object Type – Form
Object Name – QueryInProgress
Open Query
Query Name – Name of your query
View - Datasheet
Close
Object Type – Form
Object Name – QueryInProgress
Save - No
Close and save this Macro, call it QueryInProgressMacro
Now, run this Macro anytime you wish to run your query and display the ‘Please Wait’ form.
I hope this tip, Processing Message, is of some benefit to you.
Do you like this tip? Subscribe to my Newsletter to receive tips
via email.
Click Here to subscribe.
|