Forum Discussion
QuickBaseCoachD
Qrew Captain
You do not need to concatenate the actual file attachments, you need to concatenate a link to each file attachment.
Here is the syntax to make a link to display a file attachment. Get it working on the parent table and then use it in any List (...) formuals or lookups
URLRoot() & "up/" & dbid() & "/a/r" & [Record ID#] & "/e30/v0"
Replace the 30 with the fid of the field holding the file attachment and you are all set.
Here is the syntax to make a link to display a file attachment. Get it working on the parent table and then use it in any List (...) formuals or lookups
URLRoot() & "up/" & dbid() & "/a/r" & [Record ID#] & "/e30/v0"
Replace the 30 with the fid of the field holding the file attachment and you are all set.
QuickBaseCoachD
7 years agoQrew Captain
Thx for letting me know that we got there. :)