Thanks, just saw that. The query is a Find Unmatched Records query. Here is the SQL;
SELECT tblImport.Import, tblImport.TransactionDate, tblImport.Amount, tblImport.TransactionDescription, tblImport.AccountNo
FROM tblImport LEFT JOIN tblAccountTransactions ON (tblImport.Amount =...