Report Calculations

D

Don Rountree

Is it possible to perform calculations on a main report
using data from a sub report? Thanks...

Don Rountree
 
M

Marshall Barton

Don said:
Is it possible to perform calculations on a main report
using data from a sub report?

Depends on the calculations. You can refer to the values in
controls in the subreport's footer section with syntax like:

subreportcontrol.Report.textbox
 
Top