Forum Discussion

whyyyyler's avatar
whyyyyler
Copper Contributor
Aug 16, 2022
Solved

Possible portable image links.

Good morning.   I would greatly be appreciative of anyone who would have a potential answer to my problem.   I’m in the process of making a huge database and need to have access to photos. We are...
  • JKPieterse's avatar
    Aug 16, 2022
    Do the files move without you knowing it? Or do you just need a quick way to update the hyperlinks when (for example) the drive letter or a folder name changes? In any case, try using the HYPERLINK function with the path and name of the file as text in an adjacent cell:
    =HYPERLINK("file:"&A2)

Resources