How to reference main report field in subreport calculation

R

rickr

My main report will populate a field X, but int he sub report, I need to
reference that X value in order to do a calculation. How do I do this and
where?
 
M

Marshall Barton

rickr said:
My main report will populate a field X, but int he sub report, I need to
reference that X value in order to do a calculation. How do I do this and
where?


Try using Parent.[field x] in VBA code or in a text box
expression.
 

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

Top