My form is overwriting my table entries!

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

Guest

I have used the autoform button to create a form which populates records into
one of my database tables.

Upon my importing of records successfully, my form attempts to overwrite the
first entry within the table, as opposed to adding a new entry.

Why would this be happening?
 
Mike said:
I have used the autoform button to create a form which populates
records into one of my database tables.

Upon my importing of records successfully, my form attempts to
overwrite the first entry within the table, as opposed to adding a
new entry.

Why would this be happening?

By default a form opens to the first record of the underlying record source.
If you want to use it only for new entries then set its Data Entry property
to true.
 
This fixed it. Thank you Rick!

Rick Brandt said:
By default a form opens to the first record of the underlying record source.
If you want to use it only for new entries then set its Data Entry property
to true.
 

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