G
Guest
I have an autonumber field in a form. When I use an "UNDO / CLEAR FORM"
command button (imbedded onto this form) to undo the contents in the form,
the AUTONUMBER value of the next record inputted increments by one.
Example: I am adding / inputting record number 15 (I have the AUTONUMBERed
"RECNUMBER" field visible on my screen form to enable viewing of a specific
record), I discover an error and UNDO / CLEAR the entire form using the
command ("UNDO") button I've created. When I wish to re-input the data, I
see the record number value of the new record is 16, with no record # 15
being created - it has been skipped. I'd prefer to have all the records
sequentially numbered without skips / missing values.
Is there any way to test or set the value of the AUTONUMBER field so that it
adjusts to stay in the proper sequence even should a record get undone?
Thank you ALL for the help.
command button (imbedded onto this form) to undo the contents in the form,
the AUTONUMBER value of the next record inputted increments by one.
Example: I am adding / inputting record number 15 (I have the AUTONUMBERed
"RECNUMBER" field visible on my screen form to enable viewing of a specific
record), I discover an error and UNDO / CLEAR the entire form using the
command ("UNDO") button I've created. When I wish to re-input the data, I
see the record number value of the new record is 16, with no record # 15
being created - it has been skipped. I'd prefer to have all the records
sequentially numbered without skips / missing values.
Is there any way to test or set the value of the AUTONUMBER field so that it
adjusts to stay in the proper sequence even should a record get undone?
Thank you ALL for the help.