B
BairdUSN
I'm sure this is a stupid question... I've got a DB with an autonumber that
is being used as a serial number. We must issue orders with sequential
numbers, so this is the best method of tracking. However, I'm a bit
frustrated with "gaps" in my numbering.
1) Someone starts to enter a record, and DB gives autonumber 002.
2) User says "opps", wrong item, and escapes out of record because they
shouldn't be in there.
3) Next time user enters a record, autonumber goes to 003 even though user
canceled input when doing 002.
I need 002 to be used, not 003. 002 is blank because user cancelled.
Is there a way to either:
- Add autonumber AFTER record is completely entered, or
- Code system so that numbers escaped/cancelled after input is started is
available for reuse?
is being used as a serial number. We must issue orders with sequential
numbers, so this is the best method of tracking. However, I'm a bit
frustrated with "gaps" in my numbering.
1) Someone starts to enter a record, and DB gives autonumber 002.
2) User says "opps", wrong item, and escapes out of record because they
shouldn't be in there.
3) Next time user enters a record, autonumber goes to 003 even though user
canceled input when doing 002.
I need 002 to be used, not 003. 002 is blank because user cancelled.
Is there a way to either:
- Add autonumber AFTER record is completely entered, or
- Code system so that numbers escaped/cancelled after input is started is
available for reuse?