T
TC2
I've created a simple contract management database. I'm using separate forms
for adding new records and editing existing records. I've set up the edit
form with a query as the record source. I can successfully populate the form
with table values for the records I wish to edit. However, I want to keep
all of the records and add the edited record as new. In other words, I'm
keeping a complete history of edits for each contract number.
My problem is, I can't figure out how to write the edited records as new
records...
for adding new records and editing existing records. I've set up the edit
form with a query as the record source. I can successfully populate the form
with table values for the records I wish to edit. However, I want to keep
all of the records and add the edited record as new. In other words, I'm
keeping a complete history of edits for each contract number.
My problem is, I can't figure out how to write the edited records as new
records...