Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

import web image onto form

Status
Not open for further replies.

gazza110

Technical User
Apr 14, 2004
42
GB
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:

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top