D
David
I have a VBA routine that adds records to a table. This table has an autonumber key
There are a series of numbers that are reserved and I need to skip allocationg those autonumbers. How is this done?
Essentially I need to run my routine until I come to the first reserved autonumber, then start off again after the last reserved autonumber.
There are a series of numbers that are reserved and I need to skip allocationg those autonumbers. How is this done?
Essentially I need to run my routine until I come to the first reserved autonumber, then start off again after the last reserved autonumber.