J
Jen
Hello. I am running a mail merge from Access 97 into Word
97, and using the following code in Access to open my mail
merge document. Some computers here are on Windows 2000,
while others are on Windows NT. The code works fine on
the NT computers, while on the 2000 computers it doesn't
assign the document to WordDoc. Here's the code:
Set WordDoc = WordApp.Documents.Open(strDocName)
Could anyone explain this?
Thanks in advance,
Jen
97, and using the following code in Access to open my mail
merge document. Some computers here are on Windows 2000,
while others are on Windows NT. The code works fine on
the NT computers, while on the 2000 computers it doesn't
assign the document to WordDoc. Here's the code:
Set WordDoc = WordApp.Documents.Open(strDocName)
Could anyone explain this?
Thanks in advance,
Jen