bgreenhouse
Technical User
This is fairly complicated, so here goes: I have find unmatched queries that find data that is in one table, but not in another. From these queries, I have queries that find fields that have a date that is older than five days ago. I have about seven of each of these queries, and now I want to summarize them all in a report. To do this I created another query that pulls the data from the previous queries (files older than 5 days), and groups it together. This query however returns the first record but many many copies of it. I get more than 4000 rows of the same record over and over, when I should get about 150 DIFFERENT records returned. Sorry if this is garbled, I can clarify if needed.<br><br>Ben