M
mattc66 via AccessMonster.com
I am having trouble getting the subtotal from a sub report on my main form.
On the subReport in the page footer I have the following:
ReportName: rptSubOrderDetailList
ControlName: txtExtListPrice
=Sum([ExtListPrice])
On my main Report
ControlName: txtSubTotal
=rptSubOrderDetailList.Report!txtExtListPrice
I am getting #Error when I view the report.
On the subReport in the page footer I have the following:
ReportName: rptSubOrderDetailList
ControlName: txtExtListPrice
=Sum([ExtListPrice])
On my main Report
ControlName: txtSubTotal
=rptSubOrderDetailList.Report!txtExtListPrice
I am getting #Error when I view the report.