Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Yes, here is one that I believe works
282 id the fid holding the file attachment. Play with the width setting to set the width or replace width with height to set the height.
"<img src=" & URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e282/v0' width='75' >"
282 id the fid holding the file attachment. Play with the width setting to set the width or replace width with height to set the height.