why not have the query just pull info from "table A" minus
is an SQL reserved word i believe, atleast the "-" is.
--Just make table a the source for the query
Ilan
Try using the unmatch query wizard to build the query.
Perhaps something like the following will give you a start.
SELECT A.Names
FROM TableA as A Left Join TableB as B
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.