I have a 2 queries set up each with identical field names, one that returns 110 records and the other that returns 207 records. I have set up a 3rd union query that looks like "SELECT * FROM Query1 UNION SELECT * FROM Query2;". This query return 315 records when I'm expecting 110 + 207. Is there an easy way to track down which 2 records are missing or are there considerations that would make this easier if my goal is to just lump the records from the 2 queries in to a 3rd?