Bound Text Box

NVAlice

New member
Local time
Yesterday, 19:33
Joined
May 6, 2005
Messages
9
=Sum([PymntSmry Rpt].Report!PymntAmnt)

I used the expression builder to create this expression on the main report to return a calculated value from a subreport, but it doesn't work.

I tried to do a search on this web site to see if I could find a similar threat but didn't have any luck. If anyone can point me in the right direction I would appreaciate it. This site is a great resource for would be Access developers.

NVAlice
 
Something like:

Code:
reports!myMainReport!myTextBox

for text boxes on the main report, and

Code:
reports!myMainReport!mySubReport.report!myOtherTextBox
for text boxes on the sub report.

Does this work?
 

Users who are viewing this thread

Back
Top Bottom