try this
"<img src=" & URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e7/v0" & "\" width=\"50\">"
in the above example the image is stored on field ID 7. Play with either the width parameter or replace with a height parameter (but not both)
This probably will work too, with less syntax
"<img src=" & URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e7/v0 width=50>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commarkshnier2@gmail.com
------------------------------