Picture Link

  • Thread starter Thread starter dispatch
  • Start date Start date
D

dispatch

I want to create a button that, when clicked, will load a picture from
our website based on information located within the current record.

The current record will have a unique item code and the image file
will have a standard name and location. All the image files will be
located in a place like www.oursite.com/images/itemcode.jpg
All the image files will be named according to this format:
itemcode.jpg

I would like the button click event to load the correct image based on
the itemcode variable. How would i do this?
 
Take a look at the Imaging Examples at http://accdevel.tripod.com -- they
illustrate three approaches to image-handling in Access. You might be able
to use some of the forms / code as a starting point for your own, and you
are perfectly free to do so (just realize it is not supported except via
newsgroups, and no promise of timely response even there).

Larry Linson
Microsoft Office Access MVP
 
Back
Top