I have main report and subreport and trying to reference the count() of supreport with
=Iif(subform.Report.HasData, NZ(subform.Report.control, 0), 0)
I got in the REPORT VIEW:
#Name?
in the PRINT PREVIEW
THE EXACT COUNT
HOW CAN i FIX THIS, PLEASEd?
=Iif(subform.Report.HasData, NZ(subform.Report.control, 0), 0)
I got in the REPORT VIEW:
#Name?
in the PRINT PREVIEW
THE EXACT COUNT
HOW CAN i FIX THIS, PLEASEd?