the vb docmd printout has page control does sendobject?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

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