Answered by:
Is it possible to disable the mouse scroll wheel?

Question
-
In some of my applications there is no need for the scroll wheel, and if a user absent mindedly scrolls the wheel, the form record changes without being particularly noticeable. This leaves the user entering data for the wrong record.
Is it possible to disable the wheel to avoid this?
Thanks. --Fred
Monday, August 31, 2015 8:12 PM
Answers
-
Hi Fred,
>> Is it possible to disable the wheel to avoid this?
Yes, in my option, mouse scroll wheel will not automatically work if you did not define it. It will work if you use the Form_MouseWheel event. I am not sure your access version, with the link below, it seems that your access version is earlier that Access 2007. In Form View in Microsoft Office Access 2007 or in Microsoft Access 2010, when you try to use the mouse wheel to move through records in a form, nothing happens.
# You cannot use the mouse wheel to scroll through records in an Access 2007 or Access 2010 form
https://support.microsoft.com/en-us/kb/2458709
Since this, I suggest you remove Form_MouseWheel event in the event of Form. You could check On Mouse Wheel.
Best Regards,
Edward
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Proposed as answer by ryguy72 Saturday, September 5, 2015 1:26 PM
- Marked as answer by Edward8520Microsoft contingent staff Monday, September 14, 2015 8:40 AM
Tuesday, September 1, 2015 6:07 AM
All replies
-
Hi Fred. What version of Access are you using? I have 2010, and the records don't move when I scroll the wheel.Monday, August 31, 2015 9:23 PM
-
Hi Fred,
>> Is it possible to disable the wheel to avoid this?
Yes, in my option, mouse scroll wheel will not automatically work if you did not define it. It will work if you use the Form_MouseWheel event. I am not sure your access version, with the link below, it seems that your access version is earlier that Access 2007. In Form View in Microsoft Office Access 2007 or in Microsoft Access 2010, when you try to use the mouse wheel to move through records in a form, nothing happens.
# You cannot use the mouse wheel to scroll through records in an Access 2007 or Access 2010 form
https://support.microsoft.com/en-us/kb/2458709
Since this, I suggest you remove Form_MouseWheel event in the event of Form. You could check On Mouse Wheel.
Best Regards,
Edward
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Proposed as answer by ryguy72 Saturday, September 5, 2015 1:26 PM
- Marked as answer by Edward8520Microsoft contingent staff Monday, September 14, 2015 8:40 AM
Tuesday, September 1, 2015 6:07 AM