Results 1 to 3 of 3
  1. #1
    BradReynolds is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2015
    Posts
    2

    Printing Issues


    I am new to forums and, to a degree, to Access as well... so please bear with me.

    I have created an Access database for a manufacturing environment that will print a barcoded report from entries made to a form. The database is (now) on our network and was created on my PC. I have a code written to a button that prints a single report based on the unique ID to a Zebra barcode printer. Works flawlessly from my PC (both before and after it was moved to the network). I have two new PCs that I will station on the production floor with access to the database by network. Here's the issue:

    When I print from either of the two new PCs, both the report itself and the form will print. When I print from my PC or another PC already on the network, only the report alone will print (as it was designed to do).

    All versions of Access are the same. All printer drivers are the same.

    I know this is probably not enough information so I welcome any questions. I hope my description makes a bit of sense to someone.

    Pulling my hair out. I certainly appreciate any help I can get.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    What is your command to print the form?

  3. #3
    BradReynolds is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2015
    Posts
    2
    OnClick Event Procedure

    Private Sub PrintLabel_Click()
    DoCmd.RunCommand acCmdSaveRecord
    DoCmd.OpenReport "Label", , , "[ID]=" & Forms![Production]![ID] & ""
    DoCmd.SetWarnings False
    DoCmd.PrintOut acPages, , , , 1
    DoCmd.Close acReport, "Label"
    DoCmd.SetWarnings True
    End Sub

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

Similar Threads

  1. Printing form record issues
    By rmohebian in forum Access
    Replies: 3
    Last Post: 03-06-2011, 02:33 PM
  2. Printing form record issues
    By rmohebian in forum Forms
    Replies: 0
    Last Post: 03-03-2011, 01:17 PM
  3. Printing Issues
    By jlclark4 in forum Forms
    Replies: 2
    Last Post: 01-12-2011, 12:15 PM
  4. Replies: 5
    Last Post: 05-24-2010, 11:52 AM
  5. printing issues
    By dmmartin in forum Programming
    Replies: 2
    Last Post: 05-29-2009, 08:22 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