MichaelGraham2
9 years agoQrew Assistant Captain
Display first image from child table record
I have a child table of photos which are URL's pointing to Photos on an external Database.
I can see them when I add them to the Parent Form and all is good.
The URL is changed to show the image by using a formula text field.
"<img src=" &[Photo URL] &
">"
However, I want to extract Only the first photo related to each record to use in the Parent Report to show a thumbnail of the first photo.
I have the Minimum Photo Record ID# in the parent table and it shows the link to the record but I dont know how to proceed now to get it to:
A: Show the Image
B: Resize it (i guess I could resize it in the child table and link to that field?)
Any ideas?
I can see them when I add them to the Parent Form and all is good.
The URL is changed to show the image by using a formula text field.
"<img src=" &[Photo URL] &
">"
However, I want to extract Only the first photo related to each record to use in the Parent Report to show a thumbnail of the first photo.
I have the Minimum Photo Record ID# in the parent table and it shows the link to the record but I dont know how to proceed now to get it to:
A: Show the Image
B: Resize it (i guess I could resize it in the child table and link to that field?)
Any ideas?