mouse wheel

  • Thread starter Thread starter Ted
  • Start date Start date
T

Ted

Hello,

I've noticed that when the user scrolls the mouse wheel, it causes my
database to move to a new record. Is there any way to prevent this from
happening (other than removing the mouse)? I've checked the mouse settings
and there's nothing there to disable or alter the wheel settings, and this
happens with different brands of mice. I didn't see anything in Access
2000/2002 that allowed me to disable this, either. If anyone has a solution
I would be greatful. Thanks in advance.
 
This is very cool! I modified the code a bit so that the mouse wheel is
automatically disabled in all the forms when they load, rather than using
buttons. Thank you for the link and thanks to Mr. LeBans.
 
The "Buttons" were merely for demonstration purposes. Just place the
call to the function to turn off the MouseWheel in the Load event of any
form you open. You only need to do this in one form and it works for all
other forms as well.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top