Kirill Bondar 5/22/2018 4:39:48 AM Suppose you have Company table (with company name) and Contracts table (with contract name) linked to company and Contract record has the file. If you store files in Dropbox in a structure like "\Acme Corp\Contract 1\Contract Pages.PDF", you can let users to paste file name (Contract Pages.PDF) and build path using an URL formula, a sort of (non-working, just an idea) "https://www.dropbox.com/" & [Company Name] & "/" & [Contract Name] & "/" & [File Name]
|