T
Tammy
I am opening word documents from Access. Certain users
need to be able to edit the doc while others cannot.
What would be the best way to handle this? Currently I
have security set up on the database so that the users
cannot get into a certain menu - and am using (long to
short)that to determine who can open the doc for
editing. I read on the knowledge base that the VBA code
doesn't work as expected and that one should use Basic -
but I am not having any problems opening the doc's and
editing them. I am using:
oApp.ActiveDocument.ReadOnly = True
where "oApp" is set to "word.application"
I have also tried using ":=" versus just "=". I have
something wrong here, but I cannot figure out exactly
what it is?! Any pointers??
Thank you all so much for your help & time!
need to be able to edit the doc while others cannot.
What would be the best way to handle this? Currently I
have security set up on the database so that the users
cannot get into a certain menu - and am using (long to
short)that to determine who can open the doc for
editing. I read on the knowledge base that the VBA code
doesn't work as expected and that one should use Basic -
but I am not having any problems opening the doc's and
editing them. I am using:
oApp.ActiveDocument.ReadOnly = True
where "oApp" is set to "word.application"
I have also tried using ":=" versus just "=". I have
something wrong here, but I cannot figure out exactly
what it is?! Any pointers??
Thank you all so much for your help & time!