data entry form

G

Guest

I'm about to finish my database and I will start using it to do a research,
and someone has suggested me to make my form as "data entry" in order to not
let anyone change the information in my database. What should I do to make my
form "data entry"?

Miguel
 
G

Guest

Two ways
1. Set the form DataEntry Property to Yes
====================================
2. On the On open form command line, specify that it for data entry
docmd.OpenForm "FormName",,,,acFormAdd
 

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

Top