2624
Okay -- You have Record A that is linked to Word document A1 located on a network drive N:\YourData
Now you copy your database and bring it home with you. You copy the Word documents too. But now instead of N:\YourData, you have your document files at D:\YourData
Not an easy thing to do. In fact, many a web master or mistress can spend a fair chunk of their day maintaining links.
IF you are consistently moving from location A to B, then there may be a couple of things to try.
Consider the following. You have a table that stores the two locations of your document files. In my example, N:\YourData and D:\YourData. Now I believe I can create code to toggle from home and work, D: drive and N: drive by editing the hyperlink as a text field. Take the data home - click the toggle button which updates all affected records to D: drive. Take the data back to work, and click the toggle button to change D: to N:.
Now, if the location of the document files is irratic, and truely dynamic, then you have a really tough job. The only progam that I am aware of that can find lost linked files is Lotus Notes where if it can not find an expected file, it searches for it. Moreover, it searches the files internally looking for the said file. So, here, if you changes a file Names.nsf to Names.ns!, Notes will / may still find the file, even if the file is moved to another directory, within limits of course. BUT I am sure Lotus spent a lot of money on this "self healing" bit of code.
Richard