Form displays hourglass rather than updating the caption of a labe

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

Guest

I've got a VBA 'script' that is running under a command button on a form.
The from has no recrods. I've got a label with a caption that I'm updating
the status of the script by setting the caption and issuing a me.repaint. It
works fine (most of the time) as long as the user doesn't click on anything.
It will display an hourglass and just blank out in two conditions: 1.) if
the user clicks on anything, 2.) "out of the blue".

How can I get the screen updating regularly? Is there a better way to
display a status box?

Thanks in Advance!

Jeffrey
 
Post what you're running as the code and explain the context of what's
happening when it runs.
 
Back
Top