removing duplicates with lower value.

Curry

Registered User.
Local time
Today, 22:18
Joined
Jul 21, 2003
Messages
73
Hi All,

I have a table that has multiple records that are basically duplicates that differ in one field only. I want to get rid of all duplicates leaving 1 record which is the one with the highest value in this field. Can this be done with a query? or do I need to use VBA code to generate this result.

Thanks
 
With Your query in Design view click the Sigma (Σ {Total, Sum}) button and select Max for that field, in the design grid.
 
Yes..of course....Think I was trying too hard...Thanks for your help.
 

Users who are viewing this thread

Back
Top Bottom