Sort Multiple Fields in a Report

N

Natasha

I am trying to create a report that has two calculated fields and I need to
sort the two fields. How do I do this?
Since both fields are calculated in the Form, the sort order is not realated
to the Group by in the query.
Help...
 
K

KARL DEWEY

You will have to do the calculations in the query then in the report use the
Sorting and Grouping to do the sorting.
 
Top