Blank Forms

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

Guest

Hi:

I'd like to know what do I have to do to make that everytime I open a Form
it will open in a blank form and not old forms already completed.

Thanks in advance
 
Are you talking about Data entry, empty form?
If that the case, change the DataEntry Property of the form to yes.

Or, in the OnOpen command line you can write
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