Form Property Question

S

scott04

Does anyone know if there is a property you can set in your form so that if a
user scrolls down on their mouse it does not proceed to the next record?
 
F

fredg

Does anyone know if there is a property you can set in your form so that if a
user scrolls down on their mouse it does not proceed to the next record?

Set the form's Cycle property to Current Record.
 
S

scott04

Fred,
That seems to work is you are just tabbing but i was wondering if an agent
uses the scroll on the mouse. Is there any way around then scrolling to the
next record unless they hit the next record button or add new record button?
 
Top