Grand Total in Report

R

Richardb

I have a report that totals seconds and than converts to hours.

The "SumOfTIMEINSECONDS" is in the detail which comes from query.

The "=Sum([SumOfTIMEINSECONDS]/3600)-8" is in the footer and converts to
hours for each employee.

I want to take the results for each employee of the
=Sum([SumOfTIMEINSECONDS]/3600)-8 and have a grand total for all in the
report footer for the hours.

My formula is not giving me the right results. I have tried several
different ways.

Any suggestions would be greatly appreciated.

Richard
 
Top