A
accessuser1308
I have placed a web browser activex control on a form in my database. I am
trying to make the web browser display a word document using the following
code (In On Open event)...
Me.WebBrowser8.Navigate URL:="c:\file.doc"
I have also tried Me.WebBrowser8.Navigate ("c:\file.doc")
When the form is opened I get a message box asking me if I want to open,
save, or cancel the file. If I select open a Microsoft Word is opened. If I
select save it saves the file to the specified location. Cancel does just
what it says.
My question is this...Is there a way to view the word document in the web
browser control? I would rather not have to save the word document as html.
trying to make the web browser display a word document using the following
code (In On Open event)...
Me.WebBrowser8.Navigate URL:="c:\file.doc"
I have also tried Me.WebBrowser8.Navigate ("c:\file.doc")
When the form is opened I get a message box asking me if I want to open,
save, or cancel the file. If I select open a Microsoft Word is opened. If I
select save it saves the file to the specified location. Cancel does just
what it says.
My question is this...Is there a way to view the word document in the web
browser control? I would rather not have to save the word document as html.