Blank Forms

A

Amaury

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
 
O

Ofer

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
 
Top