SimplDB from MVP website giving me an error after conversion

C

Chris

I have downloaded and trying out the word merge database from the mvp access
website on access 2000. I have converted the database to Access 2000 and I
am using word 2000 from office 2000. I have added the reference to Word 9 in
references.

I get an error at the following line of code

Public Sub AllFinished()
MsgBox "Done!"
AppActivate "Microsoft Word", 1 "error here is runtime 5: invalid
procedure call or argument"
Set objWord = Nothing
End Sub

anyone tell me what I have to fix to make this work the rest of the code
steps through ok.
Thnks

Chris
 

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