Share via

acViewPreview

Anonymous
2016-02-04T08:56:51+00:00

I am trying to display an Access report on my screen. When I use

acViewNormal in my code I get a paper copy of the report but if I

insert acViewPreview in the code nothing happens. Any suggestions?

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. Tom van Stiphout 40,211 Reputation points MVP Volunteer Moderator
    2016-02-04T13:52:44+00:00

    Grinding through it one at a time, unless you want to try writing some VBA that opens each report in design view, and alters some properties via the Printer object. I'm not really sure this would work; I have only done this at runtime. Typically most reports should be set to "Default Printer".

    Maybe it would be quicker to revert to a backup from before the snafu happened?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-02-04T12:44:39+00:00

    I've checked that, just to find that my printer is now set for a label printer. This is very strange because all 96 reports  show the label printer as the printer. I've checked my other access db and the printer for all that reports is also the label printer.  How can I change it for all my reports?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-02-04T12:32:48+00:00

    If you open the report in Design view, can you see your design? If so, then click the Page Setup and make sure that the report is using the right Printer.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-02-04T12:29:30+00:00

    I am using this reports everyday and it was working fine, but all of a sudden it shows a narrow, tall frame with nothing in it.  If I select to print it, it print the one page report over 365 pages. Even if I print to pdf format.

    If I click on it in the Nav Pane, I receive exactly the same .... narrow, tall frame with nothing in it.

    I've change the acViewPreview to acViewReport, then I can see my report on the screen but can't print or print to pdf.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2016-02-04T12:09:51+00:00

    acViewPreview should show you the report onscreen. Can you preview that report using other methods, like clicking on it in the Nav Pane?

    Was this answer helpful?

    0 comments No comments