The process is this:
The user creates the record in the database, which may not have all the required information. They create an initial word report which takes over whatever information is available from the form and add any interpretation information that they have at that time - which isn't stored in the database, automatically saves the word document to a specific file path and name and stores the path in another field in the database. As other information comes in on the case they update the database but at the moment when they click on the word document file path, using GetFilePath, and the word document opens it's not refreshing the bookmarks with any additional information. They can only open the word document via the file path in the database, it's not available to them to open via Word.
The word document needs to update before they open the word document with the bookmark information.
I'm using the ObjWord to create and insert the initial bookmark information but don't know how to refresh that information should anything change in the database.