WORD Mail Merge with Excel data source
and Access data source
- In
Windows Explorer from the mail merge folder, open the document “WindSport
Collection Letter.doc”
- Ctrl
F1 (Opens task pane), CLICK TASK PANE DOWN ARROW AND SELECT “Mail Merge”
- Step
1:
- Select
letter (or e-mail if the source data has an e-mail field)
- Then
at bottom of mail merge task pane click “NEXT: starting document”
i.
- Step
2:
- Select
radio button “Use the current document”
- Then
at bottom of mail merge task pane click “NEXT: select recipients”
- Step 3
- Select
radio button “Use an existing list”
- Click
“Browse” and navigate to our mail merge folder and double-click “WindSport
Database.mdb”
- Then
you see: , double click “Accounts Receivable”
- Click
“NEXT: Write your letter,” then you see this:
- Step
4:
i.
- Highlight
the text in the letter that says: “Inside Address”
- Click
: “Address block”
- Click
“Match Fields,” and use drop-down arrows to add fields
i.
ii.
Click OK, click OK
iii.
Highlight the text in the letter that says: “First and
Last Name”
1. Click
“More items,” you should see this:
2.
iv.
Double-click “First Name,” click “Close”
1. Type
a space
2. Click
“More items,” double-click “Last Name,” click “Close”
v.
Highlight the text in the letter that says: “DAYS”
1. Click
“More items,” double-click “Days Past Due”, click “Close”
vi.
Highlight the text in the letter that says: “$$$”
vii.
Click “More items,” double-click “Balance Due,” click
“Close”
viii.
Click “NEXT: Preview your letters”
- Step 5
- Click
through to see all letters one-by-one
- Notice
that the format for the dollar amount is inadequate
- In
the help box on the standard tool bar type in: “format merged fields”
i.
Alt F9 ( to view code)
ii.
Insert code at end of merged field for “Balance Due”: \#
$#,###.00
iii.
The code will look like this:
1.
{ MERGEFIELD
"Balance_Due"\# $#,###.00 }
iv.
After you toggle out of Code view (Alt F9), the answer
will be formatted like this: $2,100.00.
- Click
:NEXT: “Complete the merge”
- Step 6
- Click
“Print”
- F12
(Save As)
- Name
the file “WindSport Collection Letter Access.doc”
- Repeat
this whole process, but with the Excel document called “Customer AR
Balances.xls”
- You
can address the formatting problem in Step 5 with the DOLLAR function in
Excel