X
XP
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.
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.