PREVENT SCROLLING

S

Sammie

Is there a way to prevent the user from accdently scrolling and changing
records while entering data?
Thanks,
Sammie
 
R

Rob Parker

If the "accidental scrolling" is from the mouse scroll wheel, use Steven
Lebans code to disable it:
http://www.lebans.com/mousewheelonoff.htm

If the user is scrolling by some other method, find/write some code to
prevent that - but I doubt that's the problem ;-)

Rob


Sammie said:
Is there a way to prevent the user from accdently scrolling and changing
records while entering data?
Thanks,
Sammie
=----
 
Top