Access 2007 - force form to open with new record

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

Guest

I have been trying to figure out how to make a form open with new instead of
showing existing records.

Is there a way to do this in the Property Sheet / Form / Event?
 
Using VB:

docmd.OpenForm strFormName, acNormal,,,acFormAdd

Using the properties of the form:

Form->Data->Data Entry->Yes
 
Back
Top