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

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Back
Top