The creation and customization of database applications using Microsoft Access
Hello Durst Law
Thanks for the detailed explanation.
Please note that Microsoft Q&A is a public, user‑based support forum and does not provide a way to purchase consulting time directly. If you would like hands‑on assistance, you may want to look for an Access/Office automation consultant through the Microsoft partner directory, or consider hiring a specialist through a professional hiring platform. You may also want to keep in mind George’s suggestion that "Check the credentials of anyone who responds and ask for examples of work they’ve done.”
Based on the behavior you described, this is likely a common compatibility issue when moving from Office 2007 to Microsoft 365. Word 365 (and newer versions) has much stricter default behavior for hyperlinks, especially when the Word document is opened from inside Access and the files live on a networked drive. Word automatically updates/rewrites hyperlinks on open or save, which is why the links work fine when you open the document directly in Word, but get changed or broken when launched via your Access button.
Common approaches include avoiding the Access Hyperlink data type, storing file paths as plain text, using UNC paths instead of mapped drive letters, or opening documents via VBA instead of clicking hyperlinks directly.
You can also try the following steps. First, open the DocumentMenu Word document directly in Word, then go to File > Options > Advanced. Scroll down to the General section and select Web Options. On the Files tab, uncheck “Update links on save”, then select OK, select OK again, and save and close the document.
Next, update all hyperlinks to use UNC paths instead of mapped drive letters. For example:
Address: \server\share\path\YourDatabase.accdb
SubAddress: Form YourFormName
(Please note the single space after the word Form.)
Additionally, add the network folder as a Trusted Location in both Access and Word by going to File > Options > Trust Center > Trust Center Settings > Trusted Locations, then select Add new location, check “Subfolders of this location are also trusted”, and ensure that network locations are enabled.
Hope this information is helpful. If you need further assistance, feel free to leave a comment.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.