P Print Dialog To Appear Oct 27, 2003 #1 How can I get the Print dialog box to appear when aprint button is pressed though an Access Form? Thanks
How can I get the Print dialog box to appear when aprint button is pressed though an Access Form? Thanks
D Dev Ashish Oct 27, 2003 #2 How can I get the Print dialog box to appear when aprint button is pressed though an Access Form? Click to expand... Use docmd.RunCommand acCmdPrint -- Dev
How can I get the Print dialog box to appear when aprint button is pressed though an Access Form? Click to expand... Use docmd.RunCommand acCmdPrint -- Dev
C Curtis Oct 27, 2003 #3 How about if I wanted to set the print setup, page setup instead. I want the user to select the proper printer, but not actaully print anything Thanks
How about if I wanted to set the print setup, page setup instead. I want the user to select the proper printer, but not actaully print anything Thanks
D Dev Ashish Oct 27, 2003 #4 How about if I wanted to set the print setup, page setup instead. I want the user to select the proper printer, but not actaully print anything Click to expand... That's a bit more involved. See [ http://www.mvps.org/access/reports/rpt0009.htm ] as in Access 2000, there's no Printers collection or Printer object for you to work with. -- Dev
How about if I wanted to set the print setup, page setup instead. I want the user to select the proper printer, but not actaully print anything Click to expand... That's a bit more involved. See [ http://www.mvps.org/access/reports/rpt0009.htm ] as in Access 2000, there's no Printers collection or Printer object for you to work with. -- Dev
C Curtis Oct 27, 2003 #5 OK thanks -----Original Message----- [email protected]: How about if I wanted to set the print setup, page setup instead. I want the user to select the proper printer, but not actaully print anything Click to expand... That's a bit more involved. See [ http://www.mvps.org/access/reports/rpt0009.htm ] as in Access 2000, there's no Printers collection or Printer object for you to work with. -- Dev . Click to expand...
OK thanks -----Original Message----- [email protected]: How about if I wanted to set the print setup, page setup instead. I want the user to select the proper printer, but not actaully print anything Click to expand... That's a bit more involved. See [ http://www.mvps.org/access/reports/rpt0009.htm ] as in Access 2000, there's no Printers collection or Printer object for you to work with. -- Dev . Click to expand...