Oct 9, 2002 #1 Knutjo Programmer Joined Jan 15, 2002 Messages 31 Location 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 Joined Jul 30, 2002 Messages 2,446 Location 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