I am using DoCmd.OutputTo acOutputReport, "rptMainNPlanHeader", "PDF Format (*.pdf)",... to create PDFs, is there any way to suppress the "Now outputting" message box that flashes on the screen?
I am using DoCmd.OutputTo acOutputReport, "rptMainNPlanHeader", "PDF Format (*.pdf)",... to create PDFs, is there any way to suppress the "Now outputting" message box that flashes on the screen?
Thank you for the suggestion but that does not work. My current understanding is that the "Now outputting" message is from windows and cannot be suppressed by code in Access.
I wanted to suppress this message but client (aka Hubby) liked it because since the file name had the job number in it, the message served as a status report.