S
sheela
Hello:
I am using a form to enter records to the table. Through
this form the user is able to enter multiple records.
They type the values and click on save button. Then a
message box shows up asking whether they have more data to
enter.
If they have, they say yes and type the data and click on
save. This process goes on until they say no to enter more
records.
Everything seems working fine. Except the auto number is
skipping one, for each entry.
I am using DAO recordsetclone in the forms program. I am
closing this recordsetclone at the end of the program.
Still it is skipping one number for auto number field. How
do I fix this one?
Any help is appreciated.
TIA,
Sheela
I am using a form to enter records to the table. Through
this form the user is able to enter multiple records.
They type the values and click on save button. Then a
message box shows up asking whether they have more data to
enter.
If they have, they say yes and type the data and click on
save. This process goes on until they say no to enter more
records.
Everything seems working fine. Except the auto number is
skipping one, for each entry.
I am using DAO recordsetclone in the forms program. I am
closing this recordsetclone at the end of the program.
Still it is skipping one number for auto number field. How
do I fix this one?
Any help is appreciated.
TIA,
Sheela