B
BrunoKP
Just before the below code, I want to select another printer then the default
printer.
How can I select another printer in the code, and afterwards make sure that
the default printer is set back?
The special printer is a datacard printer, which I don't want to be used for
Word docs.
stDocName = "etkDataCard"
stLinkCriteria = "[IDWAutoLbnr]= " & FirstNewLbnr
DoCmd.OpenReport stDocName, , , stLinkCriteria
Kind regards Bruno
printer.
How can I select another printer in the code, and afterwards make sure that
the default printer is set back?
The special printer is a datacard printer, which I don't want to be used for
Word docs.
stDocName = "etkDataCard"
stLinkCriteria = "[IDWAutoLbnr]= " & FirstNewLbnr
DoCmd.OpenReport stDocName, , , stLinkCriteria
Kind regards Bruno