Percentage calculation

  • Thread starter Thread starter Guest
  • Start date Start date
You can reference a value in a control on a subreport from your main report
as long as the subreport is in the same section of the main report as the
control you reference it from (that's confusing).

The basic syntax to get the value from the subreport is:
=sbrptName.Report!txtControlName
 
Back
Top