Report prints on open: make it stop!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using Office 2003 and Windows XP;

I have a report that runs when a button is clicked. The report is produced
okay, but as soon as it opens it prints immediately...

There is nothing in code that tells it to print and I cannot find any
property that tells it to print on open; I'm opening it with:
DoCmd.OpenReport "Report", acNormal

Any clue how I can just make it open without printing?

Thanks for the help.
 
Please ignore this post; I figured out the problem. S/B open acPreview

Thanks to all who considered posting.
 
Back
Top