Hy !
I use following code to print out a report WITHOUT open it
My trouble become with line 2.
This cause Navigation Pane window to enlarge (open).
Is here any way to avoid this ?
I wish NOT to deny user access to Navigation Pane.
ACCESS 2007
I use following code to print out a report WITHOUT open it
Code:
Private Sub cmdPrintReportRAM_Click()
DoCmd.SelectObject acReport, "ReportName", True
DoCmd.PrintOut acPrintAll, , , , , 1
End Sub
This cause Navigation Pane window to enlarge (open).
Is here any way to avoid this ?
I wish NOT to deny user access to Navigation Pane.
ACCESS 2007
Comment