Page numbering in export to PDF

K

Krille

In some of my reports I need page numbering that starts with something
different from 1. I do that by using a macro that is run when the report is
activated (i.e. when I press the preview button for the report). This works
just fine. But when I then export my report to PDF (or any other format), the
page numbering is reset so it starts on number 1 again, despite the fact that
it starts on something else in the preview.

Should the macro be run somewhere else or how do one solve this problem?

I would be very thankful for help on this issue.

/Krille
 
M

[MVP] S.Clark

Have you tried using the Snapshot view of the report? As it is native to
Access, maybe it will behave better.
 
K

Krille

Sorry, but the problem remains also with snapshot format, and I still need it
to be in pdf. Any other advice?
Thankful for more help on this.

/Krille

"[MVP] S.Clark" skrev:
 
R

Rick Brandt

Krille said:
Sorry, but the problem remains also with snapshot format, and I still
need it to be in pdf. Any other advice?
Thankful for more help on this.

You need to run your macro in a report event. I would try Open or Load.
 
Top