S
Stanley
I have a protected .dot file that I am programming from MS Access 2002.
In my code I unprotect the document and then I can update fields that I set
as bookmarks.
My problems are:
a) I can't protect the documents again (objword.ActiveDocument.protect gives
me an error--the document is not open
b) I can't show the document on the screen
c) I don't know how to save the document with a given name
Let me tell you what I am trying to do.
I want to have a number to protected forms with bookmarks (filled in
programatically) and fields and controls for user entry.
After I fill the bookmarked fields, I want the user to see the form and fill
in the rest of it.
Then I want to save the document with a programmed name in a specific folder.
Thanks,
Stanley
In my code I unprotect the document and then I can update fields that I set
as bookmarks.
My problems are:
a) I can't protect the documents again (objword.ActiveDocument.protect gives
me an error--the document is not open
b) I can't show the document on the screen
c) I don't know how to save the document with a given name
Let me tell you what I am trying to do.
I want to have a number to protected forms with bookmarks (filled in
programatically) and fields and controls for user entry.
After I fill the bookmarked fields, I want the user to see the form and fill
in the rest of it.
Then I want to save the document with a programmed name in a specific folder.
Thanks,
Stanley