Microsoft
Access Docmd.HourGlass Method Example
The DoCmd HourGlass method changes the mouse pointer to an image of an hourglass
This action method is often used when running a query
or report from visual basic that takes a while to run.
DoCmd.HourGlass True
or
DoCmd.HourGlass False
The DoCmd Hourglass action has the following argument.
Yes/No, True/False, or -1/0
Remarks:
You can define which icon Windows uses (2000,XP) in the control
panel, 'busy' mouse pointer setting.