view previous records

  • Thread starter Thread starter rv004
  • Start date Start date
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
 
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.
 
Back
Top