allow one person to enter in a form at a time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I set up a form so only one person can enter data at a time? If the
form is open I want it to be read only for all others that open the form.
 
cbwood пишет:
How do I set up a form so only one person can enter data at a time? If the
form is open I want it to be read only for all others that open the form.

VBA: Forms("Your form name").RecordLocks = 2
Design view: Properties - Data - RecordLocks - Edited Record
 

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