Hi, In MS Access 2010 I can use the following to create a pdf document
DoCmd.OutputTo acOutputReport, ReportName, acFormatPDF, PathAndNameOfPDF, DisplayPDF, "", , acExportQualityPrint
However this builtin function does not include an option to save with a password.
In the user interface of MS Word it is possible to save to a pdf format with a password. I notice that in MS Access the print ribbon has an option to create a pdf format, which does not include the option of a password.
So, is there a builtin method that creates a pdf with a password.
Many thanks,
Jonathan.