hourglass while form is calculating

B

Bucolo Salvatore

Hi guys, I hope you can help me out!
I would like tu turn the mouse pointer into an Hourglass only for the period
(3-10 seconds)the form is calculating/loading!
Now, I know how to turn the mouse pointer into an Hourglass (DoCmd.Hourglass
True), but I don't know how to do it only for these few seconds?
Has someone an idea?

Any help is appreciated

Thanks
 
J

James Goodman

If you are calling the form from another object, set the hourglass in the
calling object, & cancel it when execution returns to the calling object.
 
Top