Combining Duplicate Records in a query record into one value

browninaz

Ugly Data Hoarder
Local time
Today, 12:26
Joined
Oct 26, 2012
Messages
88
Good evening all,

I am trying to combine duplicate values in a query record to create one value for the duplicate values. Attached is a copy of the query design I am working with. Publication1.jpg What I would like to achieve - if column one in record one is the same as column one record two, three, four, etc., I would like to combine these fields into one field.

Thanks as always for any and all help offered.
 
Sounds like you need to change your Query from a SELECT Query (which will display all records, including duplicates) to a SUM Query (where you can customise grouping levels)
 

Users who are viewing this thread

Back
Top Bottom