hourglass while form is calculating

  • Thread starter Thread starter Bucolo Salvatore
  • Start date Start date
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top