Skip to main content

How to Use Mail Merge in Microsoft Word

How to Use Mail Merge in Microsoft Word



Use mail merge to create and print too many letters and other documents to different persons.
Mail merge is used to create a set of documents, such as a form letter(interview call/offer letters) that is sent to many candidates. 
Each letter has unique information. 
For example, in letters to candidates, each letter can be personalized to address each candidate by name. 
The mail merge process requires the following steps:
Set up the main document. 
The main document contains contents which will be used in each document.
Connect the document to a data source. 
A data source is a file that contains the information to be merged into a document. Normally we can use excel file contains the names and addresses of the recipients of a letter. 
Microsoft Office Word generates a copy of the main document for each item, or record, in your data file. 
If your data file is a mailing list, these items are probably recipients of your mailing. 
If you want to generate copies for only certain items in your data file, you can choose which items (records) to include. 
Input mail merge fields, to the document. 
Then do the mail merge, the mail merge fields will be filled with information from your data file. 
Preview and complete the merge. 
Preview one copy of the document before you print the documents.

STEP BY STEP PROCEDURE CAN ALSO BE FOLLOWED.
  • GO TO MAILINGS
  • START MAIL MERGE
  • CLICK ON STEP BY STEP MAIL MERGE WIZARD
  • A WINDOW WILL BE OPENED ON THE RIGHT HAND SIDE
  • SELECT “LETTERS” OUT OF THE LIST
  • CLICK ON THE BLUE LINK CREATE LETTER
  • USE EXISTING LETTER
  • TYPE THE CONTENTS
  • SELECT RECIPIENTS
  • SELECT THE FILE “EXCEL” / DATA FILE
  • INPUT THE REQUIRED ADDRESS FIELDS
  • INPUT THE MERGE FIELDS IN FRONT OF THE FIELD/DATE / TITLE
  • A MESSAGE BOX WILL BE DISPLAYED
  • CLICK OK AND CONTINUE PREVIEW RESULTS
  • THEN FINISH THE MAIL MERGE.
  • TAKE PRINT OUT OF THE DOCUMENTS/LETTERS AND IF YOU WANT COPY YOU CAN SAVE OR NOT.
  • SAVE THE MAIN CONTENT DOCUMENT AND ITS SETTINGS FOR FUTURE USE.
  • FOR PRINTING THE ENTIRE DOCUMENTS WILL BE PRINTED
  • IF YOU WANT TO SELECT ANY PARTICULAR PERSON OR SOME LETTERS ONLY THEN SELECT THE LETTERS YOU WANT TO PRINT AND GIVE OPTION FOR PRINT SELECTION.

Comments

Popular posts from this blog

APPRENTICE REGISTRATION

Those who have passed the technical education / non technical education can do apprenticeship from any one of the Industries situated in India.  In order to register in the Apprenticeship Portal you should possess qualification in technical / non technical fields. First of all you have to visit the website WWW.APPRENTICESHIP.GOV.IN  and click on the topic Apprentice Registration on the bottom of the Home Page of above Website. Please fill up all the details like Name, Father's Name, Age, Aadhar No., Mobile No., Qualification, Trade, University and the first preference i.e. if anybody having BSC Chemistry qualification can choose Chemical and for Sub-Heading Designated Trades Attendant Operator Chemical is to be selected for BSC Chemistry Qualification.  Attach required documents, photo and mark sheets. Upon successfully entering the details and captcha text you can click the submit button, which will guide you to another link and the link will tell you...

INSERT DATA INTO MYSQL

Insert data into MySQL How to Install WAMPSERVER How to insert data into MySQL : After installation of WampServer a short cut will appear on the desktop. Click on the short cut and you will be asked whether the programme to be allowed to open, then click yes. Then "w" icon will be displayed on the shortcut bar on the bottom which will first appear as red then orange and then green. Right click on the icon and select PHPMYADMIN for inserting data into MySQL. You will be directed to login page login after giving the required credentials. You will be directed to the phpmyadmin page then select new on the left panel to create a new data base viz. "empdetails".   Then save and go  Then you will be asked to create table give name of the table as "empadress". Create four coloumns as displayed : id empname qtrno persno int for id Varchar for empname Int for qtrno Into for persno Click on A/I box and activate. A/I is for auto increment of ID i.e. in you...