I'm new to Access/SQL, so please be patient. Thanks.
I am trying to write a query (I'll call this "Q2"), based on the results from another query (I'll call this "Q1").
Q1 simply gathers and displays all fields from several tables, based on Company Names, and displaying only the most recent entries from each table. With Q2, I'm trying to find any duplicates returned in Q1 -- for example, if two separate entries were made for one company on the same date.
My ultimate goal with Q2 is to determine which company is getting duplicated from Q1, and which fields in those duplicates do not match (which is causing the duplication).
Any suggestions?
I am trying to write a query (I'll call this "Q2"), based on the results from another query (I'll call this "Q1").
Q1 simply gathers and displays all fields from several tables, based on Company Names, and displaying only the most recent entries from each table. With Q2, I'm trying to find any duplicates returned in Q1 -- for example, if two separate entries were made for one company on the same date.
My ultimate goal with Q2 is to determine which company is getting duplicated from Q1, and which fields in those duplicates do not match (which is causing the duplication).
Any suggestions?