Building a Database Using FileMaker Pro V5

Size: px
Start display at page:

Download "Building a Database Using FileMaker Pro V5"

Transcription

1 1. Starting a New Document 2. Creating Fields 3. Adding Information to Database 4. Same Data - A Different View 5. Additional Layouts 6. Finding and Sorting Information 7. More Advanced Features Preface: FileMaker Pro (V5) is Ministry licensed software available to teachers for educational purposes on recent versions of the Curriculum Planner CD-ROM. Although a more recent version of FileMaker Pro (V6) is available, it is not available in most boards - ideas presented on these pages likely will be compatible with both versions. Files created with V5 cannot be read using the older versions such as V4.1 which is used in many boards. Files created with V4 can be migrated upward to V5. These worksheets deal with some fundamental features of FileMaker Pro; there are many additional features of the program beyond what is covered here. As you work through these pages: Ask for help whenever you have difficulties; When in doubt, try it out; Once you make a change to a FileMaker document, it is automatically saved; If you use the Undo Feature, it will only undo the last change that you made in your work. Background Information Database - organized collection of information about related items Record - set of related information organized into fields Field - category of information A database to catalogue my wine collection (both bottles) might include a separate record for each type of wine. It would be organized into fields which might include the type of wine, colour, number of bottles in stock, cost per bottle,scanned pictures of the label, date of purchase, etc... George MacRae Page 1

2 1. Starting a New Document Planning Ahead Saving the Document Creating the Document Creating Fields Planning Ahead When you create a database, it is important to plan ahead by considering What is the purpose of the database? How will it be used? What fields will be required to fulfill this purpose? How should these fields be arranged on the screen to provide for the intended use(s)? Creating the Document To create a new empty database: Start FileMaker Pro (From the menu, select, Programs, then choose ) Click on, to turn on this option ( ) Click on OK. Saving the Document You will immediately be asked to save the document that you are creating: Name your document by filling in File name in the dialogue box. Remember this Name! (You might call this document Weather) Use the dialogue box to choose a location for the file: Save this to your Personal Space on the Server Do NOT save it to your floppy diskette (working with a FileMaker File on a floppy disk often leads to damaged and lost files. Save it to your personal space on the computer/network. Click Save on the dialogue box to complete the task. The program will automatically save your work as you progress. Creating Fields The program will display the Field Creation dialogue box, as shown. The next steps will vary depending on the type of field being created. The process works as follows: Enter the Field Name where indicated; Select field type by clicking on the appropriate radio button; Click on Create; There may (or may not) be additional steps depending on the type of field that you have chosen. Exercises on the following pages will walk you through the process of creating a variety of different types of fields to familiarize you with their purpose and the creation process! George MacRae Page 2

3 2. Creating Fields Text Time Summary (Summarized Information) Number Container (Objects) Global (Common Information) Date Calculation Text A text field is designed for storing simple text - text may be a simple word, phrase, a paragraph or longer passages. Enter Visual Observation in the Field Name area; Click on Text under the heading Type;. Click on Create. Number A number field is designed to let you store numbers - by putting numbers in a number field, you may later do calculations with them or accurately sort numerical information. Enter High Temperature in the Field Name area; Click on Number under the heading Type; Click on Create; Create a second Number field called Low Temperature in the same manner. Date A date field is designed to let you store specific dates - you will see later that FileMaker Pro is very particular about how information is added to a date field. Enter Date in the Field Name area; Click on Date under the heading Type;. Click on Create. Time A time field is designed to let you store specific times of day - as with date fields, FileMaker Pro is very particular about how information is added to a time field. Enter Time in the Field Name area; Click on Time under the heading Type;. Click on Create. Container A container field is designed to let you store special things like pictures, sounds and even video. Enter Visual Picture in the Field Name area; Click on Container under the heading Type; Click on Create. Global Field A global field holds a value that is used for all records in a file - it might be used to hold a fixed value to be used in calculations in all records; it might hold a graphic (logo?) that is used in several layouts. Once you put/change information in a global field, it will change in all records displaying this field. Calculation A calculation field can perform calculations using values from other fields in the record. Enter Temperature Range in the Field Name area; Click on Calculation under the heading Type; Click on Create.; A new dialogue box will be created (see next page) that permits you to specify the calculation. In our example we wish to subtract the low temperature for the day from the high temperature for the day in order to calculate the temperature range... George MacRae Page 3

4 Creating Fields (cont d) Calculation (continued) The next few steps are tricky. Follow these instructions very carefully. Double click on High Temperature (notice that this puts the field name High Temperature in the centre area of the dialogue box) Single click on the subtraction button in the dialogue box. (This should place a subtraction sign after High Temperature) Double click on Low Temperature (to put the field name Low Temperature after the subtraction sign) Since you want the result to be a number, make sure that the word Number appears in the pop-up menu after the words Calculation result is, then click on OK. High Temperature - Low Temperature Summary A summary field performs calculations using data from a single field in every record. e.g., the average value entered in a certain field, or the total value of all the entries in a particular field. Enter Average High Temperature in the Field Name area; Click on Summary under the heading Type; Click on Create.; A new dialogue box will appear that lets you specify what to summarize... In our example Click on Average of and High Temperature as shown; Finally click on OK. To complete the task of creating fields, click on Done in the Define Fields dialogue box. George MacRae Page 4

5 3. Adding Information to a Database At this stage, you have created 8 empty fields for our Weather database. This means that you have created a structure designed to hold information, but as yet you have not added any information. The next task is to put appropriate information into the database. To enter data, click in the appropriate box and type or paste it in. Click in the box to the right of Visual Observation and type in Overcast with light showers. Click in the box corresponding to High Temperature and Type in 22. (Do not enter anything but numbers into a number field) Similarly enter 17 for Low Temperature. Enter the date October 15, 2003 into the Date field. Dates MUST be entered using the format mm/dd/yy or mm/dd/yyyy, so you would actually type 10/15/03 or 10/15/2003. Enter the time 2:35 PM into the Time field. Times MUST be entered as hours, hour and minutes, or hours, minutes and seconds and should look like 10:20:11 AM Entering Information into a Container Field To place a picture in the Visual Picture field copy the picture from another application using the Copy Command right click on the Visual Picture field box select Paste Command from the Pop-up menu that should appear. Copy the Picture Overcast into the Clipboard Right click on the Visual Picture Field Select Paste from the Pop-up menu What About Calculated and Summary Fields? Nothing to enter! These fields are filled automatically by the computer by performing operations on the data that you have entered in other fields!. Add Another Record Select New Record from the Records Menu Enter the new data as above! Add new records to the Weather Database using information from the table; You may use pictures from any source. Finding a picture on the Internet... Try using Internet Explorer and going to the site Click Images, type in overcast, press Google Search; When you find a picture that you like, click on it, then click on View full image Finally right click on the picture, and select Copy Date Time Visual Observation High Low Oct. 16 1:30 PM Light clouds with occasional showers Oct :15 AM Partly overcast with sunny periods 12 8 Oct :40 AM Sunny 8-3 Oct :30 PM Sunny with cloudy periods 11 2 Oct. 20 3:30 PM Sunny with cloudy periods 12 3 George MacRae Page 5

6 4. Same Data - A Different View! Moving and Sizing Objects The appearance of the screen can be drastically changed using a variety of simple techniques. Changing the appearance of the screen is done using the Layout Mode. (While working in the Layout Mode, the actual data within the database will be hidden from view. Do not worry - it will come back!) From the View Menu, select Layout Mode; New tools appears on the right hand side of the screen and new items will appear in the top menu. Highlight the Arrow Pointer Tool; The cursor will take on the shape of an arrow which may be used to drag objects to new locations on the screen (just as in AppleWorks) You may also use the arrow-shaped cursor to resize fields by highlighting a field (by clicking once on it), then dragging a corner (again, just like objects in AppleWorks) Use these techniques to change the positions of fields and headings in the database s Body to emulate the Layout shown here! (Body is the middle part of the screen) See the next page for additional information about customizing this layout... George MacRae Page 6

7 Same Data - A Different View! (cont d) To view the effects of the changes that you made; choose Browse from the View Menu; to continue making changes, select Layout from thie View Menu Terminology Note Parts of a Layout The layout screen is divided into three distinct parts: Header: Information in the header will appear at the top of the screen. It is useful for titles, column headings, etc. Body: Most of the fields are displayed in the body. Footer: Information in a footer will appear at the bottom of the screen. It is often used for page numbers, copyright notices, etc The vertical sizes (height) of these parts can be adjusted by dragging the line separating the parts. Removing Objects To remove an object (e.g., Field Name or Field) from a layout, highlight it by clicking it once with the Arrow Pointer, then press the Backspace key. (You must be in the Layout Mode to do this.) Remove the Field Name Temperature Range and the Corresponding field from this layout. Adding New Text Select the text tool to change the cursor to an I-bar. Drag the I-bar cursor to create a text box of the width that you require, then type in the text. Add the text Daily Weather Observations in the top space of the screen (designated by the word Header)..You may need to increase the size of the header section to do this as per the instructions in the...aside... above. Add the text This data was processed at to the appropriate position in the body section of the screen, then slide the Time field beside it to complete the sentence. Formatting Text If you can format text (size, colour, font, style) using a word processor, you may use similar procedures to format text in this database program. Simply select the text you wish to format, then use the format menu to choose Front, Size, Style, Text Colour, etc. Change the colour of the text Daily Weather Observations to red; Increase the size of this text to make it look more like a heading; Check to see that it is centred; Make this text bold. Note: you can change the format of all text in a field simultaneously by using the Arrow Pointer tool to select the field then use the format menu to make the changes to the entire field. George MacRae Page 7

8 Same Data - A Different View! (cont d) Colouring the Background If you have followed the instructions up to this point, your database layout should look something like this. In the next steps, you will use the fill tools as shown at the left. The upper set are for filling in objects, the lower are for lines and borders. To colour the Header section, click on the word Header, then select an appropriate colour from the fill tools on the left. To colour the Footer section, click on the word Footer, then select a colour from the fill tools on the left. Similarly to colour the body, click on Body the follow the same procedure. Admiring Our Work (Viewing a Form) So, let s see how our database looks with all of these changes. To view the database with its data visible, Select Browse from the Mode Menu. Note that you see one record sandwiched between the header and the footer. To see another record click on the record selector: the top portion moves to the previous record; the bottom portion moves to the next record. Moving the sliding bar leafs quickly through the database. The numbers tell you where you are - in the picture above we are looking at record 1 of 6 records currently in the database. In the Next Section you will learn how to create additional layouts. George MacRae Page 8

9 5. Additional Layouts Creating a List (Columnar Layout) Often it is important to see information together, laid out in a table-like format. Databases allow us to rearrange information to provide more useful views. In this exercise, you will create a table using only some of the data in the database. Select Layout in the View Menu; Select New Layout/Report from the Layout Menu; Click on Columnar list/report as the first step in creating a list of layout; In the space called Layout Name at the top ( where it says Layout #2), type in Table View; Click on Next >; The next screen will cue you to Choose Report Layout - Columnar List/Report has been preselected, so you need only click Next >; On the next screen, we indicate which fields that are to be included in the list (columnar report); Highlight Date by clicking on it, then click on the Move button; this should place the field name in the column on the right; Repeat this step, in order, for each of the following fields: High temperature Low Temperature Visual Observation Click Next >; You will now see a dialogue box that would allow you to sort the list by any of the fields that you have chosen for the report; Click Next> leaving the list unsorted; George MacRae Page 9

10 Additional Layouts (cont d) Next you will see a screen that allows you to Select a Theme - This lets you choose from a variety of appearances for your layout - the list of Layout Themes shown in the left hand panel each look different in terms of background colour, text colour, size and style. To see what each looks like, click on a name in the list and you will see feedback in the panel on the right. Select a theme that appeals to you from this list, then click on Next > ; This will produce a screen where you specify elements to include in the header and footer. By selecting from the six drop down menus you may choose items such as Page number, Current Date, etc... to show on the final list! Once wanted elements have been selected click Next >; The next screen provides an option of creating a script - skip this step and click Next >; The next screen provides a choice of viewing the product in preview or layout mode (preview is preselected) Accept this option by clicking Finish ; Admiring Our Work You should now see a final version in Preview mode (Preview mode shows what you would see if you printed out this view of the database). To view the data in the original format (layout), you must click on the Layout Selection button then click on Layout #1; to change back to the Table format, again click on the Layout Selection button and choose Table View. You may create many different layouts for different purposes when working with FileMaker Pro. You may enter or alter data in any layout, but to do so you must go back to the Browse Mode George MacRae Page 10

11 Finding and Sorting Information Finding Information In databases with many records, you may find and display certain records only. For instance, in an address book database, you might want to find the phone number for a specific person. To find information quickly, choose the View menu, select Find, enter the information that you are seeking, then press Find in the left sidebar - only records meeting your search criteria will be displayed. To view all of the records again, choose the Records menu, and click on Show All Records. Sorting Information You may display information in a particular order; perhaps you wish to use the weather database to arrange the display in order of increasing high temperatures. Choose Sort from the Records menu; click on High Temperature, click on Sort, To sort the High Temperatures in descending order, follow a similar set of steps, except click on Descending Order in the Dialogue box. More Advanced Features The exercises on these sheets have been designed to give you some experience and skills in creating databases. There are many more advanced features that you may wish to learn about that go beyond the scope of these exercises. Some other features are: Inserting page numbers in documents automatically; Creating buttons that perform tasks easily e.g., moving from one layout to another, sorting information, creating new records... Creating Radio Buttons, Pop-up Menus, etc. that allow students to enter information into a database by clicking on a list without typing the information e.g., the database that you filled in on the first day in this course. Creating relationships that permit one database to selectively display information from another; Creating scripts that can automate tasks; Creating special parts that allow the creation of reports performing complex calculations on subsets of the information in the database. Classroom Projects Databases can be used by students to Find information using teacher created databases; Store information that they have researched as part of a classroom project; Design ways to display information for a variety of purposes. They can relate to any subject in the curriculum. A few examples of databases that can be used with students include book reviews and reading lists (to monitor and track student reading) information about Canadian cities containing fields such as name, province, population, geographic features, etc. information about simple machines with fields related to name, picture, uses, mechanical advantage, etc. celestial objects database with fields containing information about planets and stars and their physical attributes Classification of plants (or animals or just about anything that can be classified by attributes) George MacRae Page 11

Chapter 4 Printing and Viewing a Presentation Using Proofing Tools I. Spell Check II. The Thesaurus... 23

Chapter 4 Printing and Viewing a Presentation Using Proofing Tools I. Spell Check II. The Thesaurus... 23 PowerPoint Level 1 Table of Contents Chapter 1 Getting Started... 7 Interacting with PowerPoint... 7 Slides... 7 I. Adding Slides... 8 II. Deleting Slides... 8 III. Cutting, Copying and Pasting Slides...

More information

LESSON ONE AND TWO TOPIC: HOW TO USE MICROSOFT WORD. : Putu Putra Astawa, S.Kom.,M.Kom

LESSON ONE AND TWO TOPIC: HOW TO USE MICROSOFT WORD. : Putu Putra Astawa, S.Kom.,M.Kom LESSON ONE AND TWO TOPIC: HOW TO USE MICROSOFT WORD Author : Putu Putra Astawa, S.Kom.,M.Kom Date : June 09, 2014 and June 16, 2014 Time : 08.30-10.45 Am. Materials Needed : Computer, Work Sheet Overview

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

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

FileMaker Pro 7 version of 3.8 Practical skills Presenting information

FileMaker Pro 7 version of 3.8 Practical skills Presenting information FileMaker Pro 7 version of 3.8 Practical skills Presenting information Creating a report Screens 1 to 15 show you how to create a basic report using the New Layout/Report assistant. Switch to layout view

More information

Budget Exercise for Intermediate Excel

Budget Exercise for Intermediate Excel Budget Exercise for Intermediate Excel Follow the directions below to create a 12 month budget exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

AppleWorks Tips & Tricks

AppleWorks Tips & Tricks DEFAULT FONT Did you know you can set the font and size that AppleWorks will use when you open it on your computer? You can set the font and size that you want your students to use on your classroom computers.

More information

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close.

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close. Opening Microsoft Word 2007 in the practical room UNIT-III 1 KNREDDY 1. Nyelvi beállítások az Office 2007-hez (Language settings for Office 2007 (not 2003)) English. 2. Double click on the Word 2007 icon

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

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

Swiiit User Guide 03/09/2015

Swiiit User Guide 03/09/2015 Swiiit User Guide 03/09/2015 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

Microsoft Word 2010 Basics

Microsoft Word 2010 Basics 1 Starting Word 2010 with XP Click the Start Button, All Programs, Microsoft Office, Microsoft Word 2010 Starting Word 2010 with 07 Click the Microsoft Office Button with the Windows flag logo Start Button,

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

PowerPoint Multiple OUTPUT types Paper Onscreen Web presentation 6 x 6 rule 6 points 6 words

PowerPoint Multiple OUTPUT types Paper Onscreen Web presentation 6 x 6 rule 6 points 6 words PowerPoint 1 PowerPoint Multiple OUTPUT types: Paper Onscreen Web presentation 6 x 6 rule no more than 6 points per slide No more than 6 words per point Placeholder area of a slide reserved for text or

More information

POWERPOINT BASICS: MICROSOFT OFFICE 2010

POWERPOINT BASICS: MICROSOFT OFFICE 2010 POWERPOINT BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Microsoft PowerPoint Components SIMPLE TASKS IN MICROSOFT POWERPOINT

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

1 Section 1 is your menu bar where you will find your slide tools, comment button, and sharing button. The

1 Section 1 is your menu bar where you will find your slide tools, comment button, and sharing button. The Google Slides Cheat Sheet This is what you will see when you log into Slides. 1 Slides consist of 4 sections. Knowing how each section works will save time and increase productivity. 2 3 4 1 Section 1

More information

Swiiit User Guide 09/11/2016

Swiiit User Guide 09/11/2016 Swiiit User Guide 09/11/2016 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

Public-Private Dialogue

Public-Private Dialogue Public-Private Dialogue www.publicprivatedialogue.org The PPD Reform Tracking Tool A tutorial to use a tool designed to manage, track and report on Working Groups issues 1- INTRODUCTION... 3 2 - BROWSING

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

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 Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

PowerPoint. Creating Presentations

PowerPoint. Creating Presentations PowerPoint Creating Presentations Microsoft Office 2016 Contents: When/if things go wrong... 3 Using Help... 3 Preparing a Presentation... 4 Starting PowerPoint and Creating a Presentation... 5 Creating

More information

PowerPoint 2010 Level 1 Computer Training Solutions Student Guide Version Revision Date Course Length

PowerPoint 2010 Level 1 Computer Training Solutions Student Guide Version Revision Date Course Length Level 1 Computer Training Solutions Version 1.2 Revision Date Course Length 2012-Feb-16 6 hours Table of Contents Quick Reference... 3 Frequently Used Commands... 3 Manitoba ehealth Learning Management

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

Windows XP. A Quick Tour of Windows XP Features

Windows XP. A Quick Tour of Windows XP Features Windows XP A Quick Tour of Windows XP Features Windows XP Windows XP is an operating system, which comes in several versions: Home, Media, Professional. The Windows XP computer uses a graphics-based operating

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Athens-Clarke County Library Page 1 What is a spreadsheet program? Microsoft Excel is an example of a spreadsheet program that will maintain records for you relating to finances, products, activities,

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

Introduction to MS Word XP 2002: An Overview

Introduction to MS Word XP 2002: An Overview Introduction to MS Word XP 2002: An Overview Sources Used: http://www.fgcu.edu/support/office2000/word/files.html Florida Gulf Coast University Technology Skills Orientation Word 2000 Tutorial The Computer

More information

INTRODUCTION... 1 LONG DOCUMENTS V SHORT DOCUMENTS... 2 SECTION BREAKS... 2

INTRODUCTION... 1 LONG DOCUMENTS V SHORT DOCUMENTS... 2 SECTION BREAKS... 2 Word 2010 Level 2 Table of Contents INTRODUCTION... 1 LONG DOCUMENTS V SHORT DOCUMENTS... 2 SECTION BREAKS... 2 PAGE LAYOUT BREAKS... 2 Section break examples... 2 Inserting Section Breaks... 3 Deleting

More information

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44 Contents 1 Getting Started... 1 1.1 Presentations... 1 1.2 Microsoft Office Button... 1 1.3 Ribbon... 2 1.4 Mini Toolbar... 2 1.5 Navigation... 3 1.6 Slide Views... 4 2 Customize PowerPoint... 5 2.1 Popular...

More information

Useful Google Apps for Teaching and Learning

Useful Google Apps for Teaching and Learning Useful Google Apps for Teaching and Learning Centre for Development of Teaching and Learning (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop...

More information

Application of Skills: Microsoft PowerPoint 2013 Tutorial

Application of Skills: Microsoft PowerPoint 2013 Tutorial Application of Skills: Microsoft PowerPoint 2013 Tutorial Throughout this tutorial, you will progress through a series of steps to create a presentation about yourself. You will continue to add to this

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

With ClaroIdeas you can quickly and easily create idea maps using a combination of words, symbols and pictures.

With ClaroIdeas you can quickly and easily create idea maps using a combination of words, symbols and pictures. Welcome to ClaroIdeas ClaroIdeas is a fresh tool to support the creation and editing of concept maps or idea maps using visual and audio components. It has been specifically developed to support people

More information

PowerPoint Tips and Tricks

PowerPoint Tips and Tricks PowerPoint Tips and Tricks Viewing Your Presentation PowerPoint provides multiple ways to view your slide show presentation. You can access these options either through a toolbar on your screen or by pulling

More information

CREATING A POWERPOINT PRESENTATION BASIC INSTRUCTIONS

CREATING A POWERPOINT PRESENTATION BASIC INSTRUCTIONS CREATING A POWERPOINT PRESENTATION BASIC INSTRUCTIONS By Carolyn H. Brown This document is created with PowerPoint 2013/15 which includes a number of differences from earlier versions of PowerPoint. GETTING

More information

PowerPoint for Art History Presentations

PowerPoint for Art History Presentations PowerPoint for Art History Presentations For PC computers running Microsoft Office 2007+ Adapted by The University of California, Berkeley from the Institute of Fine Arts document by Elizabeth S. Funk

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

C H R I S. Children s Registry and Information System Advanced Reports Manual. Technical Support Information

C H R I S. Children s Registry and Information System Advanced Reports Manual. Technical Support Information C H R I S Children s Registry and Information System Technical Support Information 5665 Ponce de Leon Blvd. Coral Gables, FL 33146 (800) 231-5747 chris.um@miami.edu http://www.chris.miami.edu CHRIS Help

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

MODULE 5 DATABASES. Content

MODULE 5 DATABASES. Content MODULE 5 DATABASES Module Goals Module 5 - Databases, requires candidates to understand some of the basic concepts of databases demonstrate the ability to use a database on a personal computer. Candidates

More information

Word Processing 1. Using a computer for Writing. Spreadsheets

Word Processing 1. Using a computer for Writing. Spreadsheets Word Processing 1 Using a computer for Writing Spreadsheets Microsoft Office 2016 Microsoft Word 2016 Table of Contents Table of Contents... 2 When/if things go wrong... 3 To delete a wrongly entered character:...

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2013

DOING MORE WITH WORD: MICROSOFT OFFICE 2013 DOING MORE WITH WORD: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

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

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007)

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) 1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) 2 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) TABLE OF CONTENTS CHAPTER 1: GETTING STARTED... 4 MICROSOFT OFFICE

More information

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012 Introductory Excel 2010 Walpole Public Schools Professional Development Day March 6, 2012 By: Jessica Midwood Agenda: What is Excel? How is Excel 2010 different from Excel 2007? Basic functions of Excel

More information

Lesson 8: Presentation Enhancements Microsoft PowerPoint 2016

Lesson 8: Presentation Enhancements Microsoft PowerPoint 2016 Lesson 8: Presentation Enhancements Microsoft PowerPoint 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Set up presentations for delivery. View and change slide masters. Add WordArt text. Create hyperlinks.

More information

13 FORMATTING WORKSHEETS

13 FORMATTING WORKSHEETS 13 FORMATTING WORKSHEETS 13.1 INTRODUCTION Excel has a number of formatting options to give your worksheets a polished look. You can change the size, colour and angle of fonts, add colour to the borders

More information

Understanding Word Processing

Understanding Word Processing Understanding Word Processing 3.0 Introduction In this chapter you are going to learn how to create a simple memo or note or a complex and complicated multi column business document using word processing

More information

Microsoft Office Outlook 2010

Microsoft Office Outlook 2010 Starting Microsoft Outlook 2010 with XP Click on Start, E-mail Microsoft Outlook or Start, All Programs, Microsoft Office, Microsoft Outlook. Starting Microsoft Outlook 2010 with Windows 7 Click on the

More information

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM Access 2010 Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 840 SOUTH ROESSLER STREET MONROE,

More information

PowerPoint 2016 Building a Presentation

PowerPoint 2016 Building a Presentation PowerPoint 2016 Building a Presentation What is PowerPoint? PowerPoint is presentation software that helps users quickly and efficiently create dynamic, professional-looking presentations through the use

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

There are six main steps in creating web pages in FrontPage98:

There are six main steps in creating web pages in FrontPage98: This guide will show you how to create a basic web page using FrontPage98 software. These instructions are written for IBM (Windows) computers only. However, FrontPage is available for Macintosh users

More information

Users who require access to this application must seek it from their Security Administrator.

Users who require access to this application must seek it from their Security Administrator. WEB EDITOR SUBARU CONNECT Web Editor is now available on Subaru Connect, located under Applications > Website Maintenance > Webpage Editor. This completely redesigned version of the Web Editor enables

More information

Excel 2007 Fundamentals

Excel 2007 Fundamentals Excel 2007 Fundamentals Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on that information.

More information

Open a new Excel workbook and look for the Standard Toolbar.

Open a new Excel workbook and look for the Standard Toolbar. This activity shows how to use a spreadsheet to draw line graphs. Open a new Excel workbook and look for the Standard Toolbar. If it is not there, left click on View then Toolbars, then Standard to make

More information

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club By Len Nasman, Bristol Village Computer Club Understanding Windows 7 Explorer is key to taking control of your computer. If you have ever created a file and later had a hard time finding it, or if you

More information

Tech Guide XMind. Where to find it:

Tech Guide XMind. Where to find it: Tech Guide XMind Where to find it: http://www.xmind.net/ What it is: XMind is a free, open source multimedia software package. Used for mind mapping and visually organizing information and ideas. XMind

More information

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2007

DOING MORE WITH WORD: MICROSOFT OFFICE 2007 DOING MORE WITH WORD: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Microsoft Office Illustrated. Using Tables

Microsoft Office Illustrated. Using Tables Microsoft Office 2007 - Illustrated Using Tables Objectives Plan a Table Create a Table Add Table Data Find and Replace Table Data Delete Table Data 2 Objectives Sort Table Data Use Formulas in a Table

More information

Quarter II Word Processing

Quarter II Word Processing Quarter II Word Processing Module III Understanding MS Word 2007 This module will walk you through the fundamentals of word processing software and prepare you to learn, perform, and make you understand

More information

Spreadsheets Microsoft Office Button Ribbon

Spreadsheets Microsoft Office Button Ribbon Getting started with Excel 2007 you will notice that there are many similar features to previous versions. You will also notice that there are many new features that you ll be able to utilize. There are

More information

Microsoft Word Part 3 Office 2013

Microsoft Word Part 3 Office 2013 Microsoft Word Part 3 Office 2013 Hyperlinks When a document is sent as an electronic copy, hyperlinks can be added to direct the reader to a web page. To add a hyperlink: Highlight the word, phrase, paragraph,

More information

Beginning PowerPoint: 2010 A Presentation Software

Beginning PowerPoint: 2010 A Presentation Software Beginning PowerPoint: 2010 A Presentation Software Objective 1: Review Screen Layout PowerPoint 2010 offers a similar user interface as 2007. The top portion of the window has a new structure for PowerPoint

More information

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

Formatting Worksheets

Formatting Worksheets 140 :: Data Entry Operations 7 Formatting Worksheets 7.1 INTRODUCTION Excel makes available numerous formatting options to give your worksheet a polished look. You can change the size, colour and angle

More information

Weebly Basics Tutorial: Create a Home Page. Create a Home Page

Weebly Basics Tutorial: Create a Home Page. Create a Home Page Create a Home Page Weebly is a free online web authoring tool to help you build and publish a website. This tutorial will help you get familiar with the functions and basic skills in using weebly to create

More information

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat The American University in Cairo Academic Computing Services Word 2000 prepared by Soumaia Ahmed Al Ayyat Spring 2001 Table of Contents: Opening the Word Program Creating, Opening, and Saving Documents

More information

Section 3 Formatting

Section 3 Formatting Section 3 Formatting ECDL 5.0 Section 3 Formatting By the end of this Section you should be able to: Apply Formatting, Text Effects and Bullets Use Undo and Redo Change Alignment and Spacing Use Cut, Copy

More information

Microsoft PowerPoint 2007 Tutorial

Microsoft PowerPoint 2007 Tutorial Microsoft PowerPoint 2007 Tutorial Prepared By:- Mohammad Murtaza Khan I. T. Expert Sindh Judicial Academy Contents Getting Started... 5 Presentations... 5 Microsoft Office Button... 5 Ribbon... 6 Quick

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

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41 Table of Contents iii Table of Contents Word Starting Word What is word processing? 2 Starting Word 2 Exploring the Start screen 4 Creating a blank document 4 Exploring the Word document window 5 Exploring

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

MICROSOFT WORD. Table of Contents. What is MSWord? Features LINC FIVE

MICROSOFT WORD. Table of Contents. What is MSWord? Features LINC FIVE Table of Contents What is MSWord? MSWord is a word-processing program that allows users to insert, edit, and enhance text in a variety of formats. Word is a powerful word processor with sophisticated editing

More information

ECDL Module 6 REFERENCE MANUAL

ECDL Module 6 REFERENCE MANUAL ECDL Module 6 REFERENCE MANUAL Presentation Microsoft PowerPoint XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 6 (USING POWERPOINT XP) - MANUAL 6.1 GETTING STARTED... 4 6.1.1 FIRST STEPS WITH

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 THE BASICS PAGE 02! What is Microsoft Excel?! Important Microsoft Excel Terms! Opening Microsoft Excel 2010! The Title Bar! Page View, Zoom, and Sheets MENUS...PAGE

More information

Prepared By: Graeme Hilson. U3A Nunawading

Prepared By: Graeme Hilson. U3A Nunawading 0 Prepared By: Graeme Hilson U3A Nunawading - 2015 1 CONTENTS This Course Page 3 Reference Material Page 3 Introduction page 3 Microsoft Excel Page 3 What is a Spreadsheet Page 4 Excel Screen Page 4 Using

More information

Introduction to Microsoft Publisher

Introduction to Microsoft Publisher Introduction to Microsoft Publisher Class learning objectives By the end of class students should be able to perform the following tasks: 1. Publisher Basics Useful Definitions Open Publisher Create New

More information

Microsoft Excel 2010 Basics

Microsoft Excel 2010 Basics Microsoft Excel 2010 Basics Starting Word 2010 with XP: Click the Start Button, All Programs, Microsoft Office, Microsoft Excel 2010 Starting Word 2010 with 07: Click the Microsoft Office Button with the

More information

HO-1: BASIC SPREADSHEET SKILLS - CREATING A WORKBOOK

HO-1: BASIC SPREADSHEET SKILLS - CREATING A WORKBOOK HO-1: BASIC SPREADSHEET SKILLS - CREATING A WORKBOOK After completing this exercise you will be able to: Create a new workbook and add and rename worksheets. Enter data (text labels, numerical values and

More information

Computer Applications Information Processing 1

Computer Applications Information Processing 1 Computer Applications Information Processing 1 Lesson 8: Organize and Arrange Content Microsoft Word 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Reorganize document outlines. Arrange objects on the page.

More information

CreateASite Beginner s Guide

CreateASite Beginner s Guide Contents Getting Started... 3 Access the CreateASite Control Panel... 3 Select a Category/Subcategory... 4 Select a Template... 6 Change the Site Template... 10 Change Colours... 12 Change Fonts... 13

More information

Getting Acquainted with Office 2007 Table of Contents

Getting Acquainted with Office 2007 Table of Contents Table of Contents Using the New Interface... 1 The Office Button... 1 The Ribbon... 2 Galleries... 2 Microsoft Help with Changes... 2 Viewing Familiar Dialog Boxes... 2 Download Get Started Tabs from Microsoft...

More information

WORD PROCESSING ASSIGNMENT # 1 ~ FILENAME: FONTS

WORD PROCESSING ASSIGNMENT # 1 ~ FILENAME: FONTS ASSIGNMENT # 1 ~ FILENAME: FONTS 1. Open Word 2. Click on the Office Button Navigate to the folder where your teacher has put the Word Processing U nit Files. Open the file called Fonts. 3. Create a Header

More information

Contents. Spreadsheet Software ITQ Level 1

Contents. Spreadsheet Software ITQ Level 1 Contents SKILL SET 1 FUNDAMENTALS... 11 1 - SPREADSHEET PRINCIPLES... 12 2 - STARTING EXCEL... 13 3 - THE LAYOUT OF THE EXCEL SCREEN... 14 4 - THE RIBBON... 16 5 - THE WORKSHEET WINDOW... 18 6 - CLOSING

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

Inserting Information into PowerPoint

Inserting Information into PowerPoint LESSON 6 6.1 Inserting Information into PowerPoint After completing this lesson, you will be able to: Change the layout of a slide. Insert a clip art image. Scale an image. Insert and format a table. Insert

More information

WORD XP/2002 USER GUIDE. Task- Formatting a Document in Word 2002

WORD XP/2002 USER GUIDE. Task- Formatting a Document in Word 2002 University of Arizona Information Commons Training Page 1 of 21 WORD XP/2002 USER GUIDE Task- Formatting a Document in Word 2002 OBJECTIVES: At the end of this course students will have a basic understanding

More information

Word Processing. 2 Monroe County Library System

Word Processing. 2 Monroe County Library System 2 Monroe County Library System http://monroe.lib.mi.us Word Processing Word Pad Quick Guide... 4 Help Menu... 6 Invitation... 7 Saving... 12 Printing... 13 Insert a Picture... 14 Saving to a CD... 15 In

More information

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE Word Tutorial 3 Creating a Multiple- Page Report COMPREHENSIVE Objectives Format headings with Quick Styles Insert a manual page break Create and edit a table Sort rows in a table Modify a table s structure

More information

Lesson 4 Paragraph Styles

Lesson 4 Paragraph Styles Creating paragraph styles: Lesson 4 Paragraph Styles One of the biggest differences between typing and word processing is the notion of paragraphs and paragraph styles. In Lesson 2 you learned how to assign

More information

MULTIMEDIA TRAINING KIT INTRODUCTION TO OPENOFFICE.ORG WRITER HANDOUT

MULTIMEDIA TRAINING KIT INTRODUCTION TO OPENOFFICE.ORG WRITER HANDOUT MULTIMEDIA TRAINING KIT INTRODUCTION TO OPENOFFICE.ORG WRITER HANDOUT Developed by: Anna Feldman for the Association for Progressive Communications (APC) MULTIMEDIA TRAINING KIT...1 INTRODUCTION TO OPENOFFICE.ORG

More information

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Slide Views MORE TASKS IN MICROSOFT POWERPOINT PAGE 05 Formatting

More information

for secondary school teachers & administrators

for secondary school teachers & administrators for secondary school teachers & administrators 2b: presenting worksheets effectively Contents Page Workshop 2B: Presenting Worksheets Effectively 1 2.1 The Formatting Toolbar 2.1.1 The Format Cells Dialogue

More information

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING CHAPTER 2 TEXT FORMATTING 1. Explain how to create a Bulleted and Numbered List in Star Office Writer? One way to create a list of points or topics in a document is to create a bulleted list. A bullet

More information

Computer Basics Written by Brian O'Rooney. Copyright 2000 Nanaimo Literacy Association All rights reserved

Computer Basics Written by Brian O'Rooney. Copyright 2000 Nanaimo Literacy Association All rights reserved Written by Brian O'Rooney Copyright 2000 Nanaimo Literacy Association All rights reserved Windows is a registered trademark of Microsoft Corporation. This product/publication includes images from WordPerfect

More information