Create a module and enter the following function code. (Code by Access to Go.)
Then put this line in your code:
strWordTemplate = GetCurrentDBpath(False, True) & "AccessToWord.dot"
Function GetCurrentDBpath(Optional IncludeFileName = True, Optional IncludeFinalBackSlash = True) As String...