I
IreneJ
Hello,
I have a main report with four subreports. Each one of
the subreports has its total shown on the main report and
then all four are totalled together.
My challenge is with one of the subreports. When you run
the subreport 'Volunteer' by itself it reports a total of
$252.00 in the field that is named
VGAmounttoContractorTotal, but the box that has that name
on the main report shows a total of $162.00. I have
tried everything to see if I had missed something but
can't see it. All four of the subreports have the same
statement in them, it is:
=IIf(Volunteer.Report.HasData,Volunteer.Report!
VGAmounttoContractorTotal,0)
Any help gratefully accepted. Thanks so much,
IEJ
I have a main report with four subreports. Each one of
the subreports has its total shown on the main report and
then all four are totalled together.
My challenge is with one of the subreports. When you run
the subreport 'Volunteer' by itself it reports a total of
$252.00 in the field that is named
VGAmounttoContractorTotal, but the box that has that name
on the main report shows a total of $162.00. I have
tried everything to see if I had missed something but
can't see it. All four of the subreports have the same
statement in them, it is:
=IIf(Volunteer.Report.HasData,Volunteer.Report!
VGAmounttoContractorTotal,0)
Any help gratefully accepted. Thanks so much,
IEJ