Percentage calculation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I take a total from a subreport and use it to get a percentage in a report?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top