I made up a training form that users fill out with different personnel data,
but now that i have about 40 records, the users can scroll through the others
records on the form, an intellimouse function that i am trying to stop in
access, but i don't know how to do that...HELP!
BruceM - 15 Apr 2005 15:41 GMT
There is no built-in way, but this link points to a solution that is pretty
simple to implement:
http://www.lebans.com/mousewheelonoff.htm
Read the documentation carefully, and be sure you have the same references
in your code window (Tools > References) as are in the sample database's code
window.
> I made up a training form that users fill out with different personnel data,
> but now that i have about 40 records, the users can scroll through the others
> records on the form, an intellimouse function that i am trying to stop in
> access, but i don't know how to do that...HELP!