Opening hyperlinks as read only

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an Access database that has a hyperlink field which opens a Word
document. Is there any way to open the Word document hyperlink as Read Only?

Thanks!
at
 
Make the word document read-only, and/or password protect it within Word,
 
Or change the field to a text field, and then write code to launch Word
and open the document using Word's Documents.Open method and its
ReadOnly argument.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top