I am using a textbox in lieu of a button in a MS Access 2003 form. When I hover over the textbox, the cursor changes to an insertion point. Is there any way to keep the cursor a mouse (and keep the textbox clickable- so the "enabled" property can't be set to "no")?
In the mouse move event of the textbox, set:
screen.MousePointer = 1