SubReport ?

C

Chris

I have a couple of subreports in a main report and I need to reference a
number in one of the sub reports in order to do a calculation in the main
report. How do I do this?

Thanks for your help

-Chris
 
M

Marshall Barton

Chris said:
I have a couple of subreports in a main report and I need to reference a
number in one of the sub reports in order to do a calculation in the main
report. How do I do this?


The syntax to refer to a text box in a subrepor's
header/footer is:
subreportcontrol.Report.textbox
 
Top