open form with empty fields

S

Smoki

Hy,
I have a problem with my form. Every time when I open my form, I see my
first record, and it is not form with empty filds. Then, I have to delete
those fields and to enter new record.
How to open empty form?
 
A

Allen Browne

Set the form's Data Entry property to Yes (in the Properties box.)

It will then open for entering a new record, instead of showing the existing
records in your table.
 
Top