No Data in Sub Reports

  • Thread starter Thread starter Gavin Blackford
  • Start date Start date
G

Gavin Blackford

Hi,

I have a sub report in a footer on my main report (footer called
AgencyName Footer) when there is no data in the sub report, I want the
footer to be hidden, does anyone know how to test for no data in a sub
report.

Thanks for your help
 
Gavin said:
I have a sub report in a footer on my main report (footer called
AgencyName Footer) when there is no data in the sub report, I want the
footer to be hidden, does anyone know how to test for no data in a sub
report.


Me.Section(xx).Visible = Me.subreport.Report.HasData
 
Back
Top