I want to print 1 page of a multi page document. How?

  • Thread starter Thread starter Guest
  • Start date Start date
Using VBA use the command printout

docmd.PrintOut acPages ,PageFrom,PageTo
 
LadyBonzo said:
Is it possible to print 1 page of a multi page document?

Or, if you'd prefer, you need not use VBA. A Macro will do it:

Open Report (the report you want)
PrintOut (specify the pages, print quality, etc.)

If you need to do stuff that an Access Macro won't do, you can always
convert it to VBA later.

-- Vincent Johns <[email protected]>
Please feel free to quote anything I say here.
 

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

Back
Top