There are a number of posts relating to this issue but none quite seem to show the complete answer, most just appear to suggest the Unmatched query solution which is OK if thats what you want on a given field.
My problem is that I have a table containing approx 40 fields which is used for updating and adding new records. Every month, I copy this table and need to compare it with the previous months table to identify ALL changes in ALL fields - not just new records.
The structure of the 2 tables are exactly the same, basically I want a query that reports all records that have "changed" and or been "added".
Is there a quick solution to this? I have tried various suggestions in the other posts but none seem to quite deal with it on a table with more than a few fields.
Thanks in advance
If IT ain’t working Binnit and Reboot
My problem is that I have a table containing approx 40 fields which is used for updating and adding new records. Every month, I copy this table and need to compare it with the previous months table to identify ALL changes in ALL fields - not just new records.
The structure of the 2 tables are exactly the same, basically I want a query that reports all records that have "changed" and or been "added".
Is there a quick solution to this? I have tried various suggestions in the other posts but none seem to quite deal with it on a table with more than a few fields.
Thanks in advance
If IT ain’t working Binnit and Reboot