auto numer is skipping by one number

S

sheela

I am using a form to enter records into a table. Users can
enter multiple records using this form. I am using a for
loop code for this. This table has a field of auto number
data type. For each set of record entries the auto number
skips one sequential number. How do I get the auto number
to get the values in the order with out skipping numbers
in between?
Thank you in advance,
Sheela
 
D

Douglas J. Steele

We'd need to see you code in order to give you a definitive answer, but if
the values of the Autonumber field matters, then you probably shouldn't be
using an Autonumber. Autonumber fields aren't guaranteed to be sequential
with no gaps.
 

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


Top