L
ladybug via AccessMonster.com
I have a table with a field called parent_no, that is set to data type number.
I have loaded data into this table. I need to run a query and tell me what
#'s are not in the table. They are four digit #'s, but I am allowing for 5
(up to 99999).
For example, my table has 0001, 0002, 0003, 0008, 0010, etc.
I want the query to return 0004, 0005, 0006, 0007,0009
Any help is appreciated
I have loaded data into this table. I need to run a query and tell me what
#'s are not in the table. They are four digit #'s, but I am allowing for 5
(up to 99999).
For example, my table has 0001, 0002, 0003, 0008, 0010, etc.
I want the query to return 0004, 0005, 0006, 0007,0009
Any help is appreciated