BigJimSlade
Registered User.
- Local time
- Today, 10:13
- Joined
- Oct 11, 2000
- Messages
- 173
Hi, Big Jim here:
I am trying to find a way to create an incremental counter for a query which will be appended to a table. For example:
Rank Name
1 Bob
2 Kevin
3 Mary
Where Name is all of the data I have. I cannot use an autonumber, because I have multiple queries to run and the rank must repeat itself frequently (1 to 10, 1 to 10, etc).
I know I can do this using recordsets, but I was hoping to limit it to perhaps a function in a query.
Thanks in advance,
Big Jim
I am trying to find a way to create an incremental counter for a query which will be appended to a table. For example:
Rank Name
1 Bob
2 Kevin
3 Mary
Where Name is all of the data I have. I cannot use an autonumber, because I have multiple queries to run and the rank must repeat itself frequently (1 to 10, 1 to 10, etc).
I know I can do this using recordsets, but I was hoping to limit it to perhaps a function in a query.
Thanks in advance,
Big Jim