Hi,
I have 2 tables with matching field names etc, let's call them tbl_archive & tbl_update.
tbl_update can contain either entirely new records (don't appear in tbl_archive) or updates to records existing in tbl_archive.
Capturing the new records is easy with an unmatched query as there is a reference number field which I can use that will only exist in tbl_update for new records and will not exist in tbl_archive.
But what about records that do exist in tbl_archive but tbl_update has 1 or more field changes.
In the example below I would want to see the record from tbl_update as there has been a change to fields 3 & 6.
Any help would be much appreciated....
I have 2 tables with matching field names etc, let's call them tbl_archive & tbl_update.
tbl_update can contain either entirely new records (don't appear in tbl_archive) or updates to records existing in tbl_archive.
Capturing the new records is easy with an unmatched query as there is a reference number field which I can use that will only exist in tbl_update for new records and will not exist in tbl_archive.
But what about records that do exist in tbl_archive but tbl_update has 1 or more field changes.
In the example below I would want to see the record from tbl_update as there has been a change to fields 3 & 6.
Any help would be much appreciated....