C
chris klein
Access 2002 HELP says that I can hide a subreport from
being shown in print preview or from being printed if it
contains no data, by using the HASDATA property, i.e.:
"You can use this property to determine whether to hide a
subreport that has no data. For example, the following
expression hides the subreport control when its report has
no data.
Me!SubReportControl.Visible = Me!
SubReportControl.Report.HasData"
However, I don't understand WHERE to place this expression
and how to cause it to be activated. Anyone know?
Thanks
being shown in print preview or from being printed if it
contains no data, by using the HASDATA property, i.e.:
"You can use this property to determine whether to hide a
subreport that has no data. For example, the following
expression hides the subreport control when its report has
no data.
Me!SubReportControl.Visible = Me!
SubReportControl.Report.HasData"
However, I don't understand WHERE to place this expression
and how to cause it to be activated. Anyone know?
Thanks