I want to retreive the Next Value_ID from a table in MS Access Database, incremented automatically, and stopping after reaching the MAX VALUE_ID.
I can manage this with Oracle. Can any body tell me how to write the syntax for getting the NEXT VALUE_ID in MS Access and stopping when the MAX VALUE_ID is reached.
I can manage this with Oracle. Can any body tell me how to write the syntax for getting the NEXT VALUE_ID in MS Access and stopping when the MAX VALUE_ID is reached.
Comment