How do I open a form in add mode (not find the first record)?

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

Guest

After designing a new form and opening it up it finds the first record and
filles all of the fields with its info. How do I stop my program form doing
this? I want it to be in add mode when it is first opened.
 
Insert code in the ONOPEN event to goto a new record.

DoCmd.GoToRecord.acNew
 

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