Dispay a web image on a form

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

I have a form in a database what shows details about the product i
sell in my shop. an image of the product is stored on our website, on
the form i have the URL of the product
I know how to do the hyperlink to the picture but is there a way to
dispay the product photo on the form

Thanks

SImon
 
If your form is not continuous (ie., it's in Single View mode), then you
could embed a WebBrowser control and use it to display your image using its
URL; see: http://bytes.com/forum/thread500687.html (and search the web for
"Browser Control Access", etc.).

For a continuous form, I don't know.
 
Back
Top