CrystalLion
Programmer
I have a table of gift information indexed by giftno: 1,2,3,4,etc.
I have a folder of images as jpg files. The image file names match the giftno.
Where gift.giftno = 1, the image file is image\1.jpg
Don't know if I needed to, but I have created an Images Excel sheet, so that on the first data row
column a = 1 and
column b = the hyperlink to image\1.jpg
I want to create a list report that shows:
Gift number 1 and it's associated image
Gift number 2 and it's associated image
etc
etc
How do I do this?
I have a folder of images as jpg files. The image file names match the giftno.
Where gift.giftno = 1, the image file is image\1.jpg
Don't know if I needed to, but I have created an Images Excel sheet, so that on the first data row
column a = 1 and
column b = the hyperlink to image\1.jpg
I want to create a list report that shows:
Gift number 1 and it's associated image
Gift number 2 and it's associated image
etc
etc
How do I do this?