Updated form info not reflected in table

  • Thread starter Thread starter kbkamm
  • Start date Start date
K

kbkamm

I'm entering data into a form, and have made corrections in some of the
entries. All data (new and old) is showing up in the associated table. How
do I get rid of the old data that was changed in the form?
 
I'm entering data into a form, and have made corrections in some of the
entries. All data (new and old) is showing up in the associated table. How
do I get rid of the old data that was changed in the form?

Sounds like you added new records rather than editing existing ones.

You can open the form; navigate to the erroneous records; and delete them. You
can do so by clicking in the selection bar to the left of the form and
pressing the <Delete> key, or by using the Record... Delete menu option, or
several other ways.

If your form's Data Entry property is set to Yes, you won't be able to see the
old records - change it to No for the time being (or permanently as you
prefer).
 
Back
Top