Access 2007 - force form to open with new record

J

Jason Hall

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?
 
B

B. Edwards

Using VB:

docmd.OpenForm strFormName, acNormal,,,acFormAdd

Using the properties of the form:

Form->Data->Data Entry->Yes
 

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