Record number

  • Thread starter Thread starter Kilocharlie
  • Start date Start date
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
 
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.
 
Back
Top