Yet another picture database question

  • Thread starter Thread starter KLEBESTIFT
  • Start date Start date
K

KLEBESTIFT

I currently have a database that loads pictures from a network location;

sub Form_current
image1.picture = "\\server\share\picture.png"
end sub

as this enables me (or any user) to open the database from any computer on
the network.

Is it possible to load pictures from a local intranet http address instead?
The pictures I want are accessed in a browser by typing the following:

http://address/directory/file.pl?display=chart;number=12345

This would make updating the database easier as I would not have to open and
resave every picture to the network share.
 
Forgot to say, I am using access 97, but if you have any ideas from later
versions I will still try them out.
 

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