I have a database in which I am trying to import data from an ODBC source into an Access Table.<br><br>The table which I am importing from has three keys, <font color=red>[Enquiry Number]</font>, <font color=red>[Enquiry Number Suffix]</font> and <font color=red>[Enquiry Line Number]</font>.<br>The table I am importing into has the same three keys, <font color=blue>[Enquiry Number]</font>, <font color=blue>[Enquiry Number Suffix]</font>and <font color=blue>[Enquiry Line Number]</font>.<br>The three keys are needed to build a unique key in both cases.<br><br><br>I have tried using the unmatched query wizard to build a query to find were the ODBC records don't exist in the Access table. The problem is that the Wizard will only join on one field. Any other query I've tried using will only show the records which exist on both the ODBC and Access table.<br><br>Is there an easier way of building a query to find where the records don't exist on both tables, as I'd rather not commit to a massive import each time. (User requirement).<br><br>Any help would be most appreciated.<br><br>Thanks