D
deiopajw
I have a main report: Rpt_Main
I have a subreport nestled in this main report called subrpt_Details
In Rpt_Main there is an unbound text box [Total Sales] with a formula in the
Control Source:
=Sum([SalesPrice]*0.85) in the report footer.
The subreport has an unbound text box [AncTotal] with a formula:
=Sum([AncTotalPrice])
I want to be able to create a seperate field in the Rpt_Main footer that
adds the two field formulas:
ie =Sum([SalesPrice]*0.85)+Sum([AncTotalPrice])
I have tried creating a new query that contains the queries of the 2
respective reports but the figures didn't work out.
any suggestions?
thanks
I have a subreport nestled in this main report called subrpt_Details
In Rpt_Main there is an unbound text box [Total Sales] with a formula in the
Control Source:
=Sum([SalesPrice]*0.85) in the report footer.
The subreport has an unbound text box [AncTotal] with a formula:
=Sum([AncTotalPrice])
I want to be able to create a seperate field in the Rpt_Main footer that
adds the two field formulas:
ie =Sum([SalesPrice]*0.85)+Sum([AncTotalPrice])
I have tried creating a new query that contains the queries of the 2
respective reports but the figures didn't work out.
any suggestions?
thanks