Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PrintOut Command and Dialog Box

Status
Not open for further replies.

mmatsumura

Technical User
Joined
Nov 21, 2001
Messages
40
Location
US
Hi all,

Posting this to ask if anyone knows a way to perform the PrintOut action without having the Print dialog box appear. I've looked through Access Help Topics and one book, but cannot seem to get that darn thing to quit showing up.

The DoCmd.PrintOut ,,,,, works great except that it prints exactly what I have on the screen at that time rather than what is created by launching the report.

Any assistance would be greatly appreciated!


MMM

Ps If this all sound foolish it's due to my just learning - really!
 

Have you tried DoCmd.OpenReport?

docmd.OpenReport "rptMyReportName", acViewNormal Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Terry,

Thanks for the reply...

Yes, I have performed DoCmd.OpenReport command however, it really does not resolve my intent. The goal I'm after is to print a report without having the system tell me that it is being performed - the message box that tells you that it is "printing page x of x."

MMM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top