I need a total in my report. I created a text box in the detail section. In the control source I put =IIf([SumOfHours]>40, [SumOfHours]-40,0), this gives me what I need in the detail section. I want to sum the total of that text box. In the group footer I put =Sum([Overtime]). It returns "0". Can anyone help me with this problem.