S
Scott Sabo
I have read many threads on this and just cannot figure it out. I have
a sub report named srptSOPItems. The sub report has a calculated
control in the subreport footer named txtSOPTotals. The control source
for this field is =SUM([SOPExtPrice]). This report is used to get the
information related to Special order products on a quote sheet (the
main report).
On the main report, rptQuoteTest, I have a control named QuoteTotal
with a control source of =Sum([ExtPrice]).
On both report, when run independantly, the total sections are
correct. I cannot get the coding right to add a text box to the main
reports footer to give me the sum of the subreport's total plus the
main reports total. I have tried to mimic examples on different posts
and most of the time (99%), I go to preview my main report and I get
prompted by a dialog box which refences some part of the calculation I
used in the main report footer control to summarize both of the totals
(the dialog box looks like a parameter box like if you needed to enter
dates). I hope sombody can point me in the right direction, I always
toil to figure things out on my own, but this one has me at a loss.
Thanks in advance.
Scott
a sub report named srptSOPItems. The sub report has a calculated
control in the subreport footer named txtSOPTotals. The control source
for this field is =SUM([SOPExtPrice]). This report is used to get the
information related to Special order products on a quote sheet (the
main report).
On the main report, rptQuoteTest, I have a control named QuoteTotal
with a control source of =Sum([ExtPrice]).
On both report, when run independantly, the total sections are
correct. I cannot get the coding right to add a text box to the main
reports footer to give me the sum of the subreport's total plus the
main reports total. I have tried to mimic examples on different posts
and most of the time (99%), I go to preview my main report and I get
prompted by a dialog box which refences some part of the calculation I
used in the main report footer control to summarize both of the totals
(the dialog box looks like a parameter box like if you needed to enter
dates). I hope sombody can point me in the right direction, I always
toil to figure things out on my own, but this one has me at a loss.
Thanks in advance.
Scott