S
SusanV
If a user starts a new record and then realizes the record already exists or
gets interrupted or whatever and clicks on an "Undo" button (me.undo) or
click the "exit without saving" button (DoCmd.Close acForm,
"frmSelectCustomer", acSaveNo), the record is not saved but the next new
record entered is no longer sequential in the autonumber field.
Why is this? Not a big deal, mainly curiosity (I use DMax for required
sequential fields).
gets interrupted or whatever and clicks on an "Undo" button (me.undo) or
click the "exit without saving" button (DoCmd.Close acForm,
"frmSelectCustomer", acSaveNo), the record is not saved but the next new
record entered is no longer sequential in the autonumber field.
Why is this? Not a big deal, mainly curiosity (I use DMax for required
sequential fields).