Hi all,
How does one suppress the info box displayed when the following code runs? I tried DoCmd.SetWarnings false without success.
DoCmd.OutputTo acOutputReport, "rptEntireProjectSheet-Delay", acFormatPDF, strFileNameAndPath
Thanks!
How does one suppress the info box displayed when the following code runs? I tried DoCmd.SetWarnings false without success.
DoCmd.OutputTo acOutputReport, "rptEntireProjectSheet-Delay", acFormatPDF, strFileNameAndPath
Thanks!