Hello Sir...
When I use the following code..it gives me an error if the printer is not on the network..
how do I solve this problem
Private Sub cmdPrint_Click()
On Error GoTo Err_cmdPrint_Click
Dim stDocName As String
stDocName = "Report1"
DoCmd.OpenReport stDocName, acViewNormal...