I have a 'testID' field in a table I've set to autonumber. However, when someone starts a new test but doesnt save and that number isnt really used it skips... i.e.
testID is recorded as '1' for test 1
testID is started for '2' but they don't save.
testID is recordend next as '3' for test 2 because this one is saved.
I want it to read and save the next 'available' value.
How do I set it to use ONLY the next available value? Because I dont want there to be any phantom test numbers assuming people will always start filling in a form but may start over and not save etc...
Also, how do I reset the first entry to testID 1? I deleted all of the records but it starts the first value as 90?
Thanks for your time.
ZiiX aka Shane
testID is recorded as '1' for test 1
testID is started for '2' but they don't save.
testID is recordend next as '3' for test 2 because this one is saved.
I want it to read and save the next 'available' value.
How do I set it to use ONLY the next available value? Because I dont want there to be any phantom test numbers assuming people will always start filling in a form but may start over and not save etc...
Also, how do I reset the first entry to testID 1? I deleted all of the records but it starts the first value as 90?
Thanks for your time.
ZiiX aka Shane