I have a report with a sub-report to make up an invoice.
The main report has the accumulated balance owed from previous billings greater than 30 days in a text box (#27) , and the subreport reveals new billings less than 30 days old. The subreport also has a text box (#10) that shows the total owed from previous balance plus the new billings.
What I want to do, is to also have a text bx in the page header that shows the total currently owed.
The formula in the subreport which shows the total owed from both reports is:
=Sum([FeeAmount]+[Reports]![AerationInvBalanceFwd]![Text27])
If I make another text box for the main report header and paste that formula in the control I get a: #Name? error.
Name of the main report is: AerationBalanceFwd
the sub report name is: SubRptAerationBilling
So, is what I want to do even possible in ACCESS reports, and if it is, what am I doing wrong?
Thanks for all your help!!!
The main report has the accumulated balance owed from previous billings greater than 30 days in a text box (#27) , and the subreport reveals new billings less than 30 days old. The subreport also has a text box (#10) that shows the total owed from previous balance plus the new billings.
What I want to do, is to also have a text bx in the page header that shows the total currently owed.
The formula in the subreport which shows the total owed from both reports is:
=Sum([FeeAmount]+[Reports]![AerationInvBalanceFwd]![Text27])
If I make another text box for the main report header and paste that formula in the control I get a: #Name? error.
Name of the main report is: AerationBalanceFwd
the sub report name is: SubRptAerationBilling
So, is what I want to do even possible in ACCESS reports, and if it is, what am I doing wrong?
Thanks for all your help!!!