Hi,
I have two subreports on my report and they both have a subtotal in the subreport footer section.
I have managed to work out how to call the subtotals in to the main form:
Code:
=[Reports]![rptInvoice]![tblToursOffered subreport].[Report].[Text12]
Code:
=[Reports]![rptInvoice]![tblAdditionalCosts subreport].[Report].[Text14]
But I have no idea how I add them now.
i have tried a simple Sum function but with no luck.
Any help much appreciated.
Many thanks in advance
Edd
I have two subreports on my report and they both have a subtotal in the subreport footer section.
I have managed to work out how to call the subtotals in to the main form:
Code:
=[Reports]![rptInvoice]![tblToursOffered subreport].[Report].[Text12]
Code:
=[Reports]![rptInvoice]![tblAdditionalCosts subreport].[Report].[Text14]
But I have no idea how I add them now.
i have tried a simple Sum function but with no luck.
Any help much appreciated.
Many thanks in advance
Edd