C
Chaplain Doug
Access 2003. I want to programmatically set the page header and page foot to
visible=false. I have tried:
Report.PageHeader.Visible=false
This does not work and generates a compile error. However, I can set the
visible property on the Detail section and the ReportFooter section using
Detail.Visible and ReportFooter.Visible.
How may I accomplish this programmatically on the PageHeader and PageFooter
sections? Thanks for the help.
visible=false. I have tried:
Report.PageHeader.Visible=false
This does not work and generates a compile error. However, I can set the
visible property on the Detail section and the ReportFooter section using
Detail.Visible and ReportFooter.Visible.
How may I accomplish this programmatically on the PageHeader and PageFooter
sections? Thanks for the help.