I have a main report named rptinvoicing.
rptinvoicing report has a subreport on it called subinvoice, subreport is based on a query.
In subinvoice i have in the report footer a calculated control, TotalSum (=sum([indcost] is the control source)
In the main report i am trying to reference the TotalSum control.
I have used the following references and get the #name? error:
=[Reports]![rptinvoicing]![subinvoice]![TotalSum]
==[Reports]![rptinvoicing]![subinvoice].[report]![TotalSum]=subinvoice!TotalSum
All give the same error. Is there something i am doing wrong?
Thanks
Raven
rptinvoicing report has a subreport on it called subinvoice, subreport is based on a query.
In subinvoice i have in the report footer a calculated control, TotalSum (=sum([indcost] is the control source)
In the main report i am trying to reference the TotalSum control.
I have used the following references and get the #name? error:
=[Reports]![rptinvoicing]![subinvoice]![TotalSum]
==[Reports]![rptinvoicing]![subinvoice].[report]![TotalSum]=subinvoice!TotalSum
All give the same error. Is there something i am doing wrong?
Thanks
Raven