M
Mike
Help, I got a code that is no longer supported in Access 2003. Here is the
code:
Private Sub ButnChangePrinter_Click()
Me!ocxChangePrinter.ShowPrinter
End Sub
The error is pointing to Me!ocxChangePrinter.ShowPrinter which says that
Object doesn't support this properties or methode. What do you use instead of
it? All it does is change the default printer in Access. Thank you for your
replies.
code:
Private Sub ButnChangePrinter_Click()
Me!ocxChangePrinter.ShowPrinter
End Sub
The error is pointing to Me!ocxChangePrinter.ShowPrinter which says that
Object doesn't support this properties or methode. What do you use instead of
it? All it does is change the default printer in Access. Thank you for your
replies.