D
Don
On a sub form I am using, I tried setting the "Order By" property to DESC,
but it does not seem to work.
From help, it appears one only needs to append "DESC" to the end of the
field string and away it does. So, I typed in:
[tblPerformanceHistory]![CloseOutDate] DESC
Interestingly, it does not sort in decending order even when the form is
stand alone.
Have I misunderstood the explanation in Help? Or are their other forces at
work here?
What is the best way to sort the data on a sub-form by some field on the
form? (My app is an employee tracking system, so the parent form has
general employee data and the sub form has the employees history of
performance reviews. The parent and sub are linked on employee ID, and I
want the data on the subform sorted in decending order of date (i.e. most
recent at the top).
Thanks!!
Don
but it does not seem to work.
From help, it appears one only needs to append "DESC" to the end of the
field string and away it does. So, I typed in:
[tblPerformanceHistory]![CloseOutDate] DESC
Interestingly, it does not sort in decending order even when the form is
stand alone.
Have I misunderstood the explanation in Help? Or are their other forces at
work here?
What is the best way to sort the data on a sub-form by some field on the
form? (My app is an employee tracking system, so the parent form has
general employee data and the sub form has the employees history of
performance reviews. The parent and sub are linked on employee ID, and I
want the data on the subform sorted in decending order of date (i.e. most
recent at the top).
Thanks!!
Don