Format Report Page Header

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to set the property of the Report Page Header so that it doesn't print on the same page as the Report header and footer

I don't see anything in the properties settings like it says I should according to Access help. So I am trying to do it via Visual Basic. I am trying the syntax that they have in their example but it is not working. It says to use the following

Reports!Report1.PageHeader =

When I use this (using the name of my report and changing the 1 to a 3) I get the following error
"You can't assign a value to this object." - Runtime error 2448

Can anyone tell me what I am doing wrong?
 
I am trying to set the property of the Report Page Header so that it doesn't
print on the same page as the Report header and footer.
I don't see anything in the properties settings like it says I should according to Access help.
So I am trying to do it via Visual Basic. I am trying the syntax
that they have in their example but it is not working. It says to use
the following:
Reports!Report1.PageHeader = 1

When I use this (using the name of my report and changing the 1 to a 3) I get the following error:
"You can't assign a value to this object." - Runtime error 2448.

Can anyone tell me what I am doing wrong?
Regarding:
I don't see anything in the properties settings like it says I should according to Access help.

Display the Report's property sheet.
There is a PageHeader property.
Set it to "Not with Rpt Hdr/Ftr"
 
Back
Top