L
lmcc via AccessMonster.com
I have a report with a subreport. Sometimes the subreport has data and
sometimes it does not.
If the subreport has no data, I want the lblAdditionalAddresses label to not
be visible. In the subreport On No Data even I entered the following code:
Reports![rptCompanyProfile]![lblAdditionalAddresses].Visible =
False
It is not working.
How can I get this to work?
Thanks.
sometimes it does not.
If the subreport has no data, I want the lblAdditionalAddresses label to not
be visible. In the subreport On No Data even I entered the following code:
Reports![rptCompanyProfile]![lblAdditionalAddresses].Visible =
False
It is not working.
How can I get this to work?
Thanks.