A family of Microsoft relational database management systems designed for ease of use.
Make sure you use the unbound image control and set the Controlsource to the field.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Over 2 hours browsing, trying and various YouTube films watched, I have been trying to figure out how to display an OLE object (picture) from my database MS Access 2013 into my forms and reports.
The solution should be simple, but does not work.
When I insert a picture into the OLE object field I should use Create and MS Picture Manager should open, which does not happen as automatically the Paint editor opens. It is not an option to chose "Object Type" (see screenprint) MS Picture Manager. How can I change this to default opening? Or find another solution for this problem?
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I don't recommend using the OLE Object datatype. This cause the database to bloat.
Instead use an unbound Image control. Store the path to the file in a text field and assign that field as the Controlsource of the image control.
Dear Scot
Thank you for your recommendation by adding a Text Field and store the link to picture file/folder.
However. Now my progamme displays the file folder name, and not the picture.
Can you pls. explain which Properties I have to change in the Field of the File.
An example or link to a YouTube video would be great.
Kind regards