Put query in Mail Merge

bobfin

Registered User.
Local time
Today, 16:46
Joined
Mar 29, 2002
Messages
82
I have a Word Mail Merge that creates form letters we send to client companies (1 letter per company). I want to include in each letter the output of an Access query. One query has been made for each company. I tried putting a hyperlink column into the data source for the merge, but all I get in the letter is the database name. I had already successfully tested the hyperlinks by putting them in a database table that linked to the database with the queiries.

The entries in the column in the Word data source are of the form:
{HYPERLINK "..\\folder name\\database name" \l "Query queryname"}

So how do I get Word to plant the recordsets into the letters?
 

Users who are viewing this thread

Back
Top Bottom