I have a field for uploading files. It is necessary for viewing on webpage to replace the text link with an image and have been trying to use the custom code field to make this work, However, only part of the path shows - omitting the actual file name. The first part of the path (members/files/) and the image make it into the URL but not the file name. Can someone please help me with what I am doing wrong? Thanks!
if strValue<>"" then
strValue = "<a href="" files/"" & strValue &><img src=""images/doc.gif""></a>"
end if