R
RML
I would like to be able to print a single record in my
form. Here is the code I'm currently using:
On Error GoTo Err_Command228_Click
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.PrintOut acSelection
Exit_Command228_Click:
Exit Sub
Err_Command228_Click:
MsgBox Err.Description
Resume Exit_Command228_Click
End Sub
Obviously, from the wizard. It works fine but I would
like to be able to select a printer. Right now, it
simply goes to my deault printer and prints.
Thanks.
form. Here is the code I'm currently using:
On Error GoTo Err_Command228_Click
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.PrintOut acSelection
Exit_Command228_Click:
Exit Sub
Err_Command228_Click:
MsgBox Err.Description
Resume Exit_Command228_Click
End Sub
Obviously, from the wizard. It works fine but I would
like to be able to select a printer. Right now, it
simply goes to my deault printer and prints.
Thanks.