Need help with jpeg images in Access database

  • Thread starter Thread starter euphorica
  • Start date Start date
E

euphorica

I'll start by saying that I have scoured the groups to see if this
answer is around. I can't find it. Here is my plight"

I've built a simple inventory database and I need to see a picture of
the product when I look at each record. The images are stored on an
outside server giving all of my images an http:// address. I can't
seem to figure out a way to insert this. I don't want the images to be
stretched or disfigured and they are all different sizes. I am not
opposed to using a third party plug in but I can't seem to find one
that is easy to use. I have DBPix and for some reason I can't figure
it out. Please let me know what I can do to add this final touch to my
database. Thanks in advance.

Chris
 
You cannot insert an image which has an Internet address. You can, however,
use a browser control and point to a webpage which has an image on it. Choose
the Web browser control from the list of "more controls" (the icon at the
bottom of the toolbox will get you there)

Use the Navigate property of the web browser control similar to the way you
use the Picture property of the image control.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 
how many images are you talking about?

can you get to them via a network share also??

you might want to just download them all via frontpages' web import
wizard.. and then put them on a file server or something
 
I have figured it out by using ImagXpress combined with the
Form_current control I can use URL addresses just fine. Thanks for the
help anyway.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top