There's an annoyance I need to surpass.
When I send a report to adobe, I do not want to view the PDF results.
Even though I've used printer setup>properties to establish my preference, Adobe still executes and shows the PDF file.
In addition to the simple code below, can someone help me write the additional code needed so that Adobe will not show the PDF results? Unfortunately, I am not as skilled as I would like to be with coding at this point.
Many thanks in advance!!!
- Tony -
DoCmd.OpenReport "rep_Inv", acPrint, , , acWindowNormal
When I send a report to adobe, I do not want to view the PDF results.
Even though I've used printer setup>properties to establish my preference, Adobe still executes and shows the PDF file.
In addition to the simple code below, can someone help me write the additional code needed so that Adobe will not show the PDF results? Unfortunately, I am not as skilled as I would like to be with coding at this point.
Many thanks in advance!!!
- Tony -
DoCmd.OpenReport "rep_Inv", acPrint, , , acWindowNormal