I'm trying to return a recordset of all employee ID's from an Employee table
that do NOT exist in a Login table. So far, I get either no records
returned, or one record from one table, and a dozen from the 2nd table for
each record in the 1st table.
I know I should be able to do it, I just can't get the SQL right.
--
Will