New Record on open of form

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

Guest

My multiuser form is for new record input only. How do I set the form to
open to a new blank record into which user can input? Thanks much.
 
Set the DataEntry Property of the form to true
Or, if you open the form with a command line, then you can use the acFormAdd

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

Back
Top