This How to is split into two parts.
To create a mail merge with MS Word, we need to have a data source that contains all the customer names, addresses, etc, that are pertinent to the labels
we are going to make. The data source in this example will come from a MS Access database.
How to create a data source from two Access tables
In the Access Database are objects called Tables, Queries, Forms, etc. In this example will be only concerned with Table and Queries. The below image of the database shows you all the Tables in the database. The two tables we will be using are tbl_Customer and tbl_Address. We need to use both of these tables so that we will have all the required information to create the mail merge. |