G
Guest
Greetings,
My report includes a subreport named "LabSectionSubreport" with a control
named "PTWageSum" that totals a wage value with the following control source:
=Sum(Nz([PTWage],0))
I've added a control to the main report to capture the "PTWageSum" value
with this control source:
=[LabSectionSubreport].[Report]![PTWageSum]
It works fine as long as there is always a value in the subreport control.
Frequently, however, the subreport may be null, and the main report control
produces an #Error. Is there a way to convert that error to a value of 0?
Any assistance will be appreciated.
jn
My report includes a subreport named "LabSectionSubreport" with a control
named "PTWageSum" that totals a wage value with the following control source:
=Sum(Nz([PTWage],0))
I've added a control to the main report to capture the "PTWageSum" value
with this control source:
=[LabSectionSubreport].[Report]![PTWageSum]
It works fine as long as there is always a value in the subreport control.
Frequently, however, the subreport may be null, and the main report control
produces an #Error. Is there a way to convert that error to a value of 0?
Any assistance will be appreciated.
jn