Lock to current record

T

terri

I have a form that opens to a new record. I need to prevent users from using
the control f and the mouse scroll to go to another record while the form is
open.
how do i stop this?
 
D

Douglas J. Steele

Why not set the DataEntry property to Yes? Then existing records aren't
displayed, so there aren't any other records to which they can navigate!
 
Top