A
Alan
Hello,
I am trying to create a word document from within access
and I am having trouble moving text from a control on a
form into the word document. I can open Word and add a
document using a template file but when I go to push text
into the document I get an 'RPC server is unavailable'
error.
The second line here is what generates the error:
WordObj.Documents(stemp).Select
Selection.TypeParagraph
where WordObj is a valid reference to an active word app
object and stemp is the newly added document
I am using MSACCESS 98 and OFFICE 10 on an XP machine.
Any help would be highly appreciated.
Regards,
ALAN
I am trying to create a word document from within access
and I am having trouble moving text from a control on a
form into the word document. I can open Word and add a
document using a template file but when I go to push text
into the document I get an 'RPC server is unavailable'
error.
The second line here is what generates the error:
WordObj.Documents(stemp).Select
Selection.TypeParagraph
where WordObj is a valid reference to an active word app
object and stemp is the newly added document
I am using MSACCESS 98 and OFFICE 10 on an XP machine.
Any help would be highly appreciated.
Regards,
ALAN