Forum Discussion
YudisleydisPere
Qrew Member
Both scenarios would be helpful.
------------------------------
Yudisleydis Perez
------------------------------
------------------------------
Yudisleydis Perez
------------------------------
SeanConnaughto1
3 years agoQrew Cadet
If you only need the ability to download through either table, you could use pipelines to link the two tables via a relationship. You can create a field on the attachment table and use the following formula:
URLRoot() & "up/" & [DB NAME HERE] & "/a/r" & [Record ID#] & "/***INSERT ATTACHMENT FIELD ID HERE***/v0"
If you use the formula above, it will give you a download link to the attachment. You can use a lookup field and convert it to a button if you want it to look nicer than a link on the form.
------------------------------
Sean Connaughton
------------------------------
URLRoot() & "up/" & [DB NAME HERE] & "/a/r" & [Record ID#] & "/***INSERT ATTACHMENT FIELD ID HERE***/v0"
If you use the formula above, it will give you a download link to the attachment. You can use a lookup field and convert it to a button if you want it to look nicer than a link on the form.
------------------------------
Sean Connaughton
------------------------------