A
Autonumber
I have created a form to add a new record to my table. I have a few fields in
the form that are required. When i create a new record, everything works fine
and a new number is assigned to the primary key field. But if i cancel the
record that i am creating before saving it, it says that record can not be
saved as expected. however, when creating next record, primary key increment
number increases by 1 (it adds to the record that i never saved). I cancelled
the last record so it should not have created a record. I can't see that
record in the table or query. When i look at my table it seems like i deleted
some records but i never created those record to start with....What do i need
to do to correct this..
Thanks for your help in advance..
the form that are required. When i create a new record, everything works fine
and a new number is assigned to the primary key field. But if i cancel the
record that i am creating before saving it, it says that record can not be
saved as expected. however, when creating next record, primary key increment
number increases by 1 (it adds to the record that i never saved). I cancelled
the last record so it should not have created a record. I can't see that
record in the table or query. When i look at my table it seems like i deleted
some records but i never created those record to start with....What do i need
to do to correct this..
Thanks for your help in advance..