G
Guest
(NOTE: I am using the XP version of Access...)
Here's my situation: i have two tables...
TABLE ONE: a RECOMMENDED guideline
For example:
Start Point, End Point, NextPoint
TABLE TWO: the ACTUAL movements used, showing me the same type of items as
the RECOMMENDED table
Assuming that my "Start Point" and "Next Point" on both tables are EQUAL,
I'm trying to write a query that returns all records on the second table (of
the ACTUAL movements) where the "End Point" does not match ANY of the
possible "End Points" listed on table one.
I don't want to return a list where it compares ONE:ONE... does anyone know
how i can compare ONE: SEVERAL?
Here's my situation: i have two tables...
TABLE ONE: a RECOMMENDED guideline
For example:
Start Point, End Point, NextPoint
TABLE TWO: the ACTUAL movements used, showing me the same type of items as
the RECOMMENDED table
Assuming that my "Start Point" and "Next Point" on both tables are EQUAL,
I'm trying to write a query that returns all records on the second table (of
the ACTUAL movements) where the "End Point" does not match ANY of the
possible "End Points" listed on table one.
I don't want to return a list where it compares ONE:ONE... does anyone know
how i can compare ONE: SEVERAL?