Hi Yoda,
I was actually going to tag onto this thread and ask you if it was possible to change the mouse
pointer to a "hand" when over an unattached label. But I thought I should try Googling first. Second
thread I read I found this from 2002:
Copy the code from
http://www.mvps.org/access/api/api0044.htm
into a standard module. Then put the statement
MouseCursor IDC_HAND
in the event procedure for the control's MouseMove event, or just set
its OnMouseMove property to this expression:
=MouseCursor(32649)
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
So anyway, just wanted to say thanks and it works great!
