G
Guest
I am looking for a way to number the rows in a query result.
Example:
Row1 Row2
A B
C D
E F
Needed
Row1 Row2 NumberedRow
A B 1
C D 2
E F 3
Etc.
I am a fairly new user and not a probrammer.
Example:
Row1 Row2
A B
C D
E F
Needed
Row1 Row2 NumberedRow
A B 1
C D 2
E F 3
Etc.
I am a fairly new user and not a probrammer.