Hi All,
This question has been asked before but I need to know not only how to
disable the mouse wheel on Access 97 forms for scrolling through
records, but how to be able to use the mouse wheel to perform its
standard function of scrolling the screen up and down. The reason I'm
asking is I have several large forms that continue well past the bottom
of the screen and the first thing that most people do is use the scroll
wheel if they have one.
If anyone has some information for this clinically registered simpleton
(me in other words) then I'd be very grateful.
Many thanks, Dean...
pietlinden@hotmail.com - 13 Apr 2006 18:32 GMT
did you look for Stephen Lebans' code?
www.lebans.com
I know he has code that disables the stupid scrolling... not sure if it
disables everything, though.
DeanL - 13 Apr 2006 18:43 GMT
Already tried the code from Stephen Lebans (which I will says does
everything it says on the box very well) but it just deactivates the
Mouse Wheel. I'm after trying to get the wheel to scroll the screen
and not change records if at all possible.
Thank you, though.
Dean...
Wayne Gillespie - 14 Apr 2006 01:21 GMT
>Already tried the code from Stephen Lebans (which I will says does
>everything it says on the box very well) but it just deactivates the
[quoted text clipped - 4 lines]
>
>Dean...
Try changing the Cycle property of the form to "Current Record" instead of "All
Records".
Wayne Gillespie
Gosford NSW Australia
DeanL - 17 Apr 2006 23:05 GMT
Thanks Wayne but unfortunately it's still cycling happily through the
records when the mouse wheel is used.
Dean...