Better to do all the coding in one place, Access in this case. Create the
document. Unprotect it. Set the values directly. Protect it. Then launch it
for the user.
>I have a Word template that is opened from Access. I pass the contents of
> several bookmarks to the document. The document contains 4 checkboxes
[quoted text clipped - 34 lines]
> Is
> there a different approach that would be better?
OK, I can set it for the first user's level to check from Access. The first
user will have access to underlying template. However, the first user will
need to email it (routing it to a list) to the next level for their
checkmark. That person will not have access to the document's underlying
template. Niether will the next 2 routing recipients. It seems like I need to
get the code to pass along with the document.
The reason I'm trying to add the code is to be able to only allow a user to
be able to check their level's checkbox. I don't want them to uncheck someone
else's or check a higher level than they have been authorized for.
> Better to do all the coding in one place, Access in this case. Create the
> document. Unprotect it. Set the values directly. Protect it. Then launch it
> for the user.
Jezebel - 04 Mar 2007 01:37 GMT
Don't try emailing documents with code attached. Any half-way decent
security system will delete your document immediately if it has code in it,
for obvious reasons. If you're trying to automate workflow or document
authorisation, use an application designed for the purpose; or put your
document on an intranet and email links to it.
> OK, I can set it for the first user's level to check from Access. The
> first
[quoted text clipped - 15 lines]
>> it
>> for the user.