"Access" how to add priniting option

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bonhoeffer
    New Member
    • Sep 2006
    • 1

    "Access" how to add priniting option

    Dear all,
    I am writing a program in "Access XP", I would like to add two options for printing.
    Here is my scripts as below:
    Private Sub 275_Click()
    DoCmd.DoMenuIte m acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
    DoCmd.OpenRepor t "Report - Bill Lading - Laser Print", acPreview, "[Bill No] = Forms![Form - Bill Lading].form![Bill No]"
    DoCmd.PrintOut
    DoCmd.Close

    //Now it can be printed out with a Laser Printer. If I press the "print" button, I want to print out another option, such as print to PDF or another printer.
    Thank you!

    Bonhoeffer Ip
  • PEB
    Recognized Expert Top Contributor
    • Aug 2006
    • 1418

    #2
    Hi,

    In which device will be printed your report depends on the page settings that you have done of your report!

    If you introduce changes you can send it on a pdf or what you want!

    Pls, transfer the questions concerning Access in the Access forum, there is more chance to obtain exaustive answers on the topics concerning Access!

    :)

    Comment

    Working...