Forum Discussion
- MarkShnier__You
Qrew Legend
You cannot look up a Report Link field, but you can certainly create one on the child record. You do not need to have a relationships to have a Report Link field.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- RussellBeaubienQrew CadetThe field I am trying to show is a file attachment
------------------------------
Russell Beaubien
------------------------------- MarkShnier__You
Qrew Legend
np,
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
------------------------------