Hi, I am trying to import images from the web onto a form. I want to if possible store these in an OLE object to save on the database.
I have successfully added a Web Browser to a form and used VBA to navigate to an image, eg:
I want to be able to then pass the value to an OLE field or copy over. I have tried to use:
however this only passes over the image web address not the actual image to store in the field.
PLEASE can anyone help me out here?
Thanks, Gary.
I have successfully added a Web Browser to a form and used VBA to navigate to an image, eg:
I want to be able to then pass the value to an OLE field or copy over. I have tried to use:
Code:
OLEField = WebBrowser.Value
however this only passes over the image web address not the actual image to store in the field.
PLEASE can anyone help me out here?
Thanks, Gary.