F
Faraz Ahmed Qureshi
In a worksheet format subreport's footer I have inserted a formula in a TXTBX
field as
=NZ(Sum([Amt]),0)
so as to present the total. Now, that I have my Main Report's field GTXTBX
field set as
=NZ([SubreportName].[TXTBOX],0)
a case where there is no correponding entry in the subreport GTXTBX results
in presenting #Error.
How 2 avoid the same and present 0, where there is no record matching for
the Main Report???
field as
=NZ(Sum([Amt]),0)
so as to present the total. Now, that I have my Main Report's field GTXTBX
field set as
=NZ([SubreportName].[TXTBOX],0)
a case where there is no correponding entry in the subreport GTXTBX results
in presenting #Error.
How 2 avoid the same and present 0, where there is no record matching for
the Main Report???