I need a query that will find the missing numbers in a sequence. I have some SQL that a co-worker gave me, but Access doesn't like it.
The table I am pulling from does not sort the column that I am pulling the numbers from.
The column does not start with 1 (actually starts about 28000 or so).
The table itself is a list of entries where one of the fields in each record references a page number in a book. What I need to know is which page numbers are missing from our list (never been referenced).
Thanks in advance,
matth
The table I am pulling from does not sort the column that I am pulling the numbers from.
The column does not start with 1 (actually starts about 28000 or so).
The table itself is a list of entries where one of the fields in each record references a page number in a book. What I need to know is which page numbers are missing from our list (never been referenced).
Thanks in advance,
matth