Duplicate values (Please help)

williamminor

New member
Local time
Today, 05:18
Joined
Apr 18, 2006
Messages
6
I need help creating a report that summarizes duplicated values.
I need to write a query that groups payments of equal amounts (duplicate values only) for each vendor together. I need to show a group header containing the vendor number and name.
I was using the Having Count(*) > 1 function but that only tells me which values are duplicates It doesn't display them. I need to display the duplicates.

-WM
 
Use the Find Duplicates Query Wizard.

^
 

Users who are viewing this thread

Back
Top Bottom