Disable Mouse Wheel

LynnEsther

Registered User.
Local time
Today, 05:26
Joined
Sep 14, 2007
Messages
40
Access 2003 has an "on mouse wheel" event. I would like to disable the mouse wheel, but have not found a way to do that. I first tried writing some code on the event that basically cancels the event if the mouse wheel is "clicked". However, the event seems only to fire AFTER the fact (i.e. the user has already scrolled to the next record). My current work-around is when the mouse wheel is clicked, I close the form and reopen it at whatever record they were on. I would much rather simply disable the mouse wheel. Any ideas how to do this?
 

Users who are viewing this thread

Back
Top Bottom