I’ve a command button that prints a report – created using the toolbox wizard. At no point does it offer me the option to choose which printer to print to. Access does not pick the set default printer, but the last one to be printed to, which is a pain.
How can I specify the printer ?
The generated code is short – as follows:
Dim stDocName As String
stDocName = “Envelopes Home Christmas”
DoCmd.OpenReport stDocName, acNormal
Thanks