J
Jaazaniah
I have a control in the detail section ([TotalHrs]) of my report that
adds the Nz([DayValues],0) together for 16 other controls. This
control works fine.
The report is grouped on EmpID, with a force new page on new value
(using the ForceNewPage After Section in the EmpID Footer).
Now, in the page footer, I have a control ([SumTotalHrs]) that I want
to total the section's worth of hours (By using the running sum
feature Over Section). Granted, this will not look correct if EmpID's
section is more than two pages, but it doesn't even work. Apparently
I'm doing something wrong. I've tried referring to TotalHrs by:
TotalHrs
[TotalHrs]
[Reports]![rpt_TimeSheet]![TotalHrs]
And each time I get an error as if the field does not exist. I get a
prompt box for value when using [TotalHrs], and a dialog saying that
Access can't find the field when using [Reports]![rpt_TimeSheet]!
[TotalHrs]. Also, with error checking on, (Access 2003) it says there
is no such field in the field list when using [Reports]!
[rpt_TimeSheet]![TotalHrs]. I know it's not in the field list! Can
anyone help remedy my issue?
adds the Nz([DayValues],0) together for 16 other controls. This
control works fine.
The report is grouped on EmpID, with a force new page on new value
(using the ForceNewPage After Section in the EmpID Footer).
Now, in the page footer, I have a control ([SumTotalHrs]) that I want
to total the section's worth of hours (By using the running sum
feature Over Section). Granted, this will not look correct if EmpID's
section is more than two pages, but it doesn't even work. Apparently
I'm doing something wrong. I've tried referring to TotalHrs by:
TotalHrs
[TotalHrs]
[Reports]![rpt_TimeSheet]![TotalHrs]
And each time I get an error as if the field does not exist. I get a
prompt box for value when using [TotalHrs], and a dialog saying that
Access can't find the field when using [Reports]![rpt_TimeSheet]!
[TotalHrs]. Also, with error checking on, (Access 2003) it says there
is no such field in the field list when using [Reports]!
[rpt_TimeSheet]![TotalHrs]. I know it's not in the field list! Can
anyone help remedy my issue?