the vb docmd printout has page control does sendobject?

B

Bo Duke

the docmd printout gives the control of only printing select pages, thus
DoCmd.PrintOut 1,1 ...etc. How are pages contolled or can they be when
useing the SendObject command, as for an e'mail.
 
S

SACEReg

I'm trying to print envelopes based on information from a form and if I press
the print icon, three pages print out. I only need the first page (the
second and third pages are either lines or blank) so I've been using keyboard
shortcuts (Ctrl P, Alt G, 1) and it's a little annoying. How could I acheive
printing out only the first page through a command button? I've been trying
for some time to get a specific page to print from a report and used the
DoCmd.PrintOut 1,1 but I keep getting errors.
 
Top