G
Guest
Hello, I have a main report and several subreports. I am calculating a field
from each one of these subreports into an unbound text box on the main report.
=[rptPMRentRollTab1BaseRent
subreport].[Report].[rentamount]+[rptPMRentRollTab2BaseCAM
subreport].[Report].[camamount]+[rptPMRentRollTab4BasePtax
subreport].[Report].[PTAXamount]+[rptPMRentRollTab6BaseINS
subreport].[Report].[INSamount]+[rptPMRentRollOpCostTab
subreport].[Report].[Amount]
It works on those files where there is a dollar amount in the field. But
when the field is $0.00, then this returns "#Error". Any suggestions?
from each one of these subreports into an unbound text box on the main report.
=[rptPMRentRollTab1BaseRent
subreport].[Report].[rentamount]+[rptPMRentRollTab2BaseCAM
subreport].[Report].[camamount]+[rptPMRentRollTab4BasePtax
subreport].[Report].[PTAXamount]+[rptPMRentRollTab6BaseINS
subreport].[Report].[INSamount]+[rptPMRentRollOpCostTab
subreport].[Report].[Amount]
It works on those files where there is a dollar amount in the field. But
when the field is $0.00, then this returns "#Error". Any suggestions?