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.
 
Set the form's Data Entry property to Yes.
You can then only enter new records.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top