Results 1 to 2 of 2
  1. #1
    WickidWe is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2013
    Posts
    123

    Print Multiples of a Report using vba


    I have the following in my code.
    Code:
    DoCmd.OpenReport "repRoster"

    How do I print 12 copies when i run this code?

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,630
    One way:

    DoCmd.OpenReport "repRoster", acViewPreview
    DoCmd.PrintOut acPages, , , , 12
    DoCmd.Close acReport, "repRoster", acSaveNo
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 1
    Last Post: 12-03-2012, 03:15 PM
  2. Choosing Multiples in a form
    By Jackfam58 in forum Forms
    Replies: 1
    Last Post: 07-31-2012, 08:41 AM
  3. Replies: 2
    Last Post: 01-17-2012, 10:15 AM
  4. Replies: 0
    Last Post: 02-22-2011, 05:04 AM
  5. DCount for Multiples
    By Huddle in forum Access
    Replies: 2
    Last Post: 12-21-2010, 08:57 AM

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