S
Scott
I have two tables, Donors, Donations
I have a form where I enter the Donor information and it has a sub form
where I enter the related donations for that donor.
I have a report for that donor and a sub report for the donor listing their
donations.
First Problem:
In the sub report on the page footer section I have a text box named
[ItemTotal] with this code for the control source: =Sum([ItemValue]) however
when I run that report I do not get a total. Yes, [ItemValue] is the correct
name.
Second Problem:
I'm trying to display the results of the ItemTotal text box, when I can get
it to produce results, on the main donor report. I did this by creating a
text box with this code: =[Reports]![Donated Items SubReport]![ItemTotal] and
again this does not work.
Any thoughts?
Thanks,
Scott
I have a form where I enter the Donor information and it has a sub form
where I enter the related donations for that donor.
I have a report for that donor and a sub report for the donor listing their
donations.
First Problem:
In the sub report on the page footer section I have a text box named
[ItemTotal] with this code for the control source: =Sum([ItemValue]) however
when I run that report I do not get a total. Yes, [ItemValue] is the correct
name.
Second Problem:
I'm trying to display the results of the ItemTotal text box, when I can get
it to produce results, on the main donor report. I did this by creating a
text box with this code: =[Reports]![Donated Items SubReport]![ItemTotal] and
again this does not work.
Any thoughts?
Thanks,
Scott