The VBA statement "Screen.MousePointer = 1" will change the mousepointer to an arrow regardless of the type of control being pointed to. It will stay that way until you change it again, even if you close the form. Use "Screen.MousePointer = 0" to reset to the Access default pointer.
If you only want to do this on a particular form and not on others, do it (=1) in the form's Activate event and undo it (=0) in the Deactivate event.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.