If I have two columns in a table
COL 1 Col 2
3 d4
4 f3
4 f3
3 d2
4 s3
3 d2
I would like to order by col 1 ... and also col 2 so that I can loop through my recordset and weed out duplicates
I would like to end up with
3 d2
3 d4
4 f3
4 s3
(Confused yet? )
If anyone can think of a way to do this I would appreciate it.
Joanne
COL 1 Col 2
3 d4
4 f3
4 f3
3 d2
4 s3
3 d2
I would like to order by col 1 ... and also col 2 so that I can loop through my recordset and weed out duplicates
I would like to end up with
3 d2
3 d4
4 f3
4 s3
(Confused yet? )
If anyone can think of a way to do this I would appreciate it.
Joanne