Microsoft Access Lesson 3: Creating Reports

Size: px
Start display at page:

Download "Microsoft Access Lesson 3: Creating Reports"

Transcription

1 Microsoft Access Lesson 3: Creating Reports In the previous lesson the information you retrieved from a database always was in the form of a table. This may be all you need if you are the only person using the information if you set up the tables in the first place then you won t have much trouble working with them. Frequently you will be writing queries for other people to use, though, in which case it is a good idea to display the query results in an attractive form that is easy to understand. Such displays are called Reports. Creating a Report Using the Report Wizard Let s create a report that lists each city and, under the city, lists employees living in this city with their phone numbers. We generally have shied away from Wizards in these lessons, but the Report Wizard is genuinely useful. Open the database ExampleDB and select Reports from the Objects list. Double-click on Create reports by using wizard. In the next window you will specify what fields you are using as the basis for the report. First you need to select the table or query on which the report will be based. Click on the arrow icon at the right of the Tables/Queries text window, which will display all the tables and queries created for this database. Choose the table tblemployees, information we need. which contains the 1

2 You now will see a list of available fields that were included in this table. At the right of the Available Fields list are four buttons: > Add one field to the Selected Fields list >> Add all Available Fields to the Selected Fields < Remove one field from the Selected Fields list << Remove all fields from the Selected Fields list For our report we want a list of employees and their phones number for each city in the database. We will need information from the following fields to create the report: City, First Name, Last Name, and Phone Number. At this point it helps to give a little thought to what the report will look like. Each City field name is going to be seen several times once for each resident. To make the report easy to read, it would be best to group the name and phone number information under each city: City #1 Names & phone numbers City #2 Names & phone numbers etc. With this in mind, let s select the City field first because it appears to be the most important. Do the same for the First Name,, Last Name and Home Phone fields. Click on Next. 2

3 Next you will be asked if you want to add any grouping levels to the report. As we suggested above, the report will be more attractive and easy to read if we group the name and phone number information under each city. Select City as a grouping level. You now will see City grouped above the other fields. Click Next. In the next window, you will be able to sort the information according to the different fields. Let s sort the records first by Last Name and then by First Name, both in ascending order.. Click on Next. 3

4 Next, you can choose the layout report. Leave the Page Orientation set to Portrait for the moment. We can always change this later. of the report. A Stepped layout probably would be best for this Click on Next. Choose a style. Take your pick here. Finally, enter a Title for the report. Use rpt as a prefix for the title of reports. You also can specify if you want to preview or modify the report. Click on Finish when you are ready. 4

5 If you preview the report, you will see the preview next. Note that the report uses the captions you chose as field properties in the table to label the fields in the report. Click on Close to close the preview. When you close the preview you will see the Design View of the report. Don t worry about this yet we will cover the Design View later in this lesson. Close the report window. The report already has been saved. 5

6 Creating a Report from a Query It often is preferable to create a report from a query you already have created. Use the query, qryearlyhire, thatt you created in the previous lesson to create the report shown at the right. Use Create report by using wizard again, but base the report on the query qryearlyhire. Save the report with the name rptearlyhire. Practice: Without creating a totally new query or report, produce the report shown at the right? (Hint: Think about modifying a criterion for the query, running the query again and saving it.) Practice: Create a new query and use it for a report, a portion of which is shown at the right.. 6

7 Design View of a Report Before you begin customizing reports, you need to understand how the Design View of a report relates to what you see when you print the report out. On the left in the illustration below you will see a portion of the Print Preview View of the report, rptcitiesphones, that we created earlier. On the right is the Design View of the same report. Portions of the Design View have been pulled away from each other to make the relationship between the two Views more obvious. The Report Header in the Design View is printed once at the top of the first page. This is the title of the report. The text in the Report Header is contained in a label control. A label control contains labels for the data in the database. Controls, such as label controls, that are not connected with the underlying database are called unbound controls. 7

8 The Page Header in the Design View is printed once at the top of each page (below the Report Header on the first page). The Page Header generally contains text that identifies fields in a table below. The Page Header also is made up of label controls. The detailed information from the database is displayed next. This is the information that makes up the bulk of the report. In this case we first see a City Header, corresponding to the grouping we have chosen. Below the City Header is the Detail section. The City Header and Detail section are made up of text box controls. Text box controls have a connection with the table or query on which the report is based. When a report is printed or previewed, information from the database is fed into the text box controls. Text box controls are called bound controls because they are connected with the underlying database. The Page Footer is inserted automatically by the Report Wizard so that the data and page numbers are displayed at the bottom of each page in the report. 8

9 Modifying a Label Control Once you have created a report with the Report Wizard, you may wish to modify it. One thing that you may want to change is the Title in the Report Header. It is good programming practice to name all reports beginning with rpt, but you may not want this in the title. Open the report, rptcitiesphones, and go to Design View. Click on the Label Control box that holds the title. You should see small rectangular handles on the corners and midway along the sides of the box. This indicates that the control has been selected. Select the text in the box Change the Title to Cities and Phones This has no effect on the information pulled from the database. Label controls merely hold descriptive text. 9

10 You also can change the color and font of the text. With the Label Control box for the Title selected, click on the menu button to the right of the A icon in the toolbar. Choose another color for the font. You also can change the type of font or font size like you have learned to do in Microsoft Word or Excel. For example, change the font size to 26. Note that the size of the Label Control box does not expand to fit the larger font. You will need to resize the box yourself. You can resize of the box by grabbing it with the mouse. Move the cursor until it is directly over the small rectangular handle in the middle of the right edge of the box, at which point the cursor will become a double arrow. Holding the left mouse button down, pull the side of the box to the right until it fits the text. Adding and Moving a Label Control Let s add a descriptive label to the report showing that you are the author. You should see the Toolbox on the screen. If it is not there, click on the Toolbox icon on the top toolbar. 10

11 Click on the Label tool in the toolbox. The cursor now will look like a plus sign with the letter A below it. Move the cursor over to the Report Header section of the Design View of the report and draw a white label control box on the right. Enter your name in the box. When you click on the Design View away from the new label control, the box will become transparent. You can move the box around with the cursor to place it where you want within the Report Header. Position the cursor so it is over the bottom or top edges of the box and not over a handle, at which point the cursor will look like a small hand. Hold the left mouse button down and move the box until it is positioned where you want. Look at the report by clicking on the Print Preview icon. 11

12 Modifying and Moving Text Box Controls After looking at the current report, we decide that it needs some more changes. Here are some things we would like to do: Move the first and last names so the first name is shown first. Resize and move the Fields so that the information isn t so spread out Add a Zip Code Text Box Control so the Zip Code will be listed for each employee. Include a Zip Code Label Control in the Page Header. First, we will move the Control boxes around so that the First Name boxes are displayedd before the Last Name boxes. We want to move the corresponding Label and Text Box Controls together so they stay aligned. Select one of the Last Name boxes and then, holding the shift key down, select the other. Drag the two control boxes until they are somewhere between the First Name and Home Phone boxes. Drop them there. Next, select the two First Name boxes and pull them to the right. Then select the Last Name boxes again and position them. After this is done, the Design View should look like the picture on the right. 12

13 Select the two City Control boxes and resize them so both are around 1 inch long on the ruler at the top of then form. Do the same for the First Name, Last Name, and Home Phone boxes. Select the two First Name Control boxes and move them until they are close to the City Boxes. Do the same for the Last Name and Home Phone boxes. Check the Page Preview View of the report. It looks a lot better now. Next we will add the Zip code to the report. Back in the Design View of the report, you probably will see a list of the Field Names in the table or query used for the report. If not, click on the Field Names icon on the main menu. 13

14 Select the Zip Code field. Grab it with the mouse and drag it into the Details section. When you drop it, you will see two Control boxes appear. The box on the right is a Text Box Control and the box on the left is the corresponding Label Control. We want the Zip Code Label Control box to be in the Page Header section with the other Label Controls. Select the Zip Code Label Control box and cut it (Edit, Cut from the main menu). Then Paste it in the Page Header section. You probably will need to move it after it has been pasted in. Change the sizes of the Zip Code boxes and their font (if necessary) to match the other controls in the same section. Using the grid as a guide, move the two boxes so their left sides coincide. Take a look at the report. How does it look? 14

15 Practice: Earlier in this lesson you created a report that looked like this one. Modify this report so it looks like the below. Here are the changes you should make: 1. Modify the query to include the fields you need for the new report. 2. Change the text in various Label Controls as illustrated. 3. Add a Text Box Control for the Depart ID In the Dept Name Header 4. Add a Text Box Control for the Employee ID in the Details section. The Label for this control should go in the Page Header. 5. Move boxes around so the report looks like the one at the right. Note that the DeptName, E/N, and Employee ID columns use centered justification in both the Label and Text Box Controls. 15

16 Mail Merge Reports A mail merge report is good example of the power of a database to make our lives easier. Suppose that you need to write a personalized letter to all employees that have been with your company more than ten years. You could type multiple copies of the letter, one for each employee, but that would take a lot of time. A mail merge allows you to type the letter up once and make it part of a report that merges in needed information (names, addresses, etc.) from a database. Step 1: Create a Word Document Earlier you downloaded this letter, Celebration Letter, on your H: drive. Celebration Letter looks like the picture at the right. Note that a series of Xs have been entered in the position where you would place the inside address and greeting, as well as the department name and hire date. When we do the mail merge, information from the database automatically will replace the Xs in the letter. 16

17 Step 2: Create a Query We will work with the EmployeesDB database. Create a query, the first three records of which are shown below: The criterion for this query is that the Hire Date is before January 1, Save the query as qrytenyears. Step 3: Mail Merge With the Word Document Display the list of queries for this database and choose the one you have created for the mail merge, in this case qrytenyears. Click on the Merge Wizard icon and select Merge It with Microsoft Office Word. 17

18 In the next window, check Link your data to an existing Microsoft Word document. Click on OK. Select the document, in this case the Celebration Letter you downloaded earlier to your H: drive. You then will see a Word document showing the letter with the Mail Merge menu on the right, as is illustrated below. Look at the Mail Merge menu on the right side of the screen. The default way to select recipients is from an existing list. In this case, we see that the recipients are being selected from the query qrytenyears in the ExampleDB database. Click on Next: Write your letter at the bottom. 18

19 Select the Inside Address Block in the letter. Click on Address block in the Mail Merge menu. In the Insert Address Block window, select how you want the Inside Address to look. The choices for this particular letter are illustrated at the right. When you have made your choices click on OK. Next select the Greeting Line in the letter and click on Greeting line in the Mail Merge menu. Choose a greeting line and click on OK. 19

20 We need to fill in the name of the department and the hire date yet. Highlight the XXXXXX representing the department name in the letter. Click on More items in the Mail Merge menu. You will see a list of fields available from the query. Select Dept Name and click on Insert. After you have inserted the Dept Name field, a Close button will appear at the bottom of the window. Click on Close. Insert the Hire Date field in the same way. At this point, your letter should look like this. Click on Next: Preview your letter at the bottom of the Mail Merge menu section. 20

21 You will see the letter as it will appear for the first recipient in the query. You can preview the merged letters if you like. You also will have the opportunity to edit the recipient list at this time. When you are ready click on Next: Complete the merge. Save the merged Word document at this point. The next Mail Merge menu will prompt you to print the letters. Don t print anything for this lesson. It would waste a lot of paper. Close the Word document when you are through. 21

22 Using a Saved Word Document Created by a Mail Merge You probably will want to use a Word document created by a mail merge more than once. Open Microsoft Word and load the Word document that you saved a moment ago. You will be asked if you want to open the document and place data from the database in it. Choose Yes. The Word document will have an extra toolbar at the top that is only there when the document has been created by a mail merge. Click on the View merged data icon several times. You should see the document toggle back and forth between the Mail Merge insertionn blocks, such as <<AddressBlock> k>> and the appearance of the document when it contains data. You can run through the letter showing recipients if you like. 22

23 When you are ready to print, click on the Merge to printer icon. You can specify what records you want to include in the printing. Don t actually print anything for this lesson. Practice: You are going to have records for sale at a convention and want to create a sign that you can post showing information about each record. Open the Records database that your created in the first lesson. Do the following. 1. Create a query that will list the records by label, number, and artist showing their condition and value. List only records that are worth $10.00 or more. Sort by value in descending order. Save the query as qrytendollars. 2. Use this query to produce a report that looks like the one at the right. Save the report as rpttendollars The date at the top is a Text Box Control containing an =now() function, like in a spreadsheet. Note the wide space above each artist s name. How do you think this could be done? Do it in your report. Continued on the next page. 23

24 3. Create a Microsoft Word document that looks like this one. Use Word Art to create the Records for Sale logo at the top. The picture of a 45 rpm record is available for download on the Access lessons web site. Put a $ sign before the string of Xs in the Value line. Save the document in your H: drive 4. Do a mail merge using the qrytendollars query you created in part 1. When you choose the Xs to insert the value, don t select the $ sign. You may find the case of the Condition is lower case. If so, use Format, Font on the Word menu to change the font to All Caps. 24

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007 Many people know that you can use the Mail Merge feature in Microsoft Word 2007 to easily create mailing labels, but did you know you can use it to quickly create custom name badge inserts? Here, you will

More information

Access: Printing Data with Reports

Access: Printing Data with Reports Access: Printing Data with Reports Reports are a means for displaying and summarizing data from tables or queries. While forms are primarily for on-screen viewing, reports are for presenting your data

More information

Using Mail Merge in Microsoft Word XP/2002

Using Mail Merge in Microsoft Word XP/2002 Using Mail Merge in Microsoft Word XP/2002 Open Microsoft Word XP/2002 Beginning the Merge You may start Mail Merge with a blank document or one that you have already created. We will use a blank document

More information

Microsoft Access Lesson 2: Retrieving Information from a Database

Microsoft Access Lesson 2: Retrieving Information from a Database Microsoft Access Lesson 2: Retrieving Information from a Database In this lesson you will learn how to construct queries to retrieve information from a database. It uses the example database (ExampleDB.mdb)

More information

Microsoft Access XP (2002) Reports

Microsoft Access XP (2002) Reports Microsoft Access XP (2002) Reports AutoReports Report Wizards Manually Design a Report Table Relations Multitable Reports Mailing Labels Mail Merge with MS Word Table of Contents INTRODUCTION TO REPORTS...

More information

Using Mail Merge in Microsoft Word 2003

Using Mail Merge in Microsoft Word 2003 Using Mail Merge in Microsoft Word 2003 Mail Merge Created: 12 April 2005 Note: You should be competent in Microsoft Word before you attempt this Tutorial. Open Microsoft Word 2003 Beginning the Merge

More information

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

More information

Access: Using Forms for Data Entry and Editing

Access: Using Forms for Data Entry and Editing Access: Using Forms for Data Entry and Editing Viewing and Entering Data with Forms A form is the most convenient layout for entering, changing, and viewing records from a database table or query and are

More information

Microsoft Access 2007 Lesson 2: Retrieving Information from a Database

Microsoft Access 2007 Lesson 2: Retrieving Information from a Database Microsoft Access 2007 Lesson 2: Retrieving Information from a Database In this lesson you will learn how to construct queries to retrieve information from a database. It uses the example database (ExampleDB.accdb)

More information

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

More information

BrainyBetty.Com presents: Mail merge I: Use mail merge for mass mailings

BrainyBetty.Com presents: Mail merge I: Use mail merge for mass mailings BrainyBetty.Com presents: Mail merge I: Use mail merge for mass mailings Course contents Overview: Mailings en masse Lesson 1: How it works Lesson 2: Set up your recipient list Lesson 3: Perform a complete

More information

Chapter 2 The Design Window

Chapter 2 The Design Window Chapter 2 Objectives Chapter 2 The Design Window Learn about Crystal sections Move objects Use Toolbars, Icons, and Menus Format fields Add Special Fields Change a Group Use the Crystal Field Explorer

More information

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

Microsoft Word. Part 2. Hanging Indent

Microsoft Word. Part 2. Hanging Indent Microsoft Word Part 2 Hanging Indent 1 The hanging indent feature indents each line except the first line by the amount specified in the By field in the Paragraph option under the format option, as shown

More information

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 Table of Contents ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 TOPIC 1A: SORT A LIST... 6 Sort a list in A-Z or Z-A Order... 6 TOPIC 1B: RENUMBER A LIST... 7 Renumber a List

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

More information

Access 2003 Introduction to Report Design

Access 2003 Introduction to Report Design Access 2003 Introduction to Report Design TABLE OF CONTENTS CREATING A REPORT IN DESIGN VIEW... 3 BUILDING THE REPORT LAYOUT... 5 SETTING THE REPORT WIDTH... 5 DISPLAYING THE FIELD LIST... 5 WORKING WITH

More information

Using Reports. Access 2013 Unit D. Property of Cengage Learning. Unit Objectives. Files You Will Need

Using Reports. Access 2013 Unit D. Property of Cengage Learning. Unit Objectives. Files You Will Need Unit D CASE Samantha Hooper, a tour developer at Quest Specialty Travel, asks you to produce some reports to help her share and analyze data. A report is an Access object that creates a professional looking

More information

Reference Services Division Presents. Microsoft Word 2

Reference Services Division Presents. Microsoft Word 2 Reference Services Division Presents Microsoft Word 2 This handout covers the latest Microsoft Word 2010. This handout includes instructions for the tasks we will be covering in class. Basic Tasks Review

More information

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010 Week 5 Creating a Calendar About Tables Tables are a good way to organize information. They can consist of only a few cells, or many cells that cover several pages. You can arrange boxes or cells vertically

More information

MAKING TABLES WITH WORD BASIC INSTRUCTIONS. Setting the Page Orientation. Inserting the Basic Table. Daily Schedule

MAKING TABLES WITH WORD BASIC INSTRUCTIONS. Setting the Page Orientation. Inserting the Basic Table. Daily Schedule MAKING TABLES WITH WORD BASIC INSTRUCTIONS Setting the Page Orientation Once in word, decide if you want your paper to print vertically (the normal way, called portrait) or horizontally (called landscape)

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

GO! with Microsoft Access 2016 Comprehensive

GO! with Microsoft Access 2016 Comprehensive GO! with Microsoft Access 2016 Comprehensive First Edition Chapter 3 Forms, Filters, and Reports 2 Create and Use a Form to Add and Delete Records A form is a database object that can be used to: display

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Learning Word The ABCs of Microsoft Word. 8/19/2015 The Computor Tutor 1

Learning Word The ABCs of Microsoft Word. 8/19/2015 The Computor Tutor 1 Learning Word 2013 The ABCs of Microsoft Word 8/19/2015 The Computor Tutor 1 The Program Open Word Margins are preset to Normal, 1 inch for Top, Bottom, Right & Left; change by clicking on Page Layout

More information

MICROSOFT WORD 2010 Quick Reference Guide

MICROSOFT WORD 2010 Quick Reference Guide MICROSOFT WORD 2010 Quick Reference Guide Word Processing What is Word Processing? How is Word 2010 different from previous versions? Using a computer program, such as Microsoft Word, to create and edit

More information

Microsoft Access 2016 Intro to Forms and Reports

Microsoft Access 2016 Intro to Forms and Reports Microsoft Access 2016 Intro to Forms and Reports training@health.ufl.edu Access 2016: Intro to Forms and Reports 2.0 hours Topics include using the AutoForm/AutoReport tool, and the Form and Report Wizards.

More information

A Step-by-step guide to creating a Professional PowerPoint Presentation

A Step-by-step guide to creating a Professional PowerPoint Presentation Quick introduction to Microsoft PowerPoint A Step-by-step guide to creating a Professional PowerPoint Presentation Created by Cruse Control creative services Tel +44 (0) 1923 842 295 training@crusecontrol.com

More information

Creating a Brochure in Publisher

Creating a Brochure in Publisher Creating a Brochure in Publisher If you closed the Flyer, as indicated above, you will see the Microsoft Publisher Task Pane on the left side of your screen. Click the Brochures selection in the Publication

More information

Introduction to Microsoft Access 2016

Introduction to Microsoft Access 2016 Introduction to Microsoft Access 2016 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

COMPILED BY: WESLEY M. NYANDIKA 1

COMPILED BY: WESLEY M. NYANDIKA 1 MICROSOFT WD Word processing is the activity of entering, editing formatting, storing and printing text. It involves the use of word processors. Word processor: is a program or software package that has

More information

Intermediate Microsoft Word: Mail Merge, Envelopes & Labels

Intermediate Microsoft Word: Mail Merge, Envelopes & Labels Welcome to Teach Yourself: Intermediate Microsoft Word: Mail Merge, Envelopes & Labels This Teach Yourself tutorial explains the mail merge, envelope and label features on Microsoft Word 2003, a word processing

More information

Microsoft Word 2010 Introduction to Mail Merge

Microsoft Word 2010 Introduction to Mail Merge Microsoft Word 2010 Introduction to Mail Merge Elizabeth Wells February 2012 Copyright 2012 ElizabethWells All rights reserved. Except as permitted under current legislation, no part of this work may be

More information

Lehigh University Library & Technology Services

Lehigh University Library & Technology Services Lehigh University Library & Technology Services Start Word Open a file called day2 Microsoft WORD 2003 Day 2 Click the Open button on the Standard Toolbar Go to the A: drive and highlight day2 and click

More information

Microsoft Word 2003 for Windows, Part 2

Microsoft Word 2003 for Windows, Part 2 Microsoft Word 2003 for Windows, Part 2 In this workshop, the following Word 2003 features will be covered: Creating and using Tables Formatting text using Styles Using MailMerge Arranging text in Columns

More information

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification.

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification. Appendix 1 Microsoft Office Specialist: Access Certification Introduction The candidates for Microsoft Office Specialist certification should have core-level knowledge of Microsoft Office Access 2010.

More information

Word 2007/10/13 1 Introduction

Word 2007/10/13 1 Introduction Objectives Word 2007/10/13 1 Introduction Understand the new Word 2007 Interface Navigate the Office button Learn about the Quick Access menu Navigate the Ribbon menu interface Understand the I-beam Learn

More information

SETTING UP A. chapter

SETTING UP A. chapter 1-4283-1960-3_03_Rev2.qxd 5/18/07 8:24 PM Page 1 chapter 3 SETTING UP A DOCUMENT 1. Create a new document. 2. Create master pages. 3. Apply master pages to document pages. 4. Place text and thread text.

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

The major change in Word is the ribbon toolbar. The File menu has been replaced with a button.

The major change in Word is the ribbon toolbar. The File menu has been replaced with a button. Word 2007 There are a lot of new changes to Office 2007. This handout will provide a few examples on how to do basic formatting. If at any point you get stuck, remember that Office has a feature that allows

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

Mail Merge. The way to make the. you can use. Here, you. have a printed Access. your Mail Merge. file during the. name badges. data. For. spreadsheet.

Mail Merge. The way to make the. you can use. Here, you. have a printed Access. your Mail Merge. file during the. name badges. data. For. spreadsheet. Many people know that you can use the Mail Merge feature in Microsoft Word to easily create mailing labels, but did you know you can use it to quickly create custom name badge inserts? Here, you will learn

More information

Easy Match QC Lesson 9. Setting Up a Print Job

Easy Match QC Lesson 9. Setting Up a Print Job Easy Match QC Lesson 9 Setting Up a Print Job To choose to print data to a specific format, use the following lesson. The first will configure a print job containing two pages of data, the first displaying

More information

SECTION 4 USING QUERIES. What will I learn in this section?

SECTION 4 USING QUERIES. What will I learn in this section? SECTION 4 USING QUERIES What will I learn in this section? Select Queries Creating a Query Adding a Table to Query Adding Fields to Query Single Criteria Hiding column in a Query Adding Multiple Tables

More information

Microsoft Word 2007 on Windows

Microsoft Word 2007 on Windows 1 Microsoft Word 2007 on Windows Word is a very popular text formatting and editing program. It is the standard for writing papers and other documents. This tutorial and quick start guide will help you

More information

SOFTWARE SKILLS BUILDERS

SOFTWARE SKILLS BUILDERS USING ACCESS TO CREATE A SCIENCE DATABASE A database allows you to enter, store, retrieve, and manipulate data efficiently. You will first design your database and enter information into a table called

More information

Computer Nashua Public Library Advanced Microsoft Word 2010

Computer Nashua Public Library Advanced Microsoft Word 2010 WordArt WordArt gives your letters special effects. You can change the formatting, direction, and texture of your text by adding Word Art. When you click the WordArt icon on the Insert tab, you will see

More information

Open Microsoft Word: click the Start button, click Programs> Microsoft Office> Microsoft Office Word 2007.

Open Microsoft Word: click the Start button, click Programs> Microsoft Office> Microsoft Office Word 2007. Microsoft Word 2007 Mail Merge Letter The information below is devoted to using Mail Merge to create a letter in Microsoft Word. Please note this is an advanced Word function, you should be comfortable

More information

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

The HOME Tab: Cut Copy Vertical Alignments

The HOME Tab: Cut Copy Vertical Alignments The HOME Tab: Cut Copy Vertical Alignments Text Direction Wrap Text Paste Format Painter Borders Cell Color Text Color Horizontal Alignments Merge and Center Highlighting a cell, a column, a row, or the

More information

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting:

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting: Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics Formatting text and numbers In Excel, you can apply specific formatting for text and numbers instead of displaying all cell content

More information

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK.

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK. PowerPoint X Launching PowerPointX 1. Start PowerPointX by clicking on the PowerPoint icon in the dock or finding it in the hard drive in the Applications folder under Microsoft PowerPoint. PowerPoint

More information

Introduction to Microsoft Word 2007 Quickguide

Introduction to Microsoft Word 2007 Quickguide Introduction to Microsoft Word 2007 Quickguide Opening Word -Click the Start button -Click Programs from the start menu -Select Microsoft Office -Click Microsoft Office Word 2007 -A new blank document

More information

PowerPoint 2002 Manual

PowerPoint 2002 Manual PowerPoint 2002 Manual Internet and Technology Training Services Miami-Dade County Public Schools Contents How to Design Your Presentation...3 PowerPoint Templates...6 Formatting Your Slide Show...7 Creating

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 3 BREAK... 4 DEFINITIONS... 4 STEP BY STEP- SECTION BREAK... 6 PAGE NUMBERS...

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 3 BREAK... 4 DEFINITIONS... 4 STEP BY STEP- SECTION BREAK... 6 PAGE NUMBERS... TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 3 BREAK... 4 DEFINITIONS... 4 WHY WOULD YOU USE THIS?... 4 STEP BY STEP- PAGE BREAK... 4 ALTERNATIVE METHODS... 5 STEP BY STEP- SECTION BREAK...

More information

Let s Make a Front Panel using FrontCAD

Let s Make a Front Panel using FrontCAD Let s Make a Front Panel using FrontCAD By Jim Patchell FrontCad is meant to be a simple, easy to use CAD program for creating front panel designs and artwork. It is a free, open source program, with the

More information

PART ONE 1. LAYOUT. A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added).

PART ONE 1. LAYOUT. A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added). PART ONE 1. LAYOUT A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added). The work area is where the data and formulae are entered. The active

More information

Using MS Publisher. Launch MS Publisher: Start > All Programs > Microsoft Office > Publisher. Setting up Document Size and Orientation

Using MS Publisher. Launch MS Publisher: Start > All Programs > Microsoft Office > Publisher. Setting up Document Size and Orientation Designing and Creating your GIS Poster Revised by Carolyn Talmadge 1/20/2015 First think about your audience and purpose then design your poster! Here are instructions for setting up your poster using

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

Content provided in partnership with Que, from the book Show Me Microsoft Office Access 2003 by Steve JohnsonÃÃ

Content provided in partnership with Que, from the book Show Me Microsoft Office Access 2003 by Steve JohnsonÃÃ ,PSURYLQJWKH$SSHDUDQFHRI )RUPVDQGHSRUWV Content provided in partnership with Que, from the book Show Me Microsoft Office Access 00 by Steve JohnsonÃÃ Introduction The objects in a database most on display

More information

MS Access Let s begin by looking at the toolbar and menu of Access.

MS Access Let s begin by looking at the toolbar and menu of Access. MS Access 2003 Access is a database program that allows you to store, retrieve, analyze, and print information. Individuals use databases for various purposes. Businesses use databases to manage customer

More information

Document Editor Basics

Document Editor Basics Document Editor Basics When you use the Document Editor option, either from ZP Toolbox or from the Output option drop-down box, you will be taken to the Report Designer Screen. While in this window, you

More information

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key Getting started with Ms Access 2007 Getting Started Customize Microsoft Office Toolbar The Ribbon Quick Access Toolbar Navigation Tabbed Document Window Viewing Primary Key Composite Key Foreign Key Table

More information

Microsoft Word 2010 Intermediate

Microsoft Word 2010 Intermediate Microsoft Word 2010 Intermediate Agenda 1. Welcome, Introduction, Sign-in 2. Presentation 3. a. Advanced Formatting i. Review: Use Select All to change alignment, font style, spacing ii. Headers and Footers

More information

MICROSOFT WORD 2010 BASICS

MICROSOFT WORD 2010 BASICS MICROSOFT WORD 2010 BASICS Word 2010 is a word processing program that allows you to create various types of documents such as letters, papers, flyers, and faxes. The Ribbon contains all of the commands

More information

Contents. Creating Forms

Contents. Creating Forms Access 2007 Forms Contents Creating Forms... 3 Creating a new form 3 Design view and Form view 5 Creating a user-defined form 5 Changing the look of your form... 6 Layout View 6 Design View 6 Moving and

More information

The Newsletter will contain a Title for the newsletter, a regular border, columns, Page numbers, Header and Footer and two images.

The Newsletter will contain a Title for the newsletter, a regular border, columns, Page numbers, Header and Footer and two images. Creating the Newsletter Overview: You will be creating a cover page and a newsletter. The Cover page will include Your Name, Your Teacher's Name, the Title of the Newsletter, the Date, Period Number, an

More information

Microsoft Access 2010

Microsoft Access 2010 2013\2014 Microsoft Access 2010 Tamer Farkouh M i c r o s o f t A c c e s s 2 0 1 0 P a g e 1 Definitions Microsoft Access 2010 What is a database? A database is defined as an organized collection of data

More information

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports Version 07/11/09 Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Subforms, and the Lookup Wizard May 2009 by Floyd Jay Winters and Julie Manchester winterf@mccfl.edu Database

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

Creating and Using an Excel Table

Creating and Using an Excel Table Creating and Using an Excel Table Overview of Excel 2007 tables In earlier Excel versions, the organization of data in tables was referred to as an Excel database or list. An Excel table is not to be confused

More information

Designing Forms in Access

Designing Forms in Access Designing Forms in Access This document provides basic techniques for designing, creating, and using forms in Microsoft Access. Opening Comments about Forms A form is a database object that you can use

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

More information

Designing & Creating your GIS Poster

Designing & Creating your GIS Poster Designing & Creating your GIS Poster Revised by Carolyn Talmadge and Kyle Monahan 4/24/2017 First think about your audience and purpose, then design your poster! Here are instructions for setting up your

More information

Obvious reason for using a mail merge then is to save time in drafting a form document which needs to be sent to multiple folks.

Obvious reason for using a mail merge then is to save time in drafting a form document which needs to be sent to multiple folks. 1 2 A mail merge is made up of two components a document (which can be a letter, envelope, or label) and a data set. Putting the two together using a mail merge results in producing several letters, envelopes,

More information

Microsoft Word 2011 Tutorial

Microsoft Word 2011 Tutorial Microsoft Word 2011 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

Enterprise Timetabler Beginners Training Worksheet 1

Enterprise Timetabler Beginners Training Worksheet 1 Enterprise Timetabler Beginners Training Worksheet 1 1. Basic Customisation of the Enterprise Interface It is possible to change the default layouts of the Activity and View panes to show extra information

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Using Microsoft Word. Table of Contents

Using Microsoft Word. Table of Contents Using Microsoft Word Table of Contents The Word Screen... 2 Document View Buttons... 2 Selecting Text... 3 Using the Arrow Keys... 3 Using the Mouse... 3 Line Spacing... 4 Paragraph Alignment... 4 Show/Hide

More information

Creating a Directory with a Mail Merge from an Excel Document

Creating a Directory with a Mail Merge from an Excel Document Creating a Directory with a Mail Merge from an Excel Document When you run a mail merge, Word pulls names, addresses, and other information directly from your Excel spreadsheet into the documents you re

More information

Lesson 4 - Creating a Text Document Using WordPad

Lesson 4 - Creating a Text Document Using WordPad Lesson 4 - Creating a Text Document Using WordPad OBJECTIVES: To learn the basics of word processing programs and to create a document in WordPad from Microsoft Windows. A word processing program is the

More information

Designing & Creating your GIS Poster

Designing & Creating your GIS Poster Designing & Creating your GIS Poster Revised by Carolyn Talmadge, 11/26/2018 First think about your audience and purpose, then design your poster! Here are instructions for setting up your poster using

More information

Creating Reports. There are several types of reports. We'll use Access Wizards and Tabs/Ribbons to design several simple reports.

Creating Reports. There are several types of reports. We'll use Access Wizards and Tabs/Ribbons to design several simple reports. Creating Reports In this tutorial we'll cover the very basic steps of creating Reports. A good manual or some knowledgeable assistance will be essential to mastering reports. There are several types of

More information

VHSE - COMPUTERISED OFFICE MANAGEMENT MODULE III - Communication and Publishing Art - PageMaker

VHSE - COMPUTERISED OFFICE MANAGEMENT MODULE III - Communication and Publishing Art - PageMaker INTRODUCTION : It is one Adobe PageMaker 7.0 software is the ideal page layout program for business, education, and small- and home-office professionals who want to create high-quality publications such

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Intermediate Microsoft Office 2016: Word

Intermediate Microsoft Office 2016: Word Intermediate Microsoft Office 2016: Word Updated January 2017 Price: $1.20 Lesson 1: Setting Margins A margin is the distance from the text to the paper s edge. The default setting is 1 all around the

More information

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Microsoft Access 2007 Module 2

Microsoft Access 2007 Module 2 Microsoft Access 007 Module http://pds.hccfl.edu/pds Microsoft Access 007: Module August 007 007 Hillsborough Community College - Professional Development and Web Services Hillsborough Community College

More information

INFORMATION TECHNOLOGY

INFORMATION TECHNOLOGY INFORMATION TECHNOLOGY PowerPoint Presentation Section Two: Formatting, Editing & Printing Section Two: Formatting, Editing & Printing By the end of this section you will be able to: Insert, Edit and Delete

More information

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9 TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 DEFINITIONS... 3 WHY WOULD YOU USE THIS?... 3 STEP BY STEP... 3 USING WORD S TOOLBARS... 5 DEFINITIONS... 5 WHY WOULD

More information

Microsoft Excel 2007 Lesson 7: Charts and Comments

Microsoft Excel 2007 Lesson 7: Charts and Comments Microsoft Excel 2007 Lesson 7: Charts and Comments Open Example.xlsx if it is not already open. Click on the Example 3 tab to see the worksheet for this lesson. This is essentially the same worksheet that

More information

Chapter 4: Single Table Form Lab

Chapter 4: Single Table Form Lab Chapter 4: Single Table Form Lab Learning Objectives This chapter provides practice with creating forms for individual tables in Access 2003. After this chapter, you should have acquired the knowledge

More information

Instructions for Using the Databases

Instructions for Using the Databases Appendix D Instructions for Using the Databases Two sets of databases have been created for you if you choose to use the Documenting Our Work forms. One set is in Access and one set is in Excel. They are

More information

Start Mail Merge Step by Step Mail Merge Wizard messages

Start Mail Merge Step by Step Mail Merge Wizard  messages Mail Merge One of the most important pieces of a Mail Merge is your list of recipients along with their corresponding email addresses. When you are collecting email addresses, make sure that they are valid

More information

CPM-200 User Guide For Lighthouse for MAX

CPM-200 User Guide For Lighthouse for MAX CPM-200 User Guide For Lighthouse for MAX Contents Page Number Opening the software 2 Altering the page size & Orientation 3-4 Inserting Text 5 Editing Text 6 Inserting Graphics 7-8 Changing the Colour

More information