Private Sub Report_Activate()
DoCmd.PrintOut acPrintAll, , , , InputBox("How Many Pages"
End Sub
this command worked great...
Now I have another question...Is it possible to choose what printer the above command prints to???
I am printing pin feed labels that cannot print on the network laser printer. I have that code behind a button. what I want to do is, when the input box ask's for the number of copies , I want that to print to another printer..
is this possible??
Thanks for your help
DoCmd.PrintOut acPrintAll, , , , InputBox("How Many Pages"
End Sub
this command worked great...
Now I have another question...Is it possible to choose what printer the above command prints to???
I am printing pin feed labels that cannot print on the network laser printer. I have that code behind a button. what I want to do is, when the input box ask's for the number of copies , I want that to print to another printer..
is this possible??
Thanks for your help