TheSearcher
Registered User.
- Local time
- Yesterday, 21:27
- Joined
- Jul 21, 2011
- Messages
- 356
I just read in this article that Adobe no longer support MS Access pdf exports. I have many Access interfaces from which I export reports as PDFs using the following code:
I never had a problem until today. Some of the exports are failing to show a shared image in the msysresources table. The rest of the report exports fine. It's just the image that sometimes doesn't show up. I'm assuming this has to do with the compatibility issue. Has anyone run into this problem? If so, did you find a workaround?
Many thanks in advance!
Code:
DoCmd.OutputTo acOutputReport, "r_Note", acFormatPDF, strFolder & "\" & OutputFileName, False, , , acExportQualityPrint
I never had a problem until today. Some of the exports are failing to show a shared image in the msysresources table. The rest of the report exports fine. It's just the image that sometimes doesn't show up. I'm assuming this has to do with the compatibility issue. Has anyone run into this problem? If so, did you find a workaround?
Many thanks in advance!