L
LisaK
I have a query that has the following fields:
PatientID
CaseNo
CaseBgnDt
CaseEndDt
RN
LogFrmDt
LogThruDt
LogType
There can be more than 1 log in the table and I only want to pull the most
recent Log. How would I do this? I'm assuming I will use the LogFrmDt but I
cannot get my query to work using the Max function.
Thanks.
PatientID
CaseNo
CaseBgnDt
CaseEndDt
RN
LogFrmDt
LogThruDt
LogType
There can be more than 1 log in the table and I only want to pull the most
recent Log. How would I do this? I'm assuming I will use the LogFrmDt but I
cannot get my query to work using the Max function.
Thanks.