Setting Hourglass o Label

D

Don

I have an access 97 application, I'm trying to turn the hourglass on when a
label's click event is fired. I use the following code (DoCmd.Hourglass
True). When in runtime it doesn't change the hourglass, if I debug and step
though the code the hourglass turns on. Any suggestions?

Thanks

Don
 
D

Douglas J. Steele

Works fine for me (Access 97, Windows XP)

Are you sure that the label's Click event is linked to your code?
 
Top