scroll down mouse how do i stop it?

ladivapr

Registered User.
Local time
Today, 07:09
Joined
Jul 15, 2003
Messages
28
Okay I have a textbox where I don't want the wheel of the mouse to scroll down between records when in the open form. What line of code i can put in the textbox property-mouse down to be able to prevent this? (I think that's where the line of would go right?)

Thanks ahead!
 
You need to change the "Cycle" property for the 'form' to "Current Record".
 
Stopping the Mouse Wheel from Scrolling

Search the forum for Jet46 "Another Mouse Wheel Option" he has a simple code you can copy and paste into your database that will stop the scrolling.

I've used it and highly recommend it.
 

Users who are viewing this thread

Back
Top Bottom