how to change mouse pointer to busy

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top