G
Guest
I have a report "rptHousing2" with a
subform "rptHousingSub2". On the subform I have a
control that counts the number of records in the
subreport. The name of this control is CountRooms. Now I
am trying to sum the values from this control on the main
report.
I have a control on the main report:
=Sum([rptHousingSub2].Reports!CountRooms)
which I built with the code builder results in asking me
for a parameter value when I try to print the report.
What am I doing wrong. BTW, "rptHousingSub2" is the name
of the subreport control as well as the name of the
subreport.
Thanks,
Sandra Grawunder
subform "rptHousingSub2". On the subform I have a
control that counts the number of records in the
subreport. The name of this control is CountRooms. Now I
am trying to sum the values from this control on the main
report.
I have a control on the main report:
=Sum([rptHousingSub2].Reports!CountRooms)
which I built with the code builder results in asking me
for a parameter value when I try to print the report.
What am I doing wrong. BTW, "rptHousingSub2" is the name
of the subreport control as well as the name of the
subreport.
Thanks,
Sandra Grawunder