In a table I have several records with duplicates based on 1 field. Here is examples. Thx for any input.
I was thinking to have a translation table, but so far Im having troubles with empty fields or null maybe
Record 1 "With sugar"
Record 1 (Duplicate) Empty or "Not with sugar"
Record 2 "With jam"
Record 2 (Duplicate) Empty
Record 3 "With sugar"
Record 3 (Duplicate) "With jam"
My result in a query should be identical for both records to reduce records by using unique values
Record 1 "With and without sugar"
Record 2 "With and without jam"
Record 3 "With sugar and jam"