I have had a search through th eforum but cannot find anything that would point to why this is not working.
My query is the following
If I take out each ORDER BY clause the sort is not changed. It does not seem to be sorted by any particular field!
Does anybody have any idea why?
Jonathan
My query is the following
Code:
SELECT tblMgtPlan.*
FROM tblMgtPlan
WHERE (((tblMgtPlan.MgtPlanDiagnosisID)=forms!frmDiagnosis!DiagnosisID))
ORDER BY nz([MgtPlanMeetingDate],#12/31/2049#), nz([MgtPlanMgtPlanDate],#12/31/2049#), tblMgtPlan.MgtPlanDateCreated;
If I take out each ORDER BY clause the sort is not changed. It does not seem to be sorted by any particular field!
Does anybody have any idea why?
Jonathan