Suppose I have two tables. tblOriginal and tblNew. Both have the same fields, except that tblOriginal has additional fields.
Is it possible to....
1. "merge" tblNew into tblOriginal? Any/All new records to be appended to the tblOriginal
2. and for records that are in both, only tblOriginal Fields that are different in tblNew (if any)
Hopefully that makes sense.
Is it possible to....
1. "merge" tblNew into tblOriginal? Any/All new records to be appended to the tblOriginal
2. and for records that are in both, only tblOriginal Fields that are different in tblNew (if any)
Hopefully that makes sense.