WB786
MIS
- Mar 14, 2002
- 610
I want the button to print to a specific printer and not just the default one.
Dim stDocName As String
stDocName = "OLetter"
DoCmd.OpenReport stDocName, acNormal, PRINTER XYZ
Can someone please help me. Thanks.
-WB
Dim stDocName As String
stDocName = "OLetter"
DoCmd.OpenReport stDocName, acNormal, PRINTER XYZ
Can someone please help me. Thanks.
-WB