Multiple Printers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DS

    Multiple Printers

    Does anyone know about or how to set up multiple printers. I have an
    order form that has different items on it. The thing is I want
    different items on that order form to go to different printers when a
    command button is pressed. Thanks.
    DS
  • Bas Cost Budde

    #2
    Re: Multiple Printers

    DS wrote:[color=blue]
    > Does anyone know about or how to set up multiple printers. I have an
    > order form that has different items on it. The thing is I want
    > different items on that order form to go to different printers when a
    > command button is pressed. Thanks.
    > DS[/color]

    See



    --
    Bas Cost Budde, Holland

    I prefer human mail above automated so in my address
    replace the queue with a tea

    Comment

    • Tony Toews

      #3
      Re: Multiple Printers

      Bas Cost Budde <b.costbudde@he uvelqop.nl> wrote:
      [color=blue]
      >http://www.mvps.org/access/reports/rpt0009.htm[/color]

      PrtDevMode is probably overkill for this app. So I'd look at the following link
      from the above page first.

      You can change the default printer using updates to the INI file and some sample
      code. See DefaultPRT.ZIP at http://www.mcwtech.com/downloads.htm. This MDB has a
      combo box where you select the printer.

      Hmm, I should suggest Arvin rewords that article and move that link to the top.

      Tony
      --
      Tony Toews, Microsoft Access MVP
      Please respond only in the newsgroups so that others can
      read the entire thread of messages.
      Microsoft Access Links, Hints, Tips & Accounting Systems at

      Comment

      • DS

        #4
        Re: Multiple Printers

        Tony Toews wrote:[color=blue]
        > Bas Cost Budde <b.costbudde@he uvelqop.nl> wrote:
        >
        >[color=green]
        >>http://www.mvps.org/access/reports/rpt0009.htm[/color]
        >
        >
        > PrtDevMode is probably overkill for this app. So I'd look at the following link
        > from the above page first.
        >
        > You can change the default printer using updates to the INI file and some sample
        > code. See DefaultPRT.ZIP at http://www.mcwtech.com/downloads.htm. This MDB has a
        > combo box where you select the printer.
        >
        > Hmm, I should suggest Arvin rewords that article and move that link to the top.
        >
        > Tony
        > --
        > Tony Toews, Microsoft Access MVP
        > Please respond only in the newsgroups so that others can
        > read the entire thread of messages.
        > Microsoft Access Links, Hints, Tips & Accounting Systems at
        > http://www.granite.ab.ca/accsmstr.htm[/color]
        Thank You,
        But will this work whe I have multiple items on an order form and each
        item going to a different printer. I'm not assigning printers by
        report, but rather by an item on a report.
        DS

        Comment

        • Tony Toews

          #5
          Re: Multiple Printers

          DS <bootybox@opton line.net> wrote:
          [color=blue]
          >But will this work whe I have multiple items on an order form and each
          >item going to a different printer. I'm not assigning printers by
          >report, but rather by an item on a report.[/color]

          You will have to have separate reports for separate items. You can't put the same
          report to two different printers.

          Tony
          --
          Tony Toews, Microsoft Access MVP
          Please respond only in the newsgroups so that others can
          read the entire thread of messages.
          Microsoft Access Links, Hints, Tips & Accounting Systems at

          Comment

          Working...