Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2015
    Posts
    11

    label printers setup

    Hi, hmm I'm facing an issue with regards to setting up a secondary label printer (not default printer) for about 25 users ( 5 label printer in 5 offices).

    The issue is, if I configure it for one user (ie myself) and distribute the .accdb, it continually asks them that the printer wasn't setup on their pc, and asks them to setup the page, margins, columns etc...

    I've got a login script that copies over the .accdb daily to these users.

    Any options? That might work? or I'll have to continually set it up on each of their pcs.

    Thanks,
    Joe

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    If the report is set to NOT default but the specific printer, then all users should have this printer in order to print labels and it wont ask them to change printers.
    Save the report as SPECIFIC printer.

    or
    you could setup a tUsers table, with their userID, printer
    then when they open the db, it gets their setting in the table, and assign the printer.
    Code:
    vUser = Environ("Username")
    vPrinter = dlookup("[printer]","tUsers","[userID]='" & vUser & "'")
    'print report to there

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Print form to choice of printers
    By gg80 in forum Programming
    Replies: 6
    Last Post: 08-21-2015, 10:46 AM
  2. Replies: 1
    Last Post: 02-28-2015, 04:38 PM
  3. Replies: 1
    Last Post: 04-25-2014, 11:41 AM
  4. Printing report on different printers
    By mujaqo in forum Reports
    Replies: 3
    Last Post: 01-09-2014, 06:57 AM
  5. Replies: 1
    Last Post: 10-18-2011, 07:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums