Sequentially numbering the records in a query

andrefrancis

andrefrancis
Local time
Yesterday, 16:22
Joined
Mar 11, 2005
Messages
40
I need to add a column to a sorted query which effectively numbers from 1 to N. It is intended as a ranking field for later statistical analysis.

I can do this manually by saving the query as a table, then introducing a new autonumber field.

However, I need to do this automatically, as this is just one query out of many in a large and complex setup. Is it possible to add an autonumber field to a query?

Can anyone help?
 

Users who are viewing this thread

Back
Top Bottom