M
Melinda
I have a database that tracks overtime for plowing snow. The first sort of
the report would be on total hours, with the least amount of overtime to the
most, and then sorting by seniority date with the company. The problem lies
wihen two employees have the same amount of overtime, ex. 41.4 it does not
list the most senior employee first. Do I correct this in the sorting and
grouping of the report? I have an expression in my query Total Hours:
Round(Sum(([hoursworked]*100))), but everywhere I read it appears to me that
somehow I should be able to sort in the the sorting and grouping.
the report would be on total hours, with the least amount of overtime to the
most, and then sorting by seniority date with the company. The problem lies
wihen two employees have the same amount of overtime, ex. 41.4 it does not
list the most senior employee first. Do I correct this in the sorting and
grouping of the report? I have an expression in my query Total Hours:
Round(Sum(([hoursworked]*100))), but everywhere I read it appears to me that
somehow I should be able to sort in the the sorting and grouping.