I have 2 tables I am comparing. Each table should have the same records in them, however, because of keying errors in one or the other tables a certain field may have a different number. I want to find those unique instances where the number is different or the record is not in one table or the other. I have tried to delete duplicates but I get the results from one of the tables because the duplicate record has been deleted. How do I find those unique records in each table?