V
vdf
Hi, i have a table wich has an autonumber-field, so all records ge
automatic a number.
Now, for some reasons it is possible that a record is deleted, so ther
is one number missing (so all numbers follow upon eachother exept on
(or more sometimes).
For example:
1,2,3,5,6
So number 4 is missing.
I want to make a query that finds these missing numbers (4 in thi
case) is that possible?
So the query needs to compare all numbers and picks out the ones tha
are gone, but i do not know if this is possible???
Thanks in advance
automatic a number.
Now, for some reasons it is possible that a record is deleted, so ther
is one number missing (so all numbers follow upon eachother exept on
(or more sometimes).
For example:
1,2,3,5,6
So number 4 is missing.
I want to make a query that finds these missing numbers (4 in thi
case) is that possible?
So the query needs to compare all numbers and picks out the ones tha
are gone, but i do not know if this is possible???
Thanks in advance