Status indicator

J

Jeff

Is there a way to display and remove a message box without user input or
display a status indicator like the ones used on loading software?

I have a couple of lengthy operations which I would like to display some
sort of status indicator to an impatient user and only changing the icon to
an hourglass is very limited...

thanks
 
D

Douglas J. Steele

Create your own form and display it.

You can write to controls on a form from code running anywhere in Access
(assuming that the form's open!)
 
Top