Hi Doug,
I feel like your new best friend (or that crazy person who asks too many
questions - you decide).
I actually have PrimoPDF on my computer already, and I love it - very easy
to use. I can select "Print" from the file menu and change the printer, but
I'd rather have a button on my form that allows users to print a copy of the
report directly to .pdf format (a shortcut). Currently my VB looks like:
Dim stDocName As String
Dim MyForm As Form
stDocName = "frmMVR"
Set MyForm = Screen.ActiveForm
DoCmd.SelectObject acForm, stDocName, True
DoCmd.PrintOut
DoCmd.SelectObject acForm, MyForm.Name, False
Where in here can I set the printer type? I want it to select the printer
PrimoPDF.