Forum Discussion
KeithJusas
11 years agoQrew Captain
try creating a new formula text field (Allow some HTML tags to be inserted in the field should be checked)
"<div><img src=\""&URLRoot()&"up/"& dbid() & "/a/r"& [Record ID#] &"/eFF/v0\" height=50;width=50;></div>"
FF=file attachment field id on your table
use this new field in the EF
"<div><img src=\""&URLRoot()&"up/"& dbid() & "/a/r"& [Record ID#] &"/eFF/v0\" height=50;width=50;></div>"
FF=file attachment field id on your table
use this new field in the EF