I have created a form for filling in client information. The primary key is client id and is set to autonumber.
The problem:
If a user decides to partially fill out the form (client id = 1) but then decides not to and exits the form the next time a user fills out the form the client id is 2. THat means that the client id 1 is "wasted". Is there a way to get around this? Can I use something else other than auto number? I think I now what to code but where and how do I get to the place to code it?
My second question is:
How do I specify the autonumber to boundaries. What number to start AND END??
( This autonumber feature is quite finicky!!!)
Thanks
The problem:
If a user decides to partially fill out the form (client id = 1) but then decides not to and exits the form the next time a user fills out the form the client id is 2. THat means that the client id 1 is "wasted". Is there a way to get around this? Can I use something else other than auto number? I think I now what to code but where and how do I get to the place to code it?
My second question is:
How do I specify the autonumber to boundaries. What number to start AND END??
( This autonumber feature is quite finicky!!!)
Thanks