Forum Discussion
ChrisChris
9 years agoQrew Assistant Captain
Hi,
Use this code as formula text, called [image preview] field with html enabled to capture the URL of the attachment file - or the image:
"<img src="&URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e6/v0/" & [Image]&" width='120px' />"
Above, [Image] is the file attachment field. Notice in the code, we have an HTML attribute of "width="120px".
I hope this helps.