T
Tony Williams
I have a report which has two sub reports which appear in the Detail
section. All the reports are based on different tables.
The main report has a header and footer for "Company"
Subreport 1 has a control called "VRM". In the Company footer I want to show
the value of the count of the control VRM on the sub report. How do I
reference that is it? I have tried
=Sum([Reports]![Subreport]![subreport1]![VRM]) but that doesn't work.
Similarly Subreport2 has a control called "balance". In the Company footer I
want to show the value of the sum (or Total) of the value of the sum of all
the Balances. so the report looks like this
Company Header
Company Name
Detail
Subreport showing VRM Subreport showing Balance
Company footer
Count of VRM Sum of Balance
I can get the detail section to show the correct information for each
company but cant show the totals in the Company footer.
Can anyone point me in the right direction.
Thanks
Tony
section. All the reports are based on different tables.
The main report has a header and footer for "Company"
Subreport 1 has a control called "VRM". In the Company footer I want to show
the value of the count of the control VRM on the sub report. How do I
reference that is it? I have tried
=Sum([Reports]![Subreport]![subreport1]![VRM]) but that doesn't work.
Similarly Subreport2 has a control called "balance". In the Company footer I
want to show the value of the sum (or Total) of the value of the sum of all
the Balances. so the report looks like this
Company Header
Company Name
Detail
Subreport showing VRM Subreport showing Balance
Company footer
Count of VRM Sum of Balance
I can get the detail section to show the correct information for each
company but cant show the totals in the Company footer.
Can anyone point me in the right direction.
Thanks
Tony