I changed: DoCmd.OpenReport sRptName, acViewPreview to DoCmd.OpenReport sRptName, acViewNormal Then the report got displayed on the screen and a dialog opened up asking me to save the report as a PDF document.
My question now is how can I send a unique default filename to this dialog?