Many thanks Arnelgp, I had basically done this as follows:
DoCmd.OutputTo acOutputForm, "frmQuoteNew2", acFormatPDF, "z:\test.pdf"
My trouble is that I am using a full screen and it is too wide for the PDF so goes to two pages, it also only prints the header to PDF, not the detail section.
As I...