In runtime how do you print a form(to a printing machine)in runtime. I know how to set which printer I want to use by using the common dialog box. Can anyone help me?
Thanks
Printable View
In runtime how do you print a form(to a printing machine)in runtime. I know how to set which printer I want to use by using the common dialog box. Can anyone help me?
Thanks
Printer.Print "whatever here, I think you can put a pic here, so you should just have to take a printscreen thing."
Printer.EndDoc
Seems way to easy, but it works, I just tested it. Good luck on whatever your working on!
Do you mean printing the actual Form? If so, then use the PrintForm method.
Code:Me.PrintForm
How about printing to a specific printer? I'm on a network, and I've got several reports (using the VB data report) and each one needs to go to a different printer on the network.