G
Guest
I have a problem and I know there MUST be an easy solution. Please help!
I want to take two tables and find the differences. In other words, I have one table on Monday. Then some records are added to that table, or values change in current records, and I get another file on Tuesday that has all the original records (from Monday) and the new records. It is cumulative.
I need to be able to output ONLY the records that have been added or changed. Any suggestions?
I had originally considered combining the two files (using an append) and then using a Find Duplicates. Deleting the duplicates should then reveal those that are different, right? For some reason my Find Duplicates query is not working properly. Any other ideas that might make this work?
thanks!
- S
I want to take two tables and find the differences. In other words, I have one table on Monday. Then some records are added to that table, or values change in current records, and I get another file on Tuesday that has all the original records (from Monday) and the new records. It is cumulative.
I need to be able to output ONLY the records that have been added or changed. Any suggestions?
I had originally considered combining the two files (using an append) and then using a Find Duplicates. Deleting the duplicates should then reveal those that are different, right? For some reason my Find Duplicates query is not working properly. Any other ideas that might make this work?
thanks!
- S