dcx693,
Thanks for the suggestion. I created a union query but when I run the query, it returns all the records from all 3 tables.
Here is the SQL statement,
SELECT (Person_Id), (Name), (Surname), (Date_of_Birth), (Address), (Post_Code), (Supplier_Name), (Service_Type), (Start_Date)
FROM...