J
John S. Ford, MD
I have a table that has the following fields:
PatientPhysicianIDNum (autonumber and primary key)
PatientIDNum (number)
PhysicianIDNum (number)
PhysicianStartDate (date)
Every patient can have a series of physicians but only one at a time (each
with a different PhysicianStartDate referring to when the patient's
physician was replaced by the next one).
What I wish to do is create a query that yields one record for each patient
but with the CURRENT physician (i.e. the physician for that patient with the
LATEST PhysicianStartDate).
Any ideas on how I can set up such a query?
John
PatientPhysicianIDNum (autonumber and primary key)
PatientIDNum (number)
PhysicianIDNum (number)
PhysicianStartDate (date)
Every patient can have a series of physicians but only one at a time (each
with a different PhysicianStartDate referring to when the patient's
physician was replaced by the next one).
What I wish to do is create a query that yields one record for each patient
but with the CURRENT physician (i.e. the physician for that patient with the
LATEST PhysicianStartDate).
Any ideas on how I can set up such a query?
John