B
Bruce Rodtnick
I have a report that has several subReports. I need to add the results
from each subReport and I have been able to do that unless there is
nothing in one of the subReports.
It seems that when there is not anything in the subReport, the query
doesn't even know it's there. the Nz function has not worked. This is
my code:
=Nz([rptsubFacility].Report!txtFacilityTotal,0)+Nz([subPersonnel].Report!txtPersonnelTotal,0)+Nz([txtTravelTotal],0)
When subPersonnel does not have anything in it, it does not show on the
report. Any ideas?
Bruce Rodtnick
from each subReport and I have been able to do that unless there is
nothing in one of the subReports.
It seems that when there is not anything in the subReport, the query
doesn't even know it's there. the Nz function has not worked. This is
my code:
=Nz([rptsubFacility].Report!txtFacilityTotal,0)+Nz([subPersonnel].Report!txtPersonnelTotal,0)+Nz([txtTravelTotal],0)
When subPersonnel does not have anything in it, it does not show on the
report. Any ideas?
Bruce Rodtnick