The text below is my orig question. What happens is that when I delete a record, the auto number goes. Actually not a bad thing. But,
Is there a way to manually number and then instigate auto number.
To be clear say I have 25 records. 1 to 24 should never change, If I create 25 and then Ooops, make a mistake and delete the record, can I create a new record that follows from the sequence of 1 to 24?
I have a simple contact manager type database with a couple of tables.
For each new record in the "Leads" table I want to add a sequential number in the fromat:
E-G-5***
For example
Record 1 = E-G5001
Record 2 = E-G5002
Please no code if it is avoidable.
Thanks in advance
Start Free Trial