R
Robin Chapple
I have a report where I have a report header with 16pt text.
I need a page header with the same text but smaller. I have made this
but I do not need it on page one.
I have added a control in the page footer named "PageNo" with control
source set to =[Page].
In the format event of the page header, I have put this code:
Cancel = (Me!PageNo = 1)
copied from help that I had years ago and which worked.
This time the error message says the ACCESS can't find the macro.
What have I done wrong?
Thanks,
Robin Chapple
I need a page header with the same text but smaller. I have made this
but I do not need it on page one.
I have added a control in the page footer named "PageNo" with control
source set to =[Page].
In the format event of the page header, I have put this code:
Cancel = (Me!PageNo = 1)
copied from help that I had years ago and which worked.
This time the error message says the ACCESS can't find the macro.
What have I done wrong?
Thanks,
Robin Chapple