How to remove the "Now printing" message?

John Sh

Active member
Local time
Today, 23:56
Joined
Feb 8, 2021
Messages
612
When printing a report from access there is an annoying "Now Printing" message appears. How do I remove that message.
I have tried setting warnings off, to no avail.
 
Have you reviewed your code/application to see if that message is generated in the code?
 
Would that be a Windows message from printer driver?
 
Thanks all.
Yes, it's a windows message from the printer driver.
It seems there's a fairly complex API call that will fix this but really not worth the effort to implement.
 

Users who are viewing this thread

Back
Top Bottom