how to change mouse pointer to busy

O

Ofer Cohen

Just don't forget to turn it back to false in he end of the code, other wise
the users might think that the process still running.
And to be on the safe side, if you have error capture put this code in it
also.

DoCmd.Hourglass False
 
Top