V Vincent Johns Sep 17, 2005 #3 LadyBonzo said: Is it possible to print 1 page of a multi page document? Click to expand... 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.
LadyBonzo said: Is it possible to print 1 page of a multi page document? Click to expand... 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.