Les s on Topics. Les s on Objectives. Student Files Us ed

Size: px
Start display at page:

Download "Les s on Topics. Les s on Objectives. Student Files Us ed"

Transcription

1 Lesson 1 - Getting Started 1 Lesson 1 Getting S ta rted Les s on Topics Database Basics Starting Access and Opening a Database The Access Screen Viewing the Contents of a Database Viewing a Database Table Exiting Access Review Exercise Les s on Objectives At the end of the lesson, you will be able to: Explain the basic elements of a database table; Use the Start button to start Access; Open an existing database; Identify the primary components of the Access screen, including the application window, the Database window, the toolbar, the menu bar, the Status bar, the scroll bar, and database objects; Identify the different components of an Access database; Use the View menu to display and arrange Access objects; View the different objects in a database; Identify the fields and records of a table; Switch between open windows; Arrange open windows on the screen; Close open windows and exit Access. Student Files Us ed You will use the following file from your student folder: Introduction Copyright , Finney Learning Systems, Inc. All rights reserved.

2 2 Microsoft Access Beginning Database Basics Access is a database management program. At the most basic level, a database is simply a collection of information such as a list of employees, of inventory, of real estate properties, or of videos. What makes a database special is that the information is organized in such a way that makes it easy to manage. Managing information includes sorting it (e.g., putting a list in alphabetical order), selecting it (e.g., choosing all employees who have been with the company for over five years), and printing it (e.g., printing address labels). To help you understand the structure of a database, it is helpful to think of a box of index tabs used to store client information. A database program would consider each index tab to be a record a place where related information is stored. In turn, each index tab contains specific information concerning one client for example, the client s first name, last name, street address, and other information. Each individual piece of information is called a field. A group of related records is stored in a table similar to how a collection of related index tabs might be stored in a small box. Fields, records, and tables are the building blocks for the information that you will enter into a database. As you will see, however, Access contains much more than the information alone. If you have used spreadsheet programs such as Microsoft Excel or Lotus 1-2-3, you may have worked with their database capabilities. These programs cannot match the versatility of Access, however. Starting Access and Opening a Database As a way of introducing you to the Access screen and the contents of a database, you are going to open a sample database. You are going to start Access and look at some of its basic components. 1. In most cases, Windows starts automatically when your computer is turned on. Verify that your computer is on and that Windows has started. 2. There are a number of ways in which to start Access. You can use the Start button, you can use a shortcut that might be located on your Desktop, or you can use an icon for an Access database. You are going to use the Start button.

3 Lesson 1 - Getting Started 3 The Start button is located on the Taskbar, usually at the bottom of your screen. Point to the Start button and click. The Start menu appears. Tip: If you can not see the Start but ton, hold down the CTRL key and then tap the ESC key. The Start menu should ap pear. 3. Usually, the Access item can be found through the Programs submenu. Point to the Programs item. A submenu appears. The items on this submenu depend upon what is installed on your computer. 4. The Microsoft Access item might be available on the Programs submenu. It could also be available through the Microsoft Office submenu. If the Microsoft Access item is visible, click it to start Access. If Microsoft Access is not visible, point to the Microsoft Office submenu, locate Microsoft Office Access 2003, and then click it. After a few moments, the Access application window appears in the background.

4 4 Microsoft Access Beginning On the right side of the window, notice the Getting Started task pane. At the top of this task pane are several options for receiving help. The bottom section, titled Open, contains a list of recent files, as well as a More option and a Create new file option. The More option allows you to open a database. The Create new file option accesses the New File task pane, which allows you to create a new database. 5. You are going to open an existing database. On the Getting Started task pane, click More. The Open dialog box appears. All Open dialog boxes in Windows are similar. You will learn more about the Open dialog box later. For now, it is important to know that in order to open a database, the appropriate folder should be indicated in the Look in drop-down list box.. 6. If you followed the instructions at the beginning of this course, your student files are stored in the FLS Access2003 Student Files folder on the C drive. You are going to have the Open dialog box display the contents of this folder. Click anywhere on the Look in drop-down list box.

5 Lesson 1 - Getting Started 5 The contents of the list box might resemble this: In the list box is a list of all the drives (and folders on the Desktop) available. There may be only two Floppy (A:) and (C:). Before (C:) may be a descriptive name such as Local Disk. (It is a convention to display drives with a colon.) 7. Click once on Local Disk (C:). (You may need to use the up scroll arrow to bring it into view.) Notice that the files and folders that are displayed in the dialog box reflect the contents of the C drive. 8. You are going to display the files in the FLS Access2003 Student Files folder. In the list box, click once on the FLS Access2003 Student Files folder. You may have to scroll to see it. Note: If you do not see this folder, ver ify that you com pleted the steps at the be gin ning of this course. 9. Click the Open button. The database files that were copied from your student disk are displayed. Tip: In stead of click ing the Open but ton, you could have sim ply dou ble-clicked the FLS Access2003 Student Files folder. Note: Your list might or might not con tain a pe riod fol lowed by the three char ac ter ex ten sion, mdb. In fact, all file names con tain an ex ten sion. Win dows has an op tion, how ever, that al lows you to hide cer tain ex ten sions. 10. In the list box, select Introduction. 11. Click the Open button. The Introduction Database window opens inside the Microsoft Access window. Do not be concerned if your screen looks slightly different from the one below.

6 6 Microsoft Access Beginning Other Window Elements There are a number of other window elements that should be addressed. You already know about the Title bar and the Menu bar. Below the Menu bar is a toolbar that will change depending on what you are doing. Currently, the Database toolbar is displayed. A Status bar at the bottom of the application window provides you with information about commands and selected items. Finally, the Database window actually holds seven different containers. Each container is represented by one of the tabs at the left of the window. You will be using these in the next section.

7 Lesson 1 - Getting Started 7 Viewing Database Objects A Microsoft Access database is made up of up to seven different types of items, called objects in Access. Here is a brief description of the seven different types of Access objects: Tables. These are where you store your data. At first, you will have only one table in your Access databases. Most Access databases contain more than one table, however. Queries. These are questions used to select information from the tables. For example, you might create a query that shows all of the students in the eleventh grade. Forms. These are used to enter and edit data in a table. Reports. These are used to communicate (on paper) the information in your database. Pages. These are used to create web pages based on the database information. Macros. These can be used to replace simple keystrokes and mouse actions that are used frequently. Macros can help automate common tasks, such as printing a report. Modules. These are programs that can be used to customize Access for a particular task. Although related to macros, they are usually more sophisticated. In this course, you will use all of these Access objects except for Pages, Macros and Modules. For now, you are simply going to look at the contents of the Introduction database. 1. On the Database window, click the Tables tab if it is not already selected. When the Tables tab is selected, the Database window displays the table objects in the active database. Notice that there are two table objects: HomeRooms (which, as you will soon see, lists the home rooms with the corresponding teacher) and StudentInfo (which contains student information). The three items at the top (Create table in Design view,

8 8 Microsoft Access Beginning Create table by using wizard, and Create table by entering data) are merely alternative methods of performing standard Access procedures. In this course, you will be generally ignoring these items and using the traditional methods to perform these functions. 2. On the Database window, click the Queries tab. Notice the two query objects. The 12thGraders query lists students in the 12th grade. The HomeRoom362 query lists students in home room On the Database window, click the Forms tab. This database contains only one form object the StudentEntry form. As mentioned, forms can make it easier to enter and edit the information in a database. 4. On the Database window, click the Reports tab. Notice the two report objects. The HomeRooms report produces a printout of teachers and their homeroom. The StudentList report produces a printout of the student information. The View Menu You can use the View menu to view and arrange the different Access objects. 1. Point to the View menu and click. Notice the items on the View menu. 2. The Database Objects item is another way of displaying the objects in the active database. Point to Database Objects. Notice the submenu that appears. The highlighted icon next to Reports indicates that the report objects are currently being displayed in the Database window. 3. On the submenu, point to Tables and click. The table objects are displayed.

9 Lesson 1 - Getting Started 9 Tip: You can view the dif fer ent da ta base ob jects on the Da ta base win dow by us ing CTRL/TAB and CTRL/SHIFT/TAB that is, hold ing down the CTRL key and then tap ping the TAB key as many times as needed to dis play the ap pro pri ate ob jects. You can use the View menu to change how the object icons appear in the Database window. If you are familiar with Windows, you will recognize these techniques. 1. Point to the View menu and click. 2. Point to Large Icons and then click. Notice that the table objects are now displayed as large icons. 3. Point to the View menu and click. The icon next to Large Icons is recessed, indicating that this is the current view. 4. Point to Small Icons and click. The table objects are displayed using smaller icons, lined up on an (invisible) grid. 5. Point to the View menu and click. 6. Point to List and click. This view is similar to Small Icons view. Instead of being lined up on a grid, however, the objects are displayed in columns. 7. Point to the View menu and click. 8. Point to Details and click. Notice Details view. Much more information is provided about each object, including a brief

10 10 Microsoft Access Beginning description of the object and when the object was created and last modified. Tip: If you click one of the col umn head ers in De tail view, Ac cess will sort the ob jects ac cord ing to the col umn header. 9. You are going to return to the default view, which is List view. From now on, when we ask you to choose an item on a menu, we will say on the [whatever] menu, choose [such-and-such]. It is assumed that you will click the specified menu name and then click the item. On the View menu, choose List. Note: The view op tion that you se lect is ap plied to all of the ob jects in the Da ta base win dow, not just the ob jects that are cur rently dis played. Note: The last four but tons on the Da ta base window toolbar rep re sent the menu com mands you have just used. Al though toolbar but tons are gen er ally eas ier to use than menu com mands, it is al ways wise to first learn the menu com mands that they rep re sent. The View menu also allows you to change how the objects are arranged in the Database window. You are going to take a look at the options available. 1. Click the View menu. 2. Point to Arrange Icons. Notice the submenu that appears. You can arrange the database objects by name, by type, by creation date, or by the last modification date.

11 Lesson 1 - Getting Started 11 Note: If the ob jects are dis played in Large Icons or Small Icons view, you choose the Auto Ar range op tion in or der to tell Ac cess to al ways keep the ob jects ar ranged in the se lected man ner. 3. You can close a menu without selecting an option. Click an empty area of the Database window. Tip: You can also tap the ESC key to close a menu. Viewing a Database Table You can view the information contained in a database table in at least two ways: by looking at the table in which the information is stored, or by using a form to display the information for you. You will work more with forms later in this course. For now, you are going to use the table in order to look at the information. 1. Verify that the Tables tab is selected. 2. You are going to look at the information in the StudentInfo table. Click the StudentInfo table to select it. 3. On the Database window, click the Open button. A new window appears containing the StudentInfo table. You will learn more about working with tables in the next few lessons. For now, you are going to see how this table illustrates some of the database concepts discussed earlier.

12 12 Microsoft Access Beginning The very top of the table (the Header row) contains the names of the fields. This is the information that is collected for each student. Each of the remaining rows of the table represents an individual record. Currently, the first record is for the student Jamaal Young and the last record in the table is for the student Lydell Harrigan. In the left edge of the table, notice the small triangle that is currently pointing towards the first record. This triangle always points to the active record. It is called the record indicator or record selector. Also in the left edge of the table, notice the small asterisk that appears at the very end of the table. This asterisk signifies the end of the table. At the bottom of the window, notice the Record Number text box contains 1. Every record in a table is assigned a record number that indicates its position in the table. The contents of this text box indicate the active record. Tip: You can also open a ta ble by dou ble-click ing the ta ble name in the Da ta base win dow. 4. If the active record changes, the record selector will move. You are going to change the active record and notice that the record selector moves. Just under the first record, position the pointer (or I-beam) on Williams and click. Notice that the record selector has changed position. At the bottom of the window, notice that the Record Number box indicates that this is the second record. 5. Click in different fields of various records and notice the active record change. 6. On the File menu, choose Close to close the table. The Database window, which was behind the table, is once again in view.

13 Lesson 1 - Getting Started 13 Viewing Other Access Objects In later lessons, you will create your own queries, forms, and reports. For now, you are going to take a quick look at some of the ones in the current database. 1. On the Database window, select the Queries tab. 2. Click the 12thGraders query to select it. 3. Click the Open button to open the query. The 12thGraders: Select Query window opens. Access displays only students in the twelfth grade. 4. On the File menu, choose Close to close the query. 5. Select the Forms tab. 6. Double-click StudentEntry to open the form object. The StudentEntry form appears in a separate window. Rather than seeing a number of records at once, forms often display information one record at a time. 7. On the File menu, choose Close to close the form. 8. On the Database window, select the Reports tab.

14 14 Microsoft Access Beginning 9. Click the StudentList report to select it and then click the Preview button. The StudentList: Report window appears. Notice the example on the next page. This report presents information in a more readable format. Notice that the pointer has turned into a magnifying glass with a plus sign. This Magnifier provides you with a means of adjusting the view of the report. 10. With the Magnifier anywhere on the report, click. Notice that you have zoomed in and can now see more of the report. The Magnifier now has a minus sign inside of it. 11. With the Magnifier on the report, click. The entire report is visible again. You will work more with reports later in this course. 12. On the File menu, choose Close to close the report. 13. On the File menu, choose Close to close the In tro duc tion : Da ta base win dow. 14. At the right of the Access window title bar, click the big X to exit Access. End of Lesson 1

Navigating T hrough a W ork book

Navigating T hrough a W ork book Lesson 14 - Navigating Through a Workbook 175 Lesson 14 Navigating T hrough a W ork book Les s on Topics Moving Around a Workbook Using Panes Print Titles Multiple Windows of a Workbook Les s on Objectives

More information

Lesson 1 Getting S tarted w ith W ord 2 003

Lesson 1 Getting S tarted w ith W ord 2 003 Lesson 1 - Getting Started with Word 2003 1 Lesson 1 Getting S tarted w ith W ord 2 003 Les s on Topics Using Word Creating a Document Using Print Preview Exiting Word Les s on Objectives At the end of

More information

Les s on Objectives. Student Files Us ed. Student Files Crea ted

Les s on Objectives. Student Files Us ed. Student Files Crea ted Lesson 10 - Pivot Tables 103 Lesson 10 P ivot T ables Les s on Topics Creating a Pivot Table Exercise: Creating a Balance Summary Formatting a Pivot Table Creating a Calculated Field Les s on Objectives

More information

Getting S tarted w ith E xcel

Getting S tarted w ith E xcel Lesson 1 - Getting Started with Excel 1 Lesson 1 Getting S tarted w ith E xcel Les s on Topics Using Excel The Workbook Exiting Excel Les s on Objectives At the end of the lesson, you will be able to:

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

Tutorial: Working with layout

Tutorial: Working with layout Welcome to CorelDRAW, a comprehensive vector-based drawing program for the graphics professional. This tutorial introduces the layout and organization tools in CorelDRAW. These tools are essential for

More information

Corel Smart Graphics Studio. Creating a sample XML file

Corel Smart Graphics Studio. Creating a sample XML file Corel Smart Graphics Studio Creating a sample XML file Last update: June 26, 2003 Table of Contents Cre at ing a sam ple XML file In tro duc tion to the Pro cess Builder.............. 3 Con nect ing to

More information

Les s on Objectives. Student Files Us ed

Les s on Objectives. Student Files Us ed Lesson 3 - Data Lists 23 Lesson 3 Data L ists Les s on Topics Data Lists Using the Data Form Sorting and Filtering the Data List The Total Row Les s on Objectives At the end of the lesson, you will be

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

Les s on Objectives. Student Files Us ed

Les s on Objectives. Student Files Us ed Lesson 3 - Potpourri 31 Lesson 3 P otpourri Les s on Topics The Fill Command Wrapping Text View Options Edit Options Other Fill Handle Uses Les s on Objectives At the end of the lesson, you will be able

More information

Microsoft Office 2013 (or Office) is a collection of software programs.

Microsoft Office 2013 (or Office) is a collection of software programs. 1 Microsoft Office 2013 (or Office) is a collection of software programs. Program Function Word - enables you to create documents such as letters and reports Excel - lets you work with numbers to prepare

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

Ver Install Guide. Ver. 4.3 Install Guide

Ver Install Guide. Ver. 4.3 Install Guide En Ver. 4.3 Install Guide Ver. 4.3 Install Guide En Table of Contents Introduction: About This Manual...1 Overview...2 Windows...3 Installing Nikon Capture 4 Under Windows...4 Easy Install...7 Custom Install...14

More information

Table of Contents COURSE OVERVIEW... 5

Table of Contents COURSE OVERVIEW... 5 Table of Contents COURSE OVERVIEW... 5 DISCUSSION... 5 THE NEW DATABASE FORMAT... 5 COURSE TOPICS... 6 CONVENTIONS USED IN THIS MANUAL... 7 Tip Open a File... 7 LESSON 1: THE NEW INTERFACE... 8 LESSON

More information

MICROSOFT WORD XP INTERMEDIATE

MICROSOFT WORD XP INTERMEDIATE MICROSOFT WORD XP INTERMEDIATE Starting Word Click the start button, move the pointer to All Programs. Move the pointer to Microsoft Office and then select Microsoft Word and click the application or click

More information

Table of Contents Lesson 1: Introduction to the New Interface... 2 Lesson 2: Prepare to Work with Office

Table of Contents Lesson 1: Introduction to the New Interface... 2 Lesson 2: Prepare to Work with Office Table of Contents Lesson 1: Introduction to the New Interface... 2 Exercise 1: The New Elements... 3 Exercise 2: Use the Office Button and Quick Access Toolbar... 4 The Office Button... 4 The Quick Access

More information

Microsoft Access 2003 Quick Tutorial

Microsoft Access 2003 Quick Tutorial 1 Starting Access: 1. If there is no Access shortcut on the desktop, select Start, then Programs, then Microsoft Office, and then Access. 2. When access is open select File and then click on Blank Database

More information

Microsoft Windows XP. Operating System. Starting Windows XP. You might be asked to enter your username and password

Microsoft Windows XP. Operating System. Starting Windows XP. You might be asked to enter your username and password Microsoft Windows Operating System Starting Windows Windows automatically starts when you turn on your computer You might be asked to enter your username and password The Windows desktop uses a graphical

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

Getting Started with. Microsoft Office 2010

Getting Started with. Microsoft Office 2010 Getting Started with Microsoft Office 2010 Microsoft Office 2010 Objectives Explore the programs in Microsoft Office Start programs and switch between them Explore common window elements Minimize, maximize,

More information

Customizing Windows XP

Customizing Windows XP Customizing Windows XP Mouse Moves Click Always lets you select something. It may be an icon, a button, or a menu command. Double Click Click the mouse (or trackpad) 2 times on an icon to open that document

More information

Introduction to Excel

Introduction to Excel Introduction to Excel Written by Jon Agnone Center for Social Science Computation & Research 145 Savery Hall University of Washington Seattle WA 98195 U.S.A. (206)543-8110 November 2004 http://julius.csscr.washington.edu/pdf/excel.pdf

More information

MODEL 528 SERIES DIGITAL COMMUNICATION STATION TABLE OF CONTENTS. Sec tion 1, Soft ware setup Sec tion 2, Hard ware setup...

MODEL 528 SERIES DIGITAL COMMUNICATION STATION TABLE OF CONTENTS. Sec tion 1, Soft ware setup Sec tion 2, Hard ware setup... TABLE OF CONTENTS DIGITAL COMMUNICATION STATION TABLE OF CONTENTS Sec tion 1, Soft ware setup...................... 1 Sec tion 2, Hard ware setup..................... 21 528SRM Internal Speaker Connections...........

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Section 1 Creating Mail Merge Files

Section 1 Creating Mail Merge Files Course Topics: I. Creating Mail Merge Files II. Creating Mailing Labels III. Printing Selective Records IV. Using Mail Merge Toolbar V. Envelopes and labels on the fly Section 1 Creating Mail Merge Files

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

Excel. module. Lesson 1 Create a Worksheet Lesson 2 Create and Revise. Lesson 3 Edit and Format

Excel. module. Lesson 1 Create a Worksheet Lesson 2 Create and Revise. Lesson 3 Edit and Format module 2 Excel Lesson 1 Create a Worksheet Lesson 2 Create and Revise Formulas Lesson 3 Edit and Format Worksheets Lesson 4 Print Worksheets Lesson 5 Modify Workbooks Lesson 6 Create and Modify Charts

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

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

PART 7. Getting Started with Excel

PART 7. Getting Started with Excel PART 7 Getting ed with Excel When you start the application, Excel displays a blank workbook. A workbook is a file in which you store your data, similar to a three-ring binder. Within a workbook are worksheets,

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

Lesson 1: Exploring Excel Return to the Excel 2007 web page

Lesson 1: Exploring Excel Return to the Excel 2007 web page Lesson 1: Exploring Excel 2007 Return to the Excel 2007 web page Presenting Excel 2007 Excel can be used for a wide variety of tasks: Creating and maintaining detailed budgets Tracking extensive customer

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

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related PROCEDURES LESSON 8: MANAGING RELATIONSHIPS BETWEEN TABLES Renaming a Table 1 In the Navigation pane, right-click the table you want to rename 2 On the shortcut menu, click Rename 3 Type the new table

More information

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction.

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction. Make databases user friendly 11 IN THIS CHAPTER, YOU WILL LEARN HOW TO Design navigation forms. Create custom categories. Control which features are available. A Microsoft Access 2013 database can be a

More information

Getting Help in Microsoft Office

Getting Help in Microsoft Office LESSON 3 Getting Help in Microsoft Office In this lesson, you learn how to access and use the Help system in Microsoft Office. HELP: WHAT S AVAILABLE? Microsoft Office supplies a Help system that makes

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Interfaces 2 Basic Macros 2 Exercise 1. Creating a Test Macro 2 Exercise 2. Creating a Macro with Multiple Steps 3 Exercise 3. Using Sub Macros 5 Expressions

More information

Database Use & Design

Database Use & Design Database Use & Design 1 Important Terms and Definitions Database A collection of information organized in such a way that a computer program can quickly select desired pieces of data. Field Form Primary

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

IT ACADEMY LESSON PLAN

IT ACADEMY LESSON PLAN IT Academy Program 10 IT ACADEMY LESSON PLAN Microsoft Excel Lesson 1 Turn potential into success Lesson 1: Understanding Microsoft Office Excel 2010 Learning Objectives Lesson Introduction Creating a

More information

Windows Me Navigating

Windows Me Navigating LAB PROCEDURE 11 Windows Me Navigating OBJECTIVES 1. Explore the Start menu. 2. Start an application. 3. Multi-task between applications. 4. Moving folders and files around. 5. Use Control Panel settings.

More information

Microsoft Word and Basics of Word processing

Microsoft Word and Basics of Word processing Microsoft Word and Basics of Word Processing Unit 3: Microsoft Word and Basics of Word processing Introduction A word processor is a software package that turns your personal computer into a machine that

More information

Highline College. Office 2016 Video #01: Introduction to Office 2016 & Windows Explorer

Highline College. Office 2016 Video #01: Introduction to Office 2016 & Windows Explorer Highline College Busn 216: Computer Applications for Business (Fun and Power with Computers) Office 2016 Video #01: Introduction to Office 2016 & Windows Explorer Topics: 1. Programs/Apps (application

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

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

To understand the limitations of paper spreadsheets and to explore the Excel environment, you will:

To understand the limitations of paper spreadsheets and to explore the Excel environment, you will: L E S S O N 1 Excel basics Suggested teaching time 20-30 minutes Lesson objectives To understand the limitations of paper spreadsheets and to explore the Excel environment, you will: a b c Identify some

More information

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the The Original Quick Reference Guides Microsoft Access 2010 Access is a tool for creating and managing databases collections of related records structured in an easily accessible format such as a table,

More information

Microsoft Excel 2010 Part 2: Intermediate Excel

Microsoft Excel 2010 Part 2: Intermediate Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 2: Intermediate Excel Spring 2014, Version 1.0 Table of Contents Introduction...3 Working with Rows and

More information

Mandarin M3. Daily Use Handbook ver 1.7SP5g 2014

Mandarin M3. Daily Use Handbook ver 1.7SP5g 2014 Mandarin M3 TM Daily Use Handbook ver 7SP5g 2014 Table of Contents Table of Contents Getting Started with M3...3 Using Circulation...4 Using the OPAC...12 Maintenance...19 Contacts & Credits...20 Getting

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

Multiple Choice 1. is the tab that contains the most commonly used commands. a) View b) Home c) Insert d) Start

Multiple Choice 1. is the tab that contains the most commonly used commands. a) View b) Home c) Insert d) Start LESSON 1 PUBLISHER 2010 1. Microsoft Publisher 2010 helps you create professional-looking publications quickly and easily. 2. Microsoft Publisher 2010 template options include the choices of template,

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

GET TO KNOW FLEXPRO IN ONLY 15 MINUTES

GET TO KNOW FLEXPRO IN ONLY 15 MINUTES GET TO KNOW FLEXPRO IN ONLY 15 MINUTES Data Analysis and Presentation Software GET TO KNOW FLEXPRO IN ONLY 15 MINUTES This tutorial provides you with a brief overview of the structure of FlexPro and the

More information

ACCESS 2007 FOUNDATION

ACCESS 2007 FOUNDATION ACCESS 2007 FOUNDATION WWP Learning and Development Ltd Page i STUDENT EDITION LESSON 1 - EXPLORING ACCESS... 1 Introduction... 1 Opening An Existing Database... 4 Converting Existing Databases... 5 The

More information

File Storage & Windows Tips

File Storage & Windows Tips Recycle Bin Holds onto deleted files until you empty the bin. Windows Desktop The screen below should be similar to what you may have seen on your computer at work or at home. Icons For: Programs Files

More information

DataMaster for Windows

DataMaster for Windows DataMaster for Windows Version 3.0 April 2004 Mid America Computer Corp. 111 Admiral Drive Blair, NE 68008-0700 (402) 426-6222 Copyright 2003-2004 Mid America Computer Corp. All rights reserved. Table

More information

Introduction to PowerPoint

Introduction to PowerPoint L E S S O N 1 Introduction to PowerPoint Lesson objectives Suggested teaching time To become familiar with PowerPoint's presentation capabilities, you will: 40-50 minutes a b c Start the program, open

More information

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

More information

Advanced Excel for EMIS Coordinators

Advanced Excel for EMIS Coordinators Advanced Excel for EMIS Coordinators Helen Mills helenmills@metasolutions.net 2015 Metropolitan Educational Technology Association Outline Macros Conditional Formatting Text to Columns Pivot Tables V-Lookup

More information

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities EXCEL Analyzing Data Using Excel Section 1 Skills Start Excel and identify features in the Excel window Enter labels and values Use the fill handle to enter a series Enter formulas Create a formula using

More information

Key Terms. Differentiation Extended Time Four square

Key Terms. Differentiation Extended Time Four square Subject: Computer Applications Grade: 9th Mr. Holmes Unit Lesson Layer Duration MS Excel Enhancing a Worksheet Applied (do) 10/1/12 10/11/12 Essential Questions What do you think about, prove, apply, what

More information

Printing a Presentation

Printing a Presentation LESSON 3 Printing a Presentation 3.1 After completing this lesson, you will be able to: Open an existing presentation. Add a header and a footer. Preview a presentation. Print a presentation. Microsoft

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

Welcome Application. Introducing the Visual Studio.NET IDE. Objectives. Outline

Welcome Application. Introducing the Visual Studio.NET IDE. Objectives. Outline 2 T U T O R I A L Objectives In this tutorial, you will learn to: Navigate Visual Studio.NET s Start Page. Create a Visual Basic.NET solution. Use the IDE s menus and toolbars. Manipulate windows in the

More information

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item Tips and Tricks Recorder Actions Library XPath Syntax Hotkeys Windows Hotkeys General Keyboard Shortcuts Windows Explorer Shortcuts Command Prompt Shortcuts Dialog Box Keyboard Shortcuts Excel Hotkeys

More information

1. Adapting Your Work Environment

1. Adapting Your Work Environment 19 1. Adapting Your Work Environment Windows 7 allows you the ability to adjust many of the settings according to your own preferences. In the bonus chapters of the book Windows 7 for Seniors (ISBN 978

More information

Creating a Database Using Access 2003 for Windows 2000/Me/2003

Creating a Database Using Access 2003 for Windows 2000/Me/2003 Creating a Database Using Access 2003 for Windows 2000/Me/2003 Created: 25 September 2003 Starting Access 2003 Double click on the Access 2003 icon on the Windows desktop (see right), or click-on the Start

More information

Unit III: Working with Windows and Applications. Chapters 5, 7, & 8

Unit III: Working with Windows and Applications. Chapters 5, 7, & 8 Unit III: Working with Windows and Applications Chapters 5, 7, & 8 Learning Objectives In this unit, you will: Launch programs and navigate the Windows task bar. Perform common windows functions. Customize

More information

Table of Contents. Contents. 1 Introduction. 2 The Main Menu Notification Popups. 9 Service Calendar. 12 Generating Reports ...

Table of Contents. Contents. 1 Introduction. 2 The Main Menu Notification Popups. 9 Service Calendar. 12 Generating Reports ... Contents I Table of Contents 1 Introduction...1 2 The Main Menu...1 3 The Equipment...3 Manager...6 4 Step #1 - Establishing Locations/Categories...6 5 Step #2 - Defining Your PM schedules...9 6 Step #3

More information

Microsoft Word Basic Editing. Lesson , John Wiley & Sons, Inc. Microsoft Official Academic Course, Microsoft Word

Microsoft Word Basic Editing. Lesson , John Wiley & Sons, Inc. Microsoft Official Academic Course, Microsoft Word Microsoft Word 2013 Lesson 2 Basic Editing 2014, John Wiley & Sons, Inc. Microsoft Official Academic Course, Microsoft Word 2013 1 Objectives 2014, John Wiley & Sons, Inc. Microsoft Official Academic Course,

More information

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation Study Guide PCIC 3 B2 GS3- Key Applications-Excel Copyright 2010 Teknimedia Corporation Teknimedia grants permission to any licensed owner of PCIC 3 B GS3 Key Applications-Excel to duplicate the contents

More information

1. Adjusting Your Work Area

1. Adjusting Your Work Area 21 1. Adjusting Your Work Area You can customize the Windows Vista operating system to look and function exactly how you want. In the book Windows Vista for SENIORS you learned for example how to change

More information

Please note that this process must be repeated if a new PC is used.

Please note that this process must be repeated if a new PC is used. Appendix 2 - Using Smart Client This section of the user guide is relevant to first-time users of Agresso. There are some areas of the Agresso package that initially need to be configured by the individual

More information

M i c r o s o f t. Office Introductory Concepts and Techniques. Access Project 1. Creating and Using a Database

M i c r o s o f t. Office Introductory Concepts and Techniques. Access Project 1. Creating and Using a Database M i c r o s o f t Office 2003 Introductory Concepts and Techniques Access Project 1 Creating and Using a Database Objectives Describe databases and database management systems Start Access Describe the

More information

WINDOWS NT BASICS

WINDOWS NT BASICS WINDOWS NT BASICS 9.30.99 Windows NT Basics ABOUT UNIVERSITY TECHNOLOGY TRAINING CENTER The University Technology Training Center (UTTC) provides computer training services with a focus on helping University

More information

Lesson 1: Getting Started with

Lesson 1: Getting Started with Microsoft Office Specialist 2016 Series Microsoft Outlook 2016 Certification Guide Lesson 1: Getting Started with Email Lesson Objectives In this lesson, you will learn to identify Outlook program items,

More information

Getting to Know FlexPro in just 15 Minutes

Getting to Know FlexPro in just 15 Minutes Getting to Know FlexPro in just 15 Minutes This tutorial provides you with a brief overview of the structure of FlexPro and the basic command methods. 3 Managing Data with FlexPro FlexPro stores all objects

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows CHAPTER 1 Getting to Know AutoCAD Opening a new drawing Getting familiar with the AutoCAD and AutoCAD LT Graphics windows Modifying the display Displaying and arranging toolbars COPYRIGHTED MATERIAL 2

More information

Adobe Acrobat 7.0 Curriculum Guide Lesson Twelve

Adobe Acrobat 7.0 Curriculum Guide Lesson Twelve Adobe Acrobat 7.0 Curriculum Guide Lesson Twelve Creating Accessible PDF Documents Level Intermediate - Advanced. Students are assumed to have experience with the different features and menu options of

More information

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename.

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename. Excel 2010 Worksheet Basics Introduction Page 1 Every Excel workbook contains at least one or more worksheets. If you are working with a large amount of related data, you can use worksheets to help organize

More information

Tutorial 2 - Welcome Application Introducing, the Visual Studio.NET IDE

Tutorial 2 - Welcome Application Introducing, the Visual Studio.NET IDE 1 Tutorial 2 - Welcome Application Introducing, the Visual Studio.NET IDE Outline 2.1 Test-Driving the Welcome Application 2.2 Overview of the Visual Studio.NET 2003 IDE 2.3 Creating a Project for the

More information

Program and Graphical User Interface Design

Program and Graphical User Interface Design CHAPTER 2 Program and Graphical User Interface Design OBJECTIVES You will have mastered the material in this chapter when you can: Open and close Visual Studio 2010 Create a Visual Basic 2010 Windows Application

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Using Excel to Troubleshoot EMIS Data

Using Excel to Troubleshoot EMIS Data Using Excel to Troubleshoot EMIS Data Overview Basic Excel techniques can be used to analyze EMIS data from Student Information Systems (SISs), from the Data Collector, and on ODE EMIS reports This session

More information

WinTruss Tutorial By Matt Sutton

WinTruss Tutorial By Matt Sutton WinTruss Tutorial By Matt Sutton WinTruss is a powerful, intuitive, and flexible truss analyzer. This tutorial is written to introduce you to many of the features available on WinTruss. The easiest way

More information

AutoCAD 2009 User InterfaceChapter1:

AutoCAD 2009 User InterfaceChapter1: AutoCAD 2009 User InterfaceChapter1: Chapter 1 The AutoCAD 2009 interface has been enhanced to make AutoCAD even easier to use, while making as much screen space available as possible. In this chapter,

More information

Introduction to Excel

Introduction to Excel Introduction to Excel Written by James Dailey Center for Social Science Computation & Research 145 Savery Hall University of Washington Seattle WA 98195 U.S.A. (206)543-8110 June 2000 http://julius.csscr.washington.edu/pdf/excel.pdf

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

Contents I Table of Contents 1 Introduction...1 2 The Main Menu...1 3 The Equipment...2 Manager...5 4 Step #1 - Establishing Locations/Categories...6 5 Step #2 - Defining your PM Schedules...9 6 Step #3

More information

Working with a Presentation

Working with a Presentation V-2.1 LESSON 2 Working with a Presentation After completing this lesson, you will be able to: Create a new presentation using a design template. Enter text in the Slide pane. Create a new slide. Enter

More information

Lesson 1: Exploring Excel Return to the FastCourse Excel 2007 Level 1 book page

Lesson 1: Exploring Excel Return to the FastCourse Excel 2007 Level 1 book page Lesson 1: Exploring Excel 2007 Return to the FastCourse Excel 2007 Level 1 book page Lesson Objectives After studying this lesson, you will be able to: Explain ways Excel can help your productivity Launch

More information

1. Adjusting Your Work Area

1. Adjusting Your Work Area 21 1. Adjusting Your Work Area You can customize the Windows Vista operating system to look and function exactly how you want. In the book Windows Vista for SENIORS you learned for example how to change

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

COMPUTING AND DATA ANALYSIS WITH EXCEL

COMPUTING AND DATA ANALYSIS WITH EXCEL COMPUTING AND DATA ANALYSIS WITH EXCEL Lesson 1: Introduction to the Excel Environment 1 Scheme Introduction to spreadsheets The Excel Interface Menus Toolbars Built-in Help tool Workbooks, Worksheets,

More information

Introducing Microsoft Office Specialist Excel Module 1. Adobe Captivate Wednesday, May 11, 2016

Introducing Microsoft Office Specialist Excel Module 1. Adobe Captivate Wednesday, May 11, 2016 Slide 1 - Introducing Microsoft Office Specialist Excel 2013 Introducing Microsoft Office Specialist Excel 2013 Module 1 Page 1 of 25 Slide 2 - Lesson Objectives Lesson Objectives Understand what Microsoft

More information

EXCEL 2013 FDLRS SUNRISE

EXCEL 2013 FDLRS SUNRISE EXCEL 2013 FDLRS SUNRISE Goal: Participants will create a spreadsheet and graph to document student progress. Objectives: Participants will create a spreadsheet which includes basic formulas. Participants

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

More information