D
Doctor
I have a query that finds all directors of all clubs in the USA and includes
all of their mailing information. Some clubs have more than one director. I
would like my query to find all directors, but if it finds two directors from
the same club, I would like to only select one of them (I don't care which
one).
I have these fields in the query which contains duplicates (Please
understand that the records will be different except for the one field ClubID)
ContactID, FullName, ClubID, Address, CSZ, Country, ContactZip
Everything I have looked at before, will either find duplicates where the
entire record is the same, or only show records that are not duplicated. I
tried to do an unmatched query, but you must choose two tables, and it
doesn't let you choose the same table for comparison.
Any help would be tremendously appreciated!
all of their mailing information. Some clubs have more than one director. I
would like my query to find all directors, but if it finds two directors from
the same club, I would like to only select one of them (I don't care which
one).
I have these fields in the query which contains duplicates (Please
understand that the records will be different except for the one field ClubID)
ContactID, FullName, ClubID, Address, CSZ, Country, ContactZip
Everything I have looked at before, will either find duplicates where the
entire record is the same, or only show records that are not duplicated. I
tried to do an unmatched query, but you must choose two tables, and it
doesn't let you choose the same table for comparison.
Any help would be tremendously appreciated!