Created an .accdb database using Access 2016 32 bit.<\/p>\n
It contains a report with an Image object like a letterhead.<\/p>\n
I use a macro to export this report to a PDF when the user clicks on a button.<\/p>\n
This works fine on my machine.<\/p>\n
I save the database as an .accde file or as .accdr to distribute to a user.<\/p>\n
The user is running Access Runtime 2016 under Windows 7.<\/p>\n
When the user opens the .accdr database it runs slowly but works.<\/p>\n
When the user opens the .accde file it runs quicker,<\/p>\n
BUT,<\/p>\n
the PDF that is created contains all the report information except the Image block which is blank.<\/p>\n
The Image is visible on the report which is about to be exported.<\/p>\n
I have tried using a .jpg and a .bmp for the Image but it makes no difference.<\/p>","upvoteCount":2,"answerCount":7,"datePublished":"2019-08-01T11:21:42.000Z","author":{"@type":"Person","name":"spiceuser-53q1g","url":"https://community.spiceworks.com/u/spiceuser-53q1g"},"suggestedAnswer":[{"@type":"Answer","text":"
Created an .accdb database using Access 2016 32 bit.<\/p>\n
It contains a report with an Image object like a letterhead.<\/p>\n
I use a macro to export this report to a PDF when the user clicks on a button.<\/p>\n
This works fine on my machine.<\/p>\n
I save the database as an .accde file or as .accdr to distribute to a user.<\/p>\n
The user is running Access Runtime 2016 under Windows 7.<\/p>\n
When the user opens the .accdr database it runs slowly but works.<\/p>\n
When the user opens the .accde file it runs quicker,<\/p>\n
BUT,<\/p>\n
the PDF that is created contains all the report information except the Image block which is blank.<\/p>\n
The Image is visible on the report which is about to be exported.<\/p>\n
I have tried using a .jpg and a .bmp for the Image but it makes no difference.<\/p>","upvoteCount":2,"datePublished":"2019-08-01T11:21:42.000Z","url":"https://community.spiceworks.com/t/images-lost-on-export-to-pdf-access-runtime-2016-32-bit/723615/1","author":{"@type":"Person","name":"spiceuser-53q1g","url":"https://community.spiceworks.com/u/spiceuser-53q1g"}},{"@type":"Answer","text":"
Is the picture embedded or linked? I seem to recall having issues at one time if an image was too large (dimensions on the report), have you tried making it smaller as a test?<\/p>","upvoteCount":0,"datePublished":"2019-08-01T14:23:33.000Z","url":"https://community.spiceworks.com/t/images-lost-on-export-to-pdf-access-runtime-2016-32-bit/723615/2","author":{"@type":"Person","name":"paulfitzpatrick3","url":"https://community.spiceworks.com/u/paulfitzpatrick3"}},{"@type":"Answer","text":"
Check the Options → Current Database → Picture Property Storage format<\/p>\n
There are two options: Either Preserve source image format (smaller file size) Or convert all your picture data to bitmaps (compatible with Access 2003 and earlier)<\/p>\n
If the image is added when the second option is been selected then the non-BMP graphics do not appear in the Access 2016 version.<\/p>\n