automatically create new record

D

Duck

I know there must be a very simple solution to this problem, but all I
want is to have a bound form to open ready to create a new record in
the underlying table instead of displaying the first (or any) record
from the table. I don't want my users to have to tell the form that
they want to generate a new record. It's a sales form and all records
are new records.
 
N

Nikos Yannacopoulos

Just change the form's Data Entry property value from default No to Yes.
The form will then open in a new record, as well as prevent users from
browsing existing records.

HTH,
Nikos
 
D

Duck

Open the form and set the Data Entry property to Yes.

--
Joan Wild
Microsoft Access MVP





- Show quoted text -

Thank you both...I knew it had to be something very simple
 
Top