S
SF
Hi,
If I want to print a report by specifying criterion I used
DoCmd.OpenReport "rptMOFReceiveForm", acViewPreview, , "[Ref ID]=" &
Me.Me_MOFRef_ID
How can I specified criteria with the OutputTo
DoCmd.OutputTo acOutputReport, "rptMOFReceiveForm", acFormatPDF,
"C:\Myreport.pdf" , 1
Regards
If I want to print a report by specifying criterion I used
DoCmd.OpenReport "rptMOFReceiveForm", acViewPreview, , "[Ref ID]=" &
Me.Me_MOFRef_ID
How can I specified criteria with the OutputTo
DoCmd.OutputTo acOutputReport, "rptMOFReceiveForm", acFormatPDF,
"C:\Myreport.pdf" , 1
Regards