Record number

K

Kilocharlie

Is there a way to assign my own numbers as record number?

I have 1200+ records, and I don't want to start at 1.
Importing isn't an option..

TIA
 
R

Rolls

You'll need to generate a recordset that will read the existing table in
sorted order, then output to a new table (or update a field in the existing
table) with your desired number sequence.
 
Top