M
M Skabialka
I have a report with a subreport, which has a list of costs.
The main report has a $ amount funded, it then gets the sum of costs from
the invisible footer on the subform and lists that on the report as
expended. Then it subtracts and shows a balance.
I would like at the bottom of the main report to show the Sum Total of the
all funded amounts, the Sum Total of the expended and Sum Total of the
balance.
=SUM([TotalFunded) works for the funded - this is the actual field name.
But =SUM([TotalExpended)] doesn't work, which is what I called the main
report field which gets data from the subform for that piece of funding.
How do I refer to the total of all of the Amounts Expended extracted from
the subform for each Funded amount so I can use that on the main form
summary?
Mich
The main report has a $ amount funded, it then gets the sum of costs from
the invisible footer on the subform and lists that on the report as
expended. Then it subtracts and shows a balance.
I would like at the bottom of the main report to show the Sum Total of the
all funded amounts, the Sum Total of the expended and Sum Total of the
balance.
=SUM([TotalFunded) works for the funded - this is the actual field name.
But =SUM([TotalExpended)] doesn't work, which is what I called the main
report field which gets data from the subform for that piece of funding.
How do I refer to the total of all of the Amounts Expended extracted from
the subform for each Funded amount so I can use that on the main form
summary?
Mich