D
DS
How come one works, This One
Set Application.Printer = Application.Printers(Me.Text0.Column(1))
DoCmd.OpenReport "Days"
Set Application.Printer = Nothing
But this one doesn't!
Set Application.Printer = Application.Printers(Me.TextPrinter)
DoCmd.OpenReport "Days"
Set Application.Printer = Nothing
They both have the same information. But the second one gives an error
message. RunTime Error 5, Illegal Procedjure>
Thanks
DS
Set Application.Printer = Application.Printers(Me.Text0.Column(1))
DoCmd.OpenReport "Days"
Set Application.Printer = Nothing
But this one doesn't!
Set Application.Printer = Application.Printers(Me.TextPrinter)
DoCmd.OpenReport "Days"
Set Application.Printer = Nothing
They both have the same information. But the second one gives an error
message. RunTime Error 5, Illegal Procedjure>
Thanks
DS