Hello friends,
I created a form with AUTONUMBER for the first field. Every time user start filling out the 2nd field, the 1st field (autonumber) automatically increase by 1.
However, when user fill out from 2nd field, but not saved yet, then close out the form, the number still increases and saved in the table. How can I protect from that?
On my form, I have a submit button to save, but in this case, I didn't save a form yet, but the number still increases ....
Also, when I go to the table and delete 4 records (for example from number 6 to 10), then I go back the for to fill out, the autonumber doesn't start from 6, but from 11... is there anyway to protect from this?
Thanks.
I created a form with AUTONUMBER for the first field. Every time user start filling out the 2nd field, the 1st field (autonumber) automatically increase by 1.
However, when user fill out from 2nd field, but not saved yet, then close out the form, the number still increases and saved in the table. How can I protect from that?
On my form, I have a submit button to save, but in this case, I didn't save a form yet, but the number still increases ....
Also, when I go to the table and delete 4 records (for example from number 6 to 10), then I go back the for to fill out, the autonumber doesn't start from 6, but from 11... is there anyway to protect from this?
Thanks.