sorry, not getting it - maybe this will help - here is my union query
SELECT Contacts.ID, Contacts.[Full Legal Name], [FIT BOOKING].TRIPID, [FIT BOOKING].Confirmation, [FIT BOOKING].[Departure Date], [FIT BOOKING].Description
FROM Contacts INNER JOIN [FIT BOOKING] ON Contacts.ID = [FIT...