I have an autonumber on my table to assign each record a value. When the user hits cancel, the form doesn't save -- which is great -- however, I noticed that when I create a new record, I noticed that the autonumber still incremented. Is there a way to prevent the increment if the user hits cancel and exits the form?
Example: Record_nmber =40 and user hits cancel; next form the record_nmber is 41. I want it to be 40 since that record number was never created.
Thanks!