ReportFooter Conditional Formatting

D

David

Hello,

I have seen posts which tells me how to format a ReportFooter, by testing if
Page=Pages.

However, my ReportFooter is more than 1 page long, so this test does not
work in this case.

Is there another way to test if I am in the ReportFooter section, and if so,
make a TextBox on the Page Header not visible?

Thanks.
 
D

David

Hi Bill,

Thanks for your reply.

For some reason, this did not behave as expected.

I put these lines in the ReportFooter section:

Me.lblSUName.Visible = False
Me.lblReportTotal.Visible = True
Result: The lblReportTotal showed on ALL Pages (THe lblSUName did not show
on all BUT the report footer.)

If I also put these lines in PageHeader Format section:
Me.lblReportTotal.Visible = False
Me.lblSUName.Visible = True
Result: The lblSUName showed on ALL Pages (It did not turn off for the
Report Footer)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top