T
Tezza
I want to set a button on a form that will filter and sort the records. The
filter works ok, but I can't get the sort to work. Forgive me, i'm
self-taught.
DoCmd.ApplyFilter , "isnull(fldDateOff) = true"
Forms("frmProject").OrderBy "fldDOB DESC"
I can't find an OrderBy example anywhere.
Any help gratefully received.
tia
tezza
filter works ok, but I can't get the sort to work. Forgive me, i'm
self-taught.
DoCmd.ApplyFilter , "isnull(fldDateOff) = true"
Forms("frmProject").OrderBy "fldDOB DESC"
I can't find an OrderBy example anywhere.
Any help gratefully received.
tia
tezza