mmaginniss
Technical User
I have two tables - one for the month of June and one for the month of May - and each table has the exact same data fields (and very similar data). I am trying to determine what records have changed from May to Jun using a query. Here is an example of the two tables:
Table May Table June
1 1
2 2
3 3
4 5
I would like my query to compare the two tables and return the fourth record in table June - 5. I have been working on this for a while and haven't been able to come up with any ideas. Any help would be appreciated.
Table May Table June
1 1
2 2
3 3
4 5
I would like my query to compare the two tables and return the fourth record in table June - 5. I have been working on this for a while and haven't been able to come up with any ideas. Any help would be appreciated.