I am trying to get this code to work and can't figure it out. I want it to print to pdf to this file location.
Private Sub SaveBtn_Click() DoCmd.OutputTo acCmdSelectRecord, acFormatPDF, "O:\NCMR\InProcess\" End Sub
I am trying to get this code to work and can't figure it out. I want it to print to pdf to this file location.
Private Sub SaveBtn_Click() DoCmd.OutputTo acCmdSelectRecord, acFormatPDF, "O:\NCMR\InProcess\" End Sub