view previous records

R

rv004

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

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.
 
Top