Hi,
I need to create a table with one record in it that stores a number. This number will then be accessed and then incremented by an application, which requires a sequential but unique number as part of a product code.
Does anyone know of a reliable method for grabbing and then incrementing a value from a table bearing in mind that multiple users could be using it at the same time?
TIA
Wux.
I need to create a table with one record in it that stores a number. This number will then be accessed and then incremented by an application, which requires a sequential but unique number as part of a product code.
Does anyone know of a reliable method for grabbing and then incrementing a value from a table bearing in mind that multiple users could be using it at the same time?
TIA
Wux.