JohnRomano
15 days agoQrew Trainee
Display Thumbnail Image
I have a field to display a thumbnail image;the formula is If([Image File (jpeg)]<>"" ,"<img style='max-height:200px; max-width:200px' src='" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e30/v0'/>")
The image is not showing in the Form or Report view.
Is the formula the issue?
John, change the e30 to e21 and it should work. The formula needs to know which field has the image attachment.