katherinep
Programmer
I have a database, and one of the tables has an autonumber primary key field that is automatically generated when someone enters a new enquiry into the database.
The enquiry is then given a reference number that is the same number as the primary key autonumber.
Some of the enquiries need to be deleted, but I want to use those numbers again, e.g. If I clear number 002 I want the database to realise its missing and next time issue autonumber 002 to an enquiry.
Is there any way of doing this without resetting all the numbers as the existing enquiries need to keep the same numbers?
Thanks for any help you can give,
Katherine
The enquiry is then given a reference number that is the same number as the primary key autonumber.
Some of the enquiries need to be deleted, but I want to use those numbers again, e.g. If I clear number 002 I want the database to realise its missing and next time issue autonumber 002 to an enquiry.
Is there any way of doing this without resetting all the numbers as the existing enquiries need to keep the same numbers?
Thanks for any help you can give,
Katherine