There is no good reason to do that. Autonumbers are supposed to be meaningless. If you start caring what they are, you'll be chasing that rabbit forever.
Third, you might choose to do the following, but, again, I don't recommend it because you will be chasing that rabbit forever:
This will change all of the numbers, not fill just fill in gaps.
Change the Start Value of an Autonumber Field
1. Create your table with an AutoNumber type field, but don't enter any records.
2. Then create another table with only a single Long Integer Number type field. This field must have same name as the AutoNumber field in the first table.
3. Enter one record in the second table that is a number one less than the required start of the AutoNumber for the first table.
4. Now create an append query to append the record in the second table to the first table and run the query.
5. You can now delete the second table and begin entering your data into the first table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.