Shilohcity
Technical User
Hi there
I have a little problem that I am hoping somebody out there can help me with. I have a table with an id column which is set to increment by 1 starting at 1. Each time a record is added it moves to the next number in the sequence but when a record is deleted leaving its id available the next record added still takes the next id in the sequence. What I would like to happen is for any available ids to be used up first e.g.
20 records
record 18 deleted
record added takes id 18 NOT id 21
Does anybody have any suggestions on this?
Thanks
Justin. X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at
I have a little problem that I am hoping somebody out there can help me with. I have a table with an id column which is set to increment by 1 starting at 1. Each time a record is added it moves to the next number in the sequence but when a record is deleted leaving its id available the next record added still takes the next id in the sequence. What I would like to happen is for any available ids to be used up first e.g.
20 records
record 18 deleted
record added takes id 18 NOT id 21
Does anybody have any suggestions on this?
Thanks
Justin. X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at