Oct 9, 2002 #1 Knutjo Programmer Jan 15, 2002 31 NO How can you send a report directly to the printer without first having a preview on the screen ? When in preview.... How do you know that the user sent the report to the printer or he canceled the report before making a hard copy ? Regards Knutjo
How can you send a report directly to the printer without first having a preview on the screen ? When in preview.... How do you know that the user sent the report to the printer or he canceled the report before making a hard copy ? Regards Knutjo
Oct 9, 2002 #2 danvlas Programmer Jul 30, 2002 2,446 RO First question: In macro: Action= OpenReport View = Print In code: DoCmd.OpenReport "ReportName" Second question: You can't unless you control the printing through a modal form. HTH, Daniel Vlas Systems Consultant danvlas@yahoo.com Upvote 0 Downvote
First question: In macro: Action= OpenReport View = Print In code: DoCmd.OpenReport "ReportName" Second question: You can't unless you control the printing through a modal form. HTH, Daniel Vlas Systems Consultant danvlas@yahoo.com