How do a get a report to sort on a calculated field?

S

Stu

I have a report which has a calculated date field I want
sorted in ascending order. Since this does not appear in
any of the tables, it does not show up in "Sorting and
Grouping". How do I get the report to sort on a
calculated field?
 
D

Douglas J. Steele

Can you do the calculation in a query and use that query as the
recordsource?
 
Top