View Full Version : Mouse Scrolling through Form


katiekat
06-26-2001, 11:20 AM
Ok, I've looked everywhere for an answer to this question.

Currently, when you use the roller on the mouse, it scrolls through the reccords in your form. This creates all sorts of problems.

I've tried record locking, I've tried changing the tab cycle... I've gotten the latest windows patches/updates, which I assumed was going to add an event called "mouse_wheel" that I could cancel = true and ta da! No more scrolling. Not so. This is driving my users insane, and consequently, I'm going a little batty myself.

Does anyone have any idea what to do about this?

Thank you sooooooo much for any help you can give. http://www.access-programmers.co.uk/ubb/smile.gif

Kate

charityg
06-27-2001, 08:12 AM
Don't know if it works or not, but this link has a solution with code. Give it a try
http://www.access-programmers.co.uk/ubb/Forum1/HTML/003691.html

katiekat
06-27-2001, 08:24 AM
Thanks a bunch!!

I'll try this, though it's a little complicated for me... http://www.access-programmers.co.uk/ubb/smile.gif

This is the only solution I've found so far. Let's hope it works!