I have two tables (tableA and tableB) which I need to pull data from. They are indirectly linked through a repairID field of a third table (both are linked to repairID of tableC). In my query I would like to have fields from both tables, so that if it pulls 5 fields from each table, there would be 10 fields in the query, but 5 would be blank for each line. A UNION ALL query would combine the fields and give a 5 field output for my query. Is there any way to do this?