I have 3 tables all with similar data The fields I want to query on are Card ID and Card Name. I want to be able to run a query that returns all numbers with the Card Name from each of the tables. some numbers will have names in all 3 tables, some will have names in only one table. In other words I want the query to list every number (whichever table it is in) with the name for that number from either 1, 2 or 3 of the tables whichever applies. Can this be done?