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 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?