I have a text box on the main report next to a subreport that has this function:
=IIf(qry75730Dayrpt.Report.HasData=False,"No action items for 30 days out","")
How can I get the text box to NOT be visible when the subreport HAS data??
Any suggestions???
Thanks in advance!!
jw5107
=IIf(qry75730Dayrpt.Report.HasData=False,"No action items for 30 days out","")
How can I get the text box to NOT be visible when the subreport HAS data??
Any suggestions???
Thanks in advance!!
jw5107