Forum Discussion
MCFNeil
9 years agoQrew Captain
Or you can just go straight to the formula text field for the image, and use something like this:
changing the "41" to the field ID of your file attachment field.
"<img height=\"80\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e41/v0\" />"
changing the "41" to the field ID of your file attachment field.
- PriscilaCavalca9 years agoQrew TraineeHi Matthew, this worked out perfectly. However, if I update the [image] field the new field which we called [display image] does not update with the current image. Is there something that can be done automatically or manually every time a new image is uploaded so that it can be reflected in the main table page?