Hi all,
I have a query which is working OK, but I want to add another query (the data needs to be in separate tables).
This code works:
SELECT tbl_patientdetails.[Patient ID], tbl_patientdetails.FirstName, tbl_patientdetails.Surname, tbl_patientdetails.NHSNo, tbl_patientdetails.DoB...