I’ve developed a query on 3 different tables that generates all the records I need ... and then some (duplicates). The relationships are one-to-many (A to B) and many-to-one (B to C). There is no relationship between tables A and C.
The output fields of my query which are later needed for a report)are:
Field 1: Form_ID (in table A and B)
Field 2: Form_Title (in table A)
Field 3: Eff_Date (in table B)
Field 4: DOI_number (in table B and C)
My problem is to get the query to show only the first instance of the duplicate records and all the records that have no duplicates. Let me know if you need more information.
As always, any help is greatly appreciated.
The output fields of my query which are later needed for a report)are:
Field 1: Form_ID (in table A and B)
Field 2: Form_Title (in table A)
Field 3: Eff_Date (in table B)
Field 4: DOI_number (in table B and C)
My problem is to get the query to show only the first instance of the duplicate records and all the records that have no duplicates. Let me know if you need more information.
As always, any help is greatly appreciated.