I have an MS Access form that checks for certain records in a form timer event.
When it finds records it prints a report to the default Windows printer.
The problem is the Windows print status/progress window pops up (You know, the one that goes Printing page x of (document name)). And it, of course, has a cancel button.
But that progress window is interfering with normal form operations. I want to print in the background (silent printing?) without showing that progress window.
Any way to do that in the printer settings or from vba or other?