P
Paul James
I've been using Total queries to count the numbers of duplicate records in a table, where one query field is a Group By and the other is a Count of the same underlying field. This results in a query that displays the duplicate record values in one field, and the number of records in each of those groups in another query field.
The specific query parameters I'm using are:
Field Left(Name,6) Name
Total Group By Count
Criteria >1
I'm trying to figure out a way to create a query that would display each of the individual (duplicate) records in each group, instead of just showing the count of the records within each group. Can anyone tell me how to do this?
Thanks in advance,
Paul
The specific query parameters I'm using are:
Field Left(Name,6) Name
Total Group By Count
Criteria >1
I'm trying to figure out a way to create a query that would display each of the individual (duplicate) records in each group, instead of just showing the count of the records within each group. Can anyone tell me how to do this?
Thanks in advance,
Paul