D
Dennis
I need to make a page total for each page in a report I
thought I was supposed to create a page footer then make a
text box with an expression something on the following
vein:
=Sum(Round(([Reg $]+[Bnft $]+[Adjust $]),2))
The result I get is #Error. I am able to get a report
total to work in the report footer using the following
expression:
=Sum(Round(([Employees]![Reg Hours]+[Employees]![Bnft
Hours])*([Employees]![Rate])+([Employees]![Adjust $]),2))
I tried to use this expression in the page footer but get
the same error message. Where did I go wrong?
Thanks Dennis
thought I was supposed to create a page footer then make a
text box with an expression something on the following
vein:
=Sum(Round(([Reg $]+[Bnft $]+[Adjust $]),2))
The result I get is #Error. I am able to get a report
total to work in the report footer using the following
expression:
=Sum(Round(([Employees]![Reg Hours]+[Employees]![Bnft
Hours])*([Employees]![Rate])+([Employees]![Adjust $]),2))
I tried to use this expression in the page footer but get
the same error message. Where did I go wrong?
Thanks Dennis