Access Message Box

D

dimpie

I know this is a very basic question, but i have tried all msgbox but still
cant get a message to be displayed at the same time a report is running. so
here it is:

I am tring to run a report that takes a lot of time. Is there a way i can
display a message on the screen when this report is running???

example message would be "Please Wait..."

Thank you.
 
D

Douglas J. Steele

Create your own form that displays whatever message you want and open it
form in the report's Open event.
 
Top