I've hit a problem already :(
When I try to run the following code, I get the error: Runtime error 2051, The OutputTo action was canceled.
DoCmd.OutputTo acOutputReport, "Remittance", acFormatPDF, "C:\filename.pdf", True
I've tried False at the end. I've also tried set the filename as follows...