Delete all Records in the Table and then do a Compact &
Repair of your database.
However, please not that the only purpose of AutoNumber
Field is to provide uniqueness to each Record in the Table
and the actual value allocated to each Record shouldn't
matter. In fact, users shouldn't even see the values of
the AutoNumber Field and the values can become random and
even negative.
If the actual values allocated are important to you, e.g.
sequential numbers, you should not use AutoNumber Field.
Let me add to the comments already made. Auto number fields are not
designed to provide what you want. They are designed only to provide unique
numbers which may or may not be in order (occasionally not unique). It is
generally poor design to show the numbers to a user or in a report.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.