Adding new record withour overwriting

  • Thread starter Thread starter infael
  • Start date Start date
I

infael

I have linked a form to my table. The form is overwriting
an existing record rather than appending a new record to
my table. How can I make the form append rather than
overwrite a record?

Many thanks!
infael
 
I have linked a form to my table. The form is overwriting
an existing record rather than appending a new record to
my table. How can I make the form append rather than
overwrite a record?

Move to the "new record" by clicking the *> icon on the navigation
buttons at the bottom of the screen. Or, set the Data Entry property
of the form to True - this will show you only the "new record" and
won't let you see previously entered ones on this form (though you can
see them in the table or on another, non-data entry, form).
 
Back
Top