Thank you in advance for your help.
I want to create a dateadd field in a query to display when a patient's next appointment is due. I need to find the most recent appointment date and add 6 months to it. I know how to use dateadd, but how do you tell the system to use only the most recent date in the appt date field when there are 40 appointments on the table for a given patient.
Thank you.
I want to create a dateadd field in a query to display when a patient's next appointment is due. I need to find the most recent appointment date and add 6 months to it. I know how to use dateadd, but how do you tell the system to use only the most recent date in the appt date field when there are 40 appointments on the table for a given patient.
Thank you.