I need to find the most recent record for a patient in a table of Lab Results. From this table, I need to get the Patient Chart Number, a specific test (Hgb A1C), the result of that test, and the most recent results (there are multiple records (dates) in the table for each patient). The problem seems to be that if I select DISTINCT, it is recognizing the each patient test as being a distinct value. I have tried MAX on the date, and I am still getting multiple results for each patient. I can not send database, due to HIIPA rules and patient confidentiality.