H
Hoardling1 via AccessMonster.com
I am looking at counting, but showing an incremented number for each record
in a SQL Statement. For example:
This is what I have:
Column 1
12
12
12
11
11
10
My result would look like:
Column 1 Column 2
12 1
12 2
12 3
11 1
11 2
10 1
Any ideas?
Thanks
in a SQL Statement. For example:
This is what I have:
Column 1
12
12
12
11
11
10
My result would look like:
Column 1 Column 2
12 1
12 2
12 3
11 1
11 2
10 1
Any ideas?
Thanks