From: rickr on
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?
From: Marshall Barton on
rickr wrote:

>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.

--
Marsh
MVP [MS Access]