missing ID#8

gpal

New member
Local time
Today, 01:16
Joined
Jul 28, 2012
Messages
3
Hello , I have a table with 22 entries and some how numberID 8 is missing . How can I get the numbers back in order without redoing the whole thing?
Thanks in advance, George
 
If you are using the Auto Number function, then this and other oddities are will arise from time to time.

Ultimately the Auto Number should not be relied upon to provide anything other than a unique key. It is in essence not fit for human consumption.

If you require a consistent consecutive number, then have a look at the DMax() function plus one. Check this link for just one example of how this can be done.
 

Users who are viewing this thread

Back
Top Bottom