Jan 17, 2002 #1 keyword Programmer Jan 16, 2002 8 US using Access97 to merge data with MSWord form letter program blows with this line of code Set wrd = CreateObject ("Word.Application" Thanks for any suggestions, this one has me stumped. David
using Access97 to merge data with MSWord form letter program blows with this line of code Set wrd = CreateObject ("Word.Application" Thanks for any suggestions, this one has me stumped. David
Jan 17, 2002 #2 RickSpr MIS Jan 4, 2001 2,885 US Try this: Add a reference to the Microsoft Word 8.0 Object Library, then change your code to Code: Set wrd = New Word.Application Rick Sprague Upvote 0 Downvote
Try this: Add a reference to the Microsoft Word 8.0 Object Library, then change your code to Code: Set wrd = New Word.Application Rick Sprague