Autonumber issue

B

benbanyas

I am using Autonumber with the Increment format for my IDs on a table. I use
a form to enter data into this table. When I go to the next blank form and
begin typing, but then delete the information and close the form, there is
not a record saved in the table but the ID number skips (my last completed
entry is ID 42 but the next one will be 49). How can I get the autonumber
back on track?
 
S

schasteen

Don't use Autonumber. Autonumber will not do what you are looking for. It
only ensures a unique number. If you want sequential numbers, you will have
to write some code to do this.
 

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.

Ask a Question

Top