Error 462

C

Conrad

Has anyone ran accross this error? I'm trying to automate word from Access
and I'm putting data from Access and images from a webserver into a document.
I getting this error at runtime not when I step thru the code. It seems to
have nothing to do with the webserver and everything to do with word and the
automation.

***
doc.InlineShapes.AddPicture FileName:="http://www.mysite.com/prodimg/" &
strPartNo & "pro.jpg", LinkToFile:=False, SaveWithDocument:=True
***
Error is - Error 462 The remote server machine does not exist or is
unavailable

Thanks in advance. ;-)
 
D

David Lloyd

Conrad:

I don't what versions of Word or Access you are using and there isn't enough
of a code sample to know whether the following KB articles are relevant to
your situation, however, I am passing them along as potential references.

http://support.microsoft.com/default.aspx?scid=kb;en-us;189618
http://support.microsoft.com/default.aspx?scid=kb;en-us;188546
http://support.microsoft.com/default.aspx?scid=kb;en-us;191121

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


Has anyone ran accross this error? I'm trying to automate word from Access
and I'm putting data from Access and images from a webserver into a
document.
I getting this error at runtime not when I step thru the code. It seems to
have nothing to do with the webserver and everything to do with word and the
automation.

***
doc.InlineShapes.AddPicture FileName:="http://www.mysite.com/prodimg/" &
strPartNo & "pro.jpg", LinkToFile:=False, SaveWithDocument:=True
***
Error is - Error 462 The remote server machine does not exist or is
unavailable

Thanks in advance. ;-)
 

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

Top