Word Mail Merge in Access 2000 Projects

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can somebody help me find information how to do a Word mail merge in Access
2000 Projects? I want to mail merge a SQL table into a Word document
(letter). Did an extensive search, but couldn't find anything on the topic.
Mail Merge Wizard which works in .mdb Access databases is disabled for .adp
Projects. VBA code samples also do not work.
Link to sample code or article or a book would be all I need.
Thanks.
 
hi,
suggestion. link the SQL table to Access then do the mail
merge to access. (.mdb)
or download the link SQL table to excel then mail merge
with excel.
Regards
Frank
'>-----Original Message-----
 
This kind of solution came to my mind after I posted the question. It work
fine. MS Query also worked nicely as a datasource.
 
Back
Top