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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Print Report" brings up print dialog

Status
Not open for further replies.

chestyxbond

Technical User
Oct 1, 2001
18
US

When you use the command button wizard to make a "Print Report" button, how do you get it to bring up the print dialog (that comes up when you go to File>Print) rather than simply printing directly to the user's default printer? We have a large office, and sometimes I may want to print the report to a printer other than my default.

Any ideas?

Thanks,
Daniel
 
Hi Daniel,

You could try:
DoCmd.RunCommand acCmdPrint

Let me know if this works for you. Otherwise we can try something else.

Nick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top