R rv004 Jul 31, 2008 #1 I would like to lock from user being able to scroll up and down and view previous records that have been entered into the database
I would like to lock from user being able to scroll up and down and view previous records that have been entered into the database
D Douglas J. Steele Jul 31, 2008 #2 Set the form's DataEntry property to True. The Data Entry property doesn't determine whether records can be added; it only determines whether existing records are displayed.
Set the form's DataEntry property to True. The Data Entry property doesn't determine whether records can be added; it only determines whether existing records are displayed.
K Klatuu Jul 31, 2008 #4 Set the form's Data Entry property to Yes. You can then only enter new records.