HardingR2000
Programmer
I have a column of numeric values which I want to sum on the group footer, which works, and on the report footer, which does not work.
When the object, =sum([WTS_Volume]), is included in the Report Footer the report goes through the report's "On No Data" event and gives me the message I placed in that event saying that there is no data.
If I move the sum object to the Page Footer the report is produced, there are data values in the detail section for the column being summed, the Group Footer displays the currect summed value, but the Page Footer summed value shows "#Error".
Thinking that I have some hidden problem in the report I have recreated it twice from scratch without success.
Does anyone know why the =sum(...) object is not working?
When the object, =sum([WTS_Volume]), is included in the Report Footer the report goes through the report's "On No Data" event and gives me the message I placed in that event saying that there is no data.
If I move the sum object to the Page Footer the report is produced, there are data values in the detail section for the column being summed, the Group Footer displays the currect summed value, but the Page Footer summed value shows "#Error".
Thinking that I have some hidden problem in the report I have recreated it twice from scratch without success.
Does anyone know why the =sum(...) object is not working?