D
David Anderson
I have designed a form to display all the fields of a record in each of two
versions of a table, where there is some difference in the values of any
field. The form will let me manually update any of the fields but in many
cases I simply want to overwrite the entire record in one table with its
matching record in the other. I am looking for advice on the slickest way to
do this using DAO. If possible, I would like to work at the record level
rather than rewriting the values of individual fields.
Do I just delete the original record in the target table and then append the
record from the source table? If so, what is the best way to temporarily
save the record to be deleted in case of problems? I want to minimise the
risk of data loss.
David
versions of a table, where there is some difference in the values of any
field. The form will let me manually update any of the fields but in many
cases I simply want to overwrite the entire record in one table with its
matching record in the other. I am looking for advice on the slickest way to
do this using DAO. If possible, I would like to work at the record level
rather than rewriting the values of individual fields.
Do I just delete the original record in the target table and then append the
record from the source table? If so, what is the best way to temporarily
save the record to be deleted in case of problems? I want to minimise the
risk of data loss.
David