Reseting Autonumbering

J

John Spencer

Can you be a little more specific about what you need?

If you want to reset the autonumber field to start with 1, then delete all
the records in the table and compact the database.

Or do you want to set the starting number to a specific value?

Or do you want to change the autonumber of specific records? For example
the field has the value 123 and you want the value to be 10123.
 
Top