Questions tagged [mailmerge]

A software function which provides the ability to create multiple (and potentially large numbers of) documents from a single template form and a structured data source.

Mail merge is a software function which provides the ability to create multiple (and potentially large numbers of) documents from a single template form and a structured data source. Often these documents are letters and/or labels to be sent to a number of recipients (hence the term).

It is expected that questions about mail merging relate to programming in some way. You should tag your question with the programming language or technology you are using to perform the mail merge.

Related Tags:

Links:

707 questions
-3
votes
2 answers

SQL code to filter out records with a null field

I am trying to write code in word for a mail merge document so it opens a csv file and then It can select records which are not null for a mailing name and then it merges them so I can print them off is it possible. With…
1 2 3
47
48