I have a front end ACCESS database at a clients location. One of the forms creates a PDF in VBA of a document using this code:
DoCmd.OutputTo acOutputReport, "TicketCopy", acFormatPDF, FileName, False, , , acExportQualityPrint
I have used this code many times and it works fine on my development environment here in Access 2007. One of the PC's at the client is running 2007 and this works fine on that PC. On another machine running Access 2010 it gets a run time error 2501 and bombs ( the error is trapped, but the pdf isn't created in the target folder)
I cant find anything on how 2010 handles PDF creation differently then 2007