I want to do a query that has the same results as this:
SELECT name FROM tblDBF WHERE name NOT IN (SELECT name FROM tblMDB) but I don't think that it can work, the first is dBase, the second is Access. I've tried with two connections, but no go. I'm thinking that the second tblMDB recordset could be assigned to an array and somehow the NOT IN criteria could check against that, but I'm not sure if it would work even if I DID know how to do it. Any sugggestions or experience with this sort of scenario?
Thanks duuuudes.
--Bill
Beeeeer....Mmmmmmmmmm.
-Homer Simpson
SELECT name FROM tblDBF WHERE name NOT IN (SELECT name FROM tblMDB) but I don't think that it can work, the first is dBase, the second is Access. I've tried with two connections, but no go. I'm thinking that the second tblMDB recordset could be assigned to an array and somehow the NOT IN criteria could check against that, but I'm not sure if it would work even if I DID know how to do it. Any sugggestions or experience with this sort of scenario?
Thanks duuuudes.
--Bill
Beeeeer....Mmmmmmmmmm.
-Homer Simpson