I have a report I run each month on the same data, from month to month I can have changes in any or all of the fifteen fields but the structure of the report will never change. I want to use Access to find all differences between the previous month and the
current month report. Changes can also include new entries or the removal of entries.
Some of my fields include: Organization ID (UID that will not change), President's Name, Home Phone Number, Mailing Address, etc.
The field values that will not change from month to month are the Organization IDs but if that organization does not have a current president, it may not appear as a record on the current month's report so I also need the Query to show me if an organization
has fallen out of the table. Similarly, I can have an Organization on the current month's report that wasn't present last month.
I would prefer to show all changes with one or two Queries.