If you want a permanent change, you'll need to change a theme, or use your
mouse program to do it. Within MS-Access, you can use a mouse-over event
property to set your pointer with =Point() from code something like:
Declare Function LoadCursorFromFile Lib "User32" Alias _
"LoadCursorFromFileA" (ByVal lpFileName As String) As Long
Declare Function SetCursor Lib "User32" _
(ByVal hCursor As Long) As Long
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.