Results 1 to 3 of 3
  1. #1
    uoghk is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Jan 2022
    Posts
    149

    no report is printed when acVewReport

    Run below code
    Code:
    DoCmd.OpenReport "rptInvoice", acViewPreview
    DoCmd.OpenReport "rptInvoice", acViewReport
    When acViewPreview, the report can be viewed on screen.


    But when acViewReport, the report does not come out from the printer, no print job is found on the print queue.

    Thanks.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    acViewReport is just on-screen view but different from acViewPreview. The latter is "WYSIWYG" - how printed page will look.

    acViewNormal will send direct to printer without screen display.
    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.

  3. #3
    uoghk is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Jan 2022
    Posts
    149
    thanks June7

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

Similar Threads

  1. When was a report printed?
    By kevinglasgow in forum Reports
    Replies: 3
    Last Post: 08-17-2018, 06:23 AM
  2. Report Onscreen Not the Same as When Printed
    By PinkDuster in forum Reports
    Replies: 4
    Last Post: 02-21-2018, 06:52 AM
  3. Replies: 5
    Last Post: 06-13-2013, 11:23 AM
  4. Replies: 3
    Last Post: 05-13-2013, 07:06 PM
  5. Replies: 2
    Last Post: 06-20-2012, 02:21 AM

Tags for this Thread

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