Hi all,
I have a recordset that looks like:
Col 1 Col 2
A 1
A 2
A 3
B 4
B 5
C 2
C 3
etc.
I want to extract unique entries from Col 1 and the first associated vale from Col 2.
i.e.
A 1
B 4
C 2
I can do this easily in Excel but I have far too many records in the Access db to export to Excel.
Thanks,
Henio
I have a recordset that looks like:
Col 1 Col 2
A 1
A 2
A 3
B 4
B 5
C 2
C 3
etc.
I want to extract unique entries from Col 1 and the first associated vale from Col 2.
i.e.
A 1
B 4
C 2
I can do this easily in Excel but I have far too many records in the Access db to export to Excel.
Thanks,
Henio