Macro to print last page of report

G

Guest

I am using Access 2000.
I am trying to create a macro that will open a report and print only the
last page of the report, but I can't seem to find a way to specify only the
last page (i.e using the PrintOut action??). Any help would be appreciated.
Thanks,
Christina
 
S

Steve Schapel

Christina,

I think you would need to make a macro like this...
Condition: [Page]<[Pages]
Action: CancelEvent
.... and assign this macro on the Print event of of each report section.
 

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

Similar Threads


Top