I have a table with Patient's Name, Year Visited, Check-up, Laboratory, X-ray, Dental & Vision columns.
Check-up, Laboratory & X-ray exams are done every year.
Dental and Vision exams are done every three years.
I want to create a report where it will tell the user which test are not done and are due for a specific year. Reports will contain checkboxes to tell the user which tests needs to be done. Sorta like a year-end report.
So, how do I create a query to select all the Year Visited (which the user will input) with blank or $0.00 (on Check-up, Laboratory & X-ray) fields; and also select when the next dental and/or vision exam (based on the last exam + 3 years) for all the Year Visited for every patient.
TIA
Check-up, Laboratory & X-ray exams are done every year.
Dental and Vision exams are done every three years.
I want to create a report where it will tell the user which test are not done and are due for a specific year. Reports will contain checkboxes to tell the user which tests needs to be done. Sorta like a year-end report.
So, how do I create a query to select all the Year Visited (which the user will input) with blank or $0.00 (on Check-up, Laboratory & X-ray) fields; and also select when the next dental and/or vision exam (based on the last exam + 3 years) for all the Year Visited for every patient.
TIA