MMiddlemist
01-10-02, 07:15
| Hi All I'm in the process of trying to write a query (in access 2000) that copys data between tables, then updates related tables. The problem: One of the tables is linked on 2 fields, and I need to do a where not in query, so I can't use a join. Is it possible to do something along the lines of: select * from table1 where field1, field2 not in (select ref1, ref2 from table2) Any help much appreciated Mark Middlemist |