I have an application that uses just two images and the client wants to store them in OLE fields. I Have a field for the path to the Image as well.
I allow the user to get the path to the image using a file dialog.
How do I get that image into the OLE field using VBA code. Say in the after update event of the path field.
It is just a bit cumbersome to have the user use the insert from the menu.