Jeff Boyce replied to Tara
20-Nov-09 02:41 PM

Tara
By "missing" I asssume you mean "should be in a list but is not"...
One way to do this is to have a list of what numbers SHOULD be listed, then
use the query wizard to construct an "unmatched" query between your list and
the SHOULD BE list to see which of the SHOULD BE values are not in your
list.
Or you could create a procedure that steps through the sequence numbers
one-by-one, looking for situations in which the next (expected) value is not
present, saving all those up, then displaying those after running through
your list.
Good luck!
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.