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. ;-)
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. ;-)