Query to group mostly-alike rows

  • Thread starter Thread starter Dean Landry
  • Start date Start date
D

Dean Landry

I need a query that will group mostly alike rows. I have rows with about 12
fields, and I want each row to have a list (in a text field) of other rows
with the same first three fields. Any idea how to approach this?

Dean
 
Dean

Another approach might be to just sort a normal query by those three
fields -- I assume you'll need to have someone's eyeballs review the "mostly
alike" rows anyway, right?
 
Back
Top