I am using MS-Access XP and am using the following syntax Set
Application.Pri nter = Application.Pri nters("PrinterN ame") to change the
default printer.
Then when I go to check the associated printer port for any of the
printers (using application.pri nters("differen tprintername"). port, they
all return the same printer port as the printer that I switched to,
even though some printers have different ports associated.
Anyone know what is going on here?
Application.Pri nter = Application.Pri nters("PrinterN ame") to change the
default printer.
Then when I go to check the associated printer port for any of the
printers (using application.pri nters("differen tprintername"). port, they
all return the same printer port as the printer that I switched to,
even though some printers have different ports associated.
Anyone know what is going on here?
Comment