I suggest you may not want to use Autonumber for that use. Autonumbers are
designed to provide unique numbers. It in not designed to provide numbers
in order and for a number of reasons may not do so. As a result using them
in any application where the user sees the numbers is likely to end up with
confusion.
There are other ways of providing the numbers you want depending on the
particual application.
Compact and repair of the Mdb where the table located in, will do the trick
But it will only reset it up to the last record, so if you deleted the all
table, it will reset it back to 1, if the last record AutoNumber is 501 and
you delete the last 2 records it will reset the number back to 500.
But if you delete records in the middle it will stay empty.
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.