I need to automate a mail merge from a form in my access 2002 database. I've
tried importing the code from a recommended site

http://www.attcanada.net/%7ekallal.msn/msaccess/msaccess.html


but keep getting an error - 424 -object required, something to do with the
line ...

Set WordDoc = wordApp.Documents.Add

I have no coding experience but i need this to work - any help would be
greatly appreciated!!

Thanks

Re: Mail Merge Disaster by Doug

Doug
Fri Sep 24 17:12:50 CDT 2004

Did you set the reference to the "Microsoft DAO 3.6 Object Library" as
mentioned on Albert's web page?

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"Katie" <Katie@discussions.microsoft.com> wrote in message
news:9C399499-790A-4022-8B05-5B6BC6B36BDD@microsoft.com...
>I need to automate a mail merge from a form in my access 2002 database.
>I've
> tried importing the code from a recommended site
>
> http://www.attcanada.net/%7ekallal.msn/msaccess/msaccess.html
>
>
> but keep getting an error - 424 -object required, something to do with the
> line ...
>
> Set WordDoc = wordApp.Documents.Add
>
> I have no coding experience but i need this to work - any help would be
> greatly appreciated!!
>
> Thanks