There are three different behaviors that can result from putting an Excel spreadsheet into a Word document:
If you want to send data that is in Excel or Access to someone else, most of the time they will have these programs or have programs that can import Excel or Access files. Another alternative is to export your data into a text file and send this instead and have them import the data into their application. The most common text format for this purpose has been comma-separated-value format (files typically had a csv extension) where each record appears on a new line and field values are separated by commas. Sometimes quotes are used around text values. For example, an Access table with fields first, last, and state and Bill Pegram Virginia as the first record and Bob Pegram Minnesota as the second record would export into csv format as
"first","last","state"
"Bill","Pegram","Virginia"
"Bob","Pegram","Minnesota"
In the exporting process, Access gives one a choice as to whether field names will appear in the first row, and whether one should use double quotes, single quotes, or nothing around text values. An alternative to using a delimited format such as csv is to use fixed width columns.
Mail merge can be used for generation of form letters, labels, or emails where each letter, label, or email typically contains some information that is common to all the letters, labels, or emails, and other customized information that varies among the letters, etc., and is taken from a database. To do a mail merge in Word, one creates a document consisting of content and merge fields. In the mail merge, the merge fields are replaced by information from a single record in a database such as Access or Excel. Mail merge can also be used for displaying Access data rather than using Access reports.
One can do a mail merge in Word by using a wizard or through use of the mail merge toolbar. To use the mail merge wizard, select Mailings>Start Mail Merge>Step by Step Mail Merge Wizard. To use the toolbar, select Mailings>Start Mail Merge. The detailed instructions for the latter are shown below.
In Word do the following:
The Address Block and Greeting Line icons are shortcuts for creating the address block and greeting line in a letter; you can achieve more customized results using individual merge fields.
If one uses mail merge to print, each record used is put into a different section of the resulting document. Each section will start printing on a new page. Where this is exactly what one wants for letters, in other uses of mail merge (e.g. using mail merge to display the contents of a database as an alternative to using reports), one doesn't want each record to start on a new page. One can do a search and replace for these section breaks and replace them with something else, e.g. a line break. To do this, select Home>Replace>click on the More button if it is showing>click on the Special button at the bottom and select "Section Break". Then click in the Replace textbox and then again click on the Special button at the bottm and select "Line Break".
Revised: December 3, 2008. Comments to William Pegram, wpegram@nvcc.edu