Hello
I have 3 tables
Table1: FirstName, LastName, ID
Table2: ID, diagnosis (dropdown list), dstartdate, denddate
Table3: ID, admissiondate, dischargedate
I want to create a query that will display the IDs and the dstartdate and denddate from table 2 and admissiondate and dischargedate from...