Please wait ....Calculating

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have a form that calculates a sum when it opens using DSum. I'd like a
form to pop up that says please wait, while the calculation is going on.
I've tried using the form's OnOpen and OnLoad events, but the pop up flashes
before the calculations are complete. It seems that I'll have to have the
form open and close based on my field's events, but I'm not sure which ones.
Any suggestions?
Thanks!
Melinda
 
Melinda,

Open the "Please Wait" form in the other form's Open event, and close it in
the Current event.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 

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