Insert thumbnail of image

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my database I have hyperlinks to images storded in a table.
On my form I can scroll through the Hyperlinks and open the file if required.

I want to take this a step further and link the picture to the form itself
(I guess like a thumbnail).

Can this be done? Assume the files are .jpg and in my folder c:\Images
 
hi,
yes. with an image control. change images by reseting the
image control's picture property to the new file path.
to tie it all to a record, put the image's file path in
your table with the record.
post back if you have questions.
 
I think I'm about half way there on this one.

I can reset the picture property as you suggest.
I also have a Hyperlink to my pictures in a table and this is availble from
my forms record source.

I'm not sure how to assign the hyperlink field to the Image control as it
does not have a control source property like other controls do...

How can I set the picture property and hyperlink property to my hyperlink
field?
 
Back
Top