(Msg. 1) Posted: Thu Sep 04, 2008 2:10 am
Post subject: value from subreport to be used in main Archived from groups: microsoft>public>access>reports (more info?)
Hi all,
I have a report with the following sections in the main report :
- detail
- CustomerFooter
In the detail section I have a field (UP) which contains the unit price
And the following subreports (based on subqueries):
- OT1
- OT3
The subreports are in the CustomerFooter section.
Subreport OT3 has a textbox which gives a value a1 (integer)
I want to be able to have in my CustomerFooter section the product of UP * a1.
This, however, gives the error : #Name?
I can have the value of UP, but the value of a1 seems to be unknown, even if
I use the syntax :
=[Reports]![OT3]![a1].
(Msg. 2) Posted: Thu Sep 04, 2008 4:29 am
Post subject: RE: value from subreport to be used in main [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
I had to use the following syntax :
[OT1].[Report]![a1]
That resolved the problem.
Thanks to everyone having spent time on my question.
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum