Printing

  • Thread starter Thread starter Shannon
  • Start date Start date
S

Shannon

Hi,

How can I code my Print command on a form so that it also
allows users to chose specific printer from their printers
and also allow them to "page setup" their printer?

Thanks,
 
docmd.echo false
docmd.selectobject acreport, "your report", true
docmd.runcommand acCmdPrint
doevents
docmd.Echo True

Not the prettiest but it will work. Otherwise see our "On the Fly Printing"
modules in the Developer tools section of our web.
 
Will this command bring up the default printer on user's
machine and allow them to set up pages?
 

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

Similar Threads


Back
Top