Autonumber issue

  • Thread starter Thread starter benbanyas
  • Start date Start date
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?
 
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

Similar Threads

Data Entry Form and Auto Number ID 2
How do I get rid of "Auto Number" in forms ? 7
Autonumber Question 5
Form Help 3
Autonumber 7
Access 2007 autonumber oddity 28
Autonumbering Query 1
autonumber 2

Back
Top