On my table, the unique ID needs fixing. There are several missing intermittenly, and a new record takes the one after the last one. I changed the missing ones to be in numerical order but a new record takes an ID after the last one. E.g. Before changing the last one was, say 80, after changing it is 75.
Now a new record starts from 81 instead of 76.
How can i correct this?
Thanks & regards