Forum Discussion
RussellBeaubien
6 years agoQrew Cadet
The field I am trying to show is a file attachment
------------------------------
Russell Beaubien
------------------------------
------------------------------
Russell Beaubien
------------------------------
MarkShnier__You
Qrew Legend
6 years agonp,
If you make a field with a formula like this on the Parent record
URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e99/v0"
and replace 99 with the field ID# that holds the file attachment, then you can look up that field down to the child and it will work as a link to open the file.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
If you make a field with a formula like this on the Parent record
URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e99/v0"
and replace 99 with the field ID# that holds the file attachment, then you can look up that field down to the child and it will work as a link to open the file.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- RussellBeaubien6 years agoQrew CadetThank you that worked perfectly.
------------------------------
Russell Beaubien
------------------------------