K
Krisse
I have a report named rptProject that has a subreport
control named rptCompensation in the detail section.
This subreport has a control named SumOfCompensation.
The subreport control displays the correct summarized
data for each detail line.
On my report footer, I would like to display the sum of
SumOfCompensation. I tried creating the bound text box
myself and again by using the wizard, but when I run the
report, it doesn't recognize the datasource for my report
footer text box.
Here is an example of what I tried. I added the =sum to
what the wizard gave me.
=Sum([rptCompensation].[Report]![SumOfCompensation])
Any ideas?
control named rptCompensation in the detail section.
This subreport has a control named SumOfCompensation.
The subreport control displays the correct summarized
data for each detail line.
On my report footer, I would like to display the sum of
SumOfCompensation. I tried creating the bound text box
myself and again by using the wizard, but when I run the
report, it doesn't recognize the datasource for my report
footer text box.
Here is an example of what I tried. I added the =sum to
what the wizard gave me.
=Sum([rptCompensation].[Report]![SumOfCompensation])
Any ideas?