Display image associated with record

D

DataGuy

Hi.

If this has already been answered, please point me to the post, I could not
find it.

I have records that have a field called 'Picture Link', and the typical
entry in that feild is something like:

Picture Link 1
file:///O:/PGM01010001/050208_FROM_CUSTOMER/part_name.model%20(WinCE).jpg



I want the thumbnail image for each record to appear in my report alongside
it's related data.

1. What control is the correct one to use?
2. How do I set it up to be linked to my picture field, so that it will
find the required images when the report is run?

Thank you!
 
G

Guest

hi
1. image control
2. set the image control's picture property to the file
path of the pic.
 
D

DataGuy

Awesome. I got it to work with a table. How do I get it to work with a
report generated from a query?
 
T

Terry

Have a look at the thread associated with a similar
question yesterday in this group from a poster "Dee".

Terry
 
Top