I am currently working on a document mgmt program. The basic functionality is Access has a database of the document names and the directories, and then opens word to do the actual editing (through hyperlinks).
Everytime a user clicks on a hyperlink, I want to go into the word document and change the property (in customdocumentproperties) called REFERENCE with data from the access table.
I cannot figure out how to set/change a custom property in word. Can anyone give me a code snippet that will work to set this up?
Thanks much!
Everytime a user clicks on a hyperlink, I want to go into the word document and change the property (in customdocumentproperties) called REFERENCE with data from the access table.
I cannot figure out how to set/change a custom property in word. Can anyone give me a code snippet that will work to set this up?
Thanks much!