M
Martin
Hi everyone,
Need some help.
I have a report with a subreport and a field on the report that's bound to
the total field(sum) of the sub report.
The problem I have is that when there's no data in the sub report, the field
on the report gives #Error.
Is there a way I can make the field on the report show 0(zero) if there's no
data in the sub report.
I've tried IsNull([field]), IsError([field]) and IsEmpty([field]) in a IIf
statement but they don't work, any suggestions would be greatly appreciated.
TIA,
Martin.
Need some help.
I have a report with a subreport and a field on the report that's bound to
the total field(sum) of the sub report.
The problem I have is that when there's no data in the sub report, the field
on the report gives #Error.
Is there a way I can make the field on the report show 0(zero) if there's no
data in the sub report.
I've tried IsNull([field]), IsError([field]) and IsEmpty([field]) in a IIf
statement but they don't work, any suggestions would be greatly appreciated.
TIA,
Martin.