Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide a footer section on no data

Status
Not open for further replies.

Harr777

Programmer
Sep 25, 2003
71
US
Greetings,

Is it possible to hide a footer section if there is no data for that particular section (and show it where there is data).

Thanks
 
Have you tried inserting code in the footer section's ON FORMAT event that checks to see if the recordset's source is empty? And if so, set the footer's visible property to false, and true otherwise. I've never tried this, but I think it should work (it's worth a try).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top