print page 1,3,4

F

frank

what vba code can I use to print out a few pages separately in a report.

The application developed in access 2000 and works well.

I got error message when I run the code to the onclick event of a button on
access 2003.

DoCmd.PrintOut acPages, 1,1
DoCmd.PrintOut acPages, 3,4

The error is 'memory use up', I debug it, the problem is the line
'DoCmd.PrintOut acPages, 3,4'

Please help!

Thanks in advance

Sincerely,
frank
 

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

Top