CadMonkey
Misplaced But Useful
- Local time
- Today, 14:52
- Joined
- May 19, 2004
- Messages
- 47
Hi,
I have a report with two levels of nested subreports. On the lowest level subreport I have some prices.
I need to total these prices right at the end without subtotalling the subreports.
Have tried this in main report footer with textbox
=sum([subreport].Report![subsubreport].Report![price])
But I would just be asked to enter a valuefor the above
[subreport].Report![subsubreport].Report![price] at print-time.
Is this as simple as I hope? Obviously I am too simple to solve!!!!
Thanks in advance,
Símon
I have a report with two levels of nested subreports. On the lowest level subreport I have some prices.
I need to total these prices right at the end without subtotalling the subreports.
Have tried this in main report footer with textbox
=sum([subreport].Report![subsubreport].Report![price])
But I would just be asked to enter a valuefor the above
[subreport].Report![subsubreport].Report![price] at print-time.
Is this as simple as I hope? Obviously I am too simple to solve!!!!
Thanks in advance,
Símon