Understand mail merge data sources and master documents
📬 18 Mail Merge – A Quick Guide
Think of mail merge as a recipe that lets you bake many customised letters at once. You have a data source (the list of ingredients) and a master document (the recipe template). The merge process mixes them together to produce a finished product for each recipient.
📁 1. Data Sources – Where the Information Lives
Common data source types:
- 📊 Excel spreadsheets – rows = recipients, columns = fields (Name, Address, etc.)
- 📄 CSV files – plain text, comma‑separated values.
- 🗄️ Access databases – tables with relationships.
- 🔗 Online forms (e.g., Google Sheets) – can be linked via API.
Each row is a record, each column a field. The merge pulls the field values into the master document.
📝 2. Master Document – The Template
In Word (or similar), the master document contains:
- Static text – the body of the letter.
- Merge fields – placeholders like
<<FirstName>>that will be replaced. - Formatting – fonts, colours, tables, etc.
Example of a merge field: <<Address>> will be replaced by the recipient’s address.
🔄 3. The Merge Process – Step‑by‑Step
- Open the master document.
- Start the Mail Merge wizard.
- Select the data source (Excel, CSV, etc.).
- Insert merge fields where needed.
- Preview the results to check for errors.
- Complete the merge – generate individual documents or a single combined file.
Tip: Use the Preview button to spot missing data before finalising.
📚 4. Example Data Source Table
| FirstName | LastName | Address | |
|---|---|---|---|
| Alice | Smith | 123 Maple St. | alice@example.com |
| Bob | Jones | 456 Oak Ave. | bob@example.com |
🧠 5. Exam Tips – What to Remember
- Define data source and master document clearly.
- Explain how merge fields work and give an example.
- Show the merge process in order.
- Use a table to illustrate a typical data source.
- Remember to mention the preview step to avoid errors.
💡 Bonus: Think of mail merge as a personalised letter factory – the data source is the raw material, the master document is the mould, and the merge is the production line.
Revision
Log in to practice.