Mail Merge
Mail Merge lets you produce dozens — or thousands — of personalized documents from a single template. One letter design, one recipient list, and Word generates a unique copy for every person automatically.
How Mail Merge Works
Mail Merge combines two things: a main document with fixed content and merge field placeholders, and a data source with variable information (names, addresses, etc.). Word reads each row of the data source and produces one merged document per record.
We are pleased to invite you to our upcoming training session scheduled for «Date» at «Venue».
Please confirm your attendance at your earliest convenience.
Best regards,
Ahmed Farouk · MCT
Data Sources
The data source holds the variable information — one row per recipient, one column per field. Word can connect to several types of data sources.
The most common source. Each column is a field, each row is a recipient. The first row must contain column headers.
Connect directly to your Outlook contact list. Names, emails, and addresses pull in automatically.
Connect to an Access table or query. Useful when the recipient list is managed by another application.
A table created directly inside a Word document. The first row is treated as field headers. Covered in Section 5.
| FirstName | LastName | Date | Venue | |
|---|---|---|---|---|
| Sara | Al Rashid | sara@company.qa | Monday 12 May | Doha Conference Center |
| Khalid | Mohammed | khalid@company.qa | Monday 12 May | Doha Conference Center |
| Noor | Hassan | noor@company.qa | Tuesday 13 May | West Bay Training Hall |
Performing a Mail Merge — Step by Step
The easiest way is the Step-by-Step Mail Merge Wizard (Mailings → Start Mail Merge → Step-by-Step Mail Merge Wizard). It guides you through the process in a task pane on the right side. Experienced users go directly through the Mailings tab.
• Edit Individual Documents — merges into a new Word file with all letters separated by page breaks. Review or edit before printing.
• Print Documents — sends directly to the printer.
• Send Email Messages — sends each letter as an email (requires Outlook).
Merging Envelopes & Labels
The same Mail Merge process works for envelopes and mailing labels — useful when you need to print addresses on physical envelopes or label sheets.
| Type | How to start | Key setting |
|---|---|---|
| Envelopes | Mailings → Start Mail Merge → Envelopes | Choose envelope size (e.g. Size 10 = standard business envelope). Set delivery address and return address positions. |
| Labels | Mailings → Start Mail Merge → Labels | Choose the label vendor and product number (e.g. Avery 5160). Word formats the page into label cells automatically. |
| Single envelope (no merge) | Mailings → Envelopes | Type one delivery and return address. Print directly without a data source. |
| Single label sheet (no merge) | Mailings → Labels | Type label text. Choose to print a full page of the same label or just one label in a specific position. |
Creating a Data Source in Word
You do not always need an external file. Word can create and store a recipient list directly — useful for small, one-time mail merges when you don't have an Excel file ready.
Rules — Conditional Content
Rules let you include different text in the merged document based on data values — without creating multiple templates. Found in Mailings → Rules.
| Rule | What it does |
|---|---|
| If…Then…Else | Shows different text depending on a field value. Example: if City = "Doha" show "local session", else show "remote session". |
| Merge Record # | Inserts the sequential number of the current record — useful for reference numbers or tracking. |
| Merge Sequence # | Inserts the number of records that have been merged so far in this run. |
| Skip Record If | Skips a record entirely if a condition is met — for example, skip anyone with a blank email address. |
| Fill-in | Prompts the user to type something during the merge — useful for content that changes each time but is not in the data source. |