Lock to current record

  • Thread starter Thread starter terri
  • Start date Start date
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?
 
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!
 
Back
Top