I have a table that holds ALL of my data (patient name, address, block, appointment date, appointment comments, insurance company...).
I ran a query off of that table to get the Most Recent appointment date, using the DATEDIFF function.
When I try to add fields from my master table so that I can have the Patient's Name, Most Recent Appointment, Address, Ins. Co., and Appointment Comments all on the same Query, it gives me the information, BUT it displays patients' names and information multiple times (as many times as the amount of appointments they've had)...
MY QUESTION is: How do I get the most recent appointment AND ADD the other information WITHOUT getting back the same records over and over again?
Any and all help is appreciated!
I ran a query off of that table to get the Most Recent appointment date, using the DATEDIFF function.
When I try to add fields from my master table so that I can have the Patient's Name, Most Recent Appointment, Address, Ins. Co., and Appointment Comments all on the same Query, it gives me the information, BUT it displays patients' names and information multiple times (as many times as the amount of appointments they've had)...
MY QUESTION is: How do I get the most recent appointment AND ADD the other information WITHOUT getting back the same records over and over again?
Any and all help is appreciated!
Comment