I'm sure I looked into this a couple of years ago, but I can't seem to find the results of my search so......
I have a table full of data and I need to add a sequential number to the records, but with the data ordered in a certain way. Is there a way to add a new autonumber field to existing data so the numbers are populated in a user defined order or is my only option looping through the recordset and adding the counter through code? I was hoping adding an autonumber field would work as it seems quicker than looping the recordset.
Regards,




