G
Guest
Hello,
for some reason this does not work in Access 2000 but worls fine in 2003.
Any ideas?
Private Sub cFax_Click()
sReportName = "rPayroll"
Application.Printer = Application.Printers("WinFax")
DoCmd.OpenReport sReportName, acViewNormal, _
wherecondition:="[weDate] = " & Chr(34) & dFilter & Chr(34)
Application.Printer = Nothing
End Sub
Thanks,
Ernst.
for some reason this does not work in Access 2000 but worls fine in 2003.
Any ideas?
Private Sub cFax_Click()
sReportName = "rPayroll"
Application.Printer = Application.Printers("WinFax")
DoCmd.OpenReport sReportName, acViewNormal, _
wherecondition:="[weDate] = " & Chr(34) & dFilter & Chr(34)
Application.Printer = Nothing
End Sub
Thanks,
Ernst.