Objectives. Microsoft Office 2007 Access 2007 Vista Notes. Opening a database, Tables, Querying a Database, and Reports

Size: px
Start display at page:

Download "Objectives. Microsoft Office 2007 Access 2007 Vista Notes. Opening a database, Tables, Querying a Database, and Reports"

Transcription

1 Microsoft Office 2007 Access 2007 Vista Notes Opening a database, Tables, Querying a Database, and Reports Objectives 1. Start Access 2. Describe the features of the Access window 3. Create a database 4. Close a database and quit Access 5. Open a database 6. Print the contents of a table 7. Use the Access Help system Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 2 1

2 Objectives 8. Create queries using the Simple Query Wizard 9. Print query results 10.Create queries using Design view 11.Create a report from a query 12.Customize the Navigation pane 13.Create and print custom reports 14.Create and use a split form Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 3 Starting Access Click the Start button on the Windows Vista taskbar to display the Start menu Click All Programs at the bottom of the left Pane on the Start menu to display the All Programs list and then click Microsoft Office in the All Programs list to display the Microsoft Office list Click Microsoft Office Access 2007 on the Microsoft Office list to start Access and display the Getting Started with Microsoft Office Access window If the Access window is not maximized, click the Maximize button on its title bar to maximize the window Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 4 2

3 Starting Access Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 5 Opening a Database With your USB flash drive connected to one of the computer s USB ports, click the More button to display the Open dialog box If the Folders list is displayed below the Folders button, click the Folders button to remove the Folders list If necessary, click Computer in the Favorite Links section and then double-click UDISK 2.0 (E:) to select the USB fl ash drive, Drive E in this case, as the new open location. (Your drive letter might be different.) Click JSP Recruiters to select the fi le name Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 6 3

4 Opening a Database Click the Open button to open the database If a Security Warning appears, click the Options button to display the Microsoft Office Security Options dialog box With the option button to enable this content selected, click the OK button to enable the content Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 7 Changing Database Properties Click the Office Button to display the Office Button menu Point to Manage on the Office Button menu to display the Manage submenu Click Database Properties on the Manage submenu to display the JSP Recruiters.accdb Properties dialog box If necessary, click the Summary tab Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 8 4

5 Changing Database Properties Help Button Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 9 Previewing and Printing the Contents of a Table If the Navigation pane is hidden, show the Navigation pane by clicking the Shutter Bar Open/Close Button Select Display All Objects Be sure the Client table is selected Click the Office Button to display the Office Button menu Point to the Print command arrow to display the Print submenu Click Print Preview on the Print submenu to display a preview of the report Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 10 5

6 Previewing and Printing the Contents of a Table Office Button Help Button Shutter Bar Ruler Bar Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 11 Previewing and Printing the Contents of a Table Click the mouse pointer in the position shown in Figure 1 60 on page AC 42 to magnify the upperright section of the report Click the Landscape button to change to landscape orientation Click the Print button on the Print Preview tab to print the report When the printer stops, retrieve the hard copy of the Client table Click the Close Client button to close the Print Preview window Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 12 6

7 Previewing and Printing the Contents of a Table Office Button Help Button Shutter Bar Ruler Bar Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 13 Using the Simple Query Wizard to Create a Query If the Navigation pane is hidden, click the Shutter Bar Open/Close Button to show the Navigation pane Be sure the Client table is selected Click Create on the Ribbon to display the Create tab Click the Query Wizard button on the Create tab to display the New Query dialog box Be sure Simple Query Wizard is selected, and then click the OK button to display the Simple Query Wizard dialog box Click the Add Field button to add the Client Number field Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 14 7

8 Using the Simple Query Wizard to Create a Query Click the Add Field button a second time to add the Client Name field Click the Recruiter Number field, and then click the Add Field button to add the Recruiter Number field Click the Next button Be sure the title of the query is Client Query Click the Finish button to create the query Click the Close button for the Client Query to remove the query results from the screen Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 15 Using the Simple Query Wizard to Create a Query Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 16 8

9 Homework Solution Sample SQL View SELECT Customer.CustomerName, OrderLine.OrderNum, OrderLine.PartNum, Part.Description, OrderLine.NumOrdered, OrderLine.QuotedPrice, Part.Warehouse, Rep.RepNum FROM Rep INNER JOIN (Part INNER JOIN ((Customer INNER JOIN Orders ON Customer.CustomerNum = Orders.CustomerNum) INNER JOIN OrderLine ON Orders.OrderNum = OrderLine.OrderNum) ON Part.PartNum = OrderLine.PartNum) ON Rep.RepNum = Customer.RepNum ORDER BY Customer.CustomerName, OrderLine.OrderNum, OrderLine.PartNum; Datasheet View QBE/Design View Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 17 Creating a Report Be sure the Client table is selected in the Navigation pane Click Create on the Ribbon to display the Create tab Click the Report Wizard button to display the Report Wizard dialog box Click the Add Field button to add the Client Number field Click the Add Field button to add the Client Name field Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 18 9

10 Creating a Report Click the Amount Paid field, and then click the Add Field button to add the Amount Paid field Click the Add Field button to add the Current Due field Click the Add Field button to add the Recruiter Number field Click the Next button to display the next Report Wizard screen Because you will not specify any grouping, click the Next button in the Report Wizard dialog box to display the next Report Wizard screen Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 19 Creating a Report Click the box arrow in the text box labeled 1 to display a list of available fields for sorting Click the Client Number field to select the field as the sort key Click the Next button to display the next Report Wizard screen Make sure that Tabular is selected as the Layout. (If it is not, click the Tabular option button to select Tabular layout.) Make sure Portrait is selected as the Orientation. (If it is not, click the Portrait option button to select Portrait orientation.) Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 20 10

11 Creating a Report Click the Next button to display the next Report Wizard screen Be sure the Module style is selected. (If it is not, click Module to select the Module style.) Click the Next button to display the next Report Wizard screen Erase the current title, and then type Client Financial Report as the new title Click the Finish button to produce the report Click the Close Client Financial Report button to remove the report from the screen Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 21 Creating a Report Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 22 11

12 Printing a Report With the Client Financial Report selected in the Navigation pane, click the Office Button Point to the arrow next to Print on the Office Button menu and then click Quick Print on the Print submenu to print the report Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 23 Creating a Split Form Select the Client table in the Navigation pane If necessary, click Create on the Ribbon to display the Create tab Click the Split Form button to create a split form. If a Field List appears, click its Close button to remove the Field List from the screen Click the Save button to display the Save As dialog box Type Client Form as the form name, and then click the OK button to save the form If the form appears in Layout view, click the Form View button on the Access status bar to display the form in Form view Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 24 12

13 Creating a Split Form Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 25 Using a Split Form Click the Next Record button four times to move to record 5 Click the Postal Code field on the second record in the datasheet to select the second record in both the datasheet and the form Click the Close Client Form button to remove the form from the screen Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 26 13

14 Using a Split Form Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 27 Changing Database Properties Click the Author text box and then type your name as the Author property. If a name already is displayed in the Author text box, delete it before typing your name Click the Subject text box, if necessary delete any existing text, and then type your course and section as the Subject property Click the Keywords text box, if necessary delete any existing text, and then type Healthcare, Recruiter as the Keywords property Click the OK button to save your changes and remove the JSP Recruiters.accdb Properties dialog box from the screen Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 28 14

15 Searching Access Help Click the Microsoft Office Access Help button near the upperright corner of the Access window to open the Access Help window Type create a form in the Type words to search for text box at the top of the Access Help window Press the ENTER key to display the search results Click the Maximize button on the Access Help window title bar to maximize the Help window unless it is already maximized Click the Create a split form link to display information regarding creating a split form Click the Close button on the Access Help window title bar to close the Access Help window and make the database active Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 29 Searching Access Help Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 30 15

16 Using a Criterion in a Query Right-click Client Query to produce a shortcut menu Click Design View on the shortcut menu to open the query in Design view Click the Criteria row in the Recruiter Number column of the grid, and then type 24 as the criterion Click the View button to display the results in Datasheet view Close the Client Query window by clicking the Close Client Query button When asked if you want to save your changes, click the No button Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 31 Using a Criterion in a Query Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 32 16

17 Printing the Results of a Query With the Client Query selected in the Navigation pane, click the Office Button Point to Print on the Office button menu Click Quick Print on the Print submenu Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 33 Creating a Query in Design View Hide the Navigation pane Click Create on the Ribbon to display the Create tab Click the Query Design button to create a new query With the Client table selected, click the Add button in the Show Table dialog box to add the Client table to the query Click the Close button in the Show Table dialog box to remove the dialog box from the screen Drag the lower edge of the field box down far enough so all fields in the Client table appear Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 34 17

18 Creating a Query in Design View Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 35 Adding Fields to the Design Grid Double-click the Client Number field in the field list to add the Client Number field to the query Double-click the Client Name field in the field list to add the Client Name field to the query Add the Amount Paid field to the query by double-clicking the Amount Paid field in the field list Add the Current Due field to the query Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 36 18

19 Adding Fields to the Design Grid Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 37 Saving the Query Click the Save button on the Quick Access Toolbar to display the Save As dialog box Type Recruiter-Client Query as the query name Click the OK button to save the query Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 38 19

20 Saving the Query Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 39 Customizing the Navigation Pane If necessary, click the Shutter Bar Open/Close Button to show the Navigation pane Click the Navigation pane arrow to produce the Navigation pane menu Click Object Type to organize the Navigation pane by the type of object rather than by table Click the Navigation pane arrow to produce the Navigation pane menu Click Tables and Related Views to once again organize the Navigation pane by table Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 40 20

21 Customizing the Navigation Pane Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 41 Summary Open & Close Access Working with Tables Queries, Forms & Reports Create queries using the Simple Query Wizard Print query results Create queries using Design view Create a report from a query Customize the Navigation pane Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 42 21

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Introduction to Microsoft Access 2007

Introduction to Microsoft Access 2007 Introduction to Microsoft Access 2007 Introduction A database is a collection of information that's related. Access allows you to manage your information in one database file. Within Access there are four

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

IN THIS PROJECT, YOU LEARN HOW TO

IN THIS PROJECT, YOU LEARN HOW TO UNIT 2 PROJECT 11 CREATING A CUSTOMIZED DATABASE IN THIS PROJECT, YOU LEARN HOW TO Examine a Database and Its Objects Create Tables and Set Field Properties in Design View Create Relationships Add and

More information

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source Microsoft QUICK Source Internet Explorer 7 Getting Started The Internet Explorer Window u v w x y { Using the Command Bar The Command Bar contains shortcut buttons for Internet Explorer tools. To expand

More information

MICROSOFT ACCESS 2003 TUTORIAL

MICROSOFT ACCESS 2003 TUTORIAL MICROSOFT ACCESS 2003 TUTORIAL M I C R O S O F T A C C E S S 2 0 0 3 Microsoft Access is powerful software designed for PC. It allows you to create and manage databases. A database is an organized body

More information

Tutorial 3. Maintaining and Querying a Database

Tutorial 3. Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save queries

More information

Microsoft Office 2010

Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save

More information

Microsoft Office 2010

Microsoft Office 2010 Access Tutorial 1 Creating a Database Microsoft Office 2010 Objectives Learn basic database concepts and terms Explore the Microsoft Access window and Backstage view Create a blank database Create and

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

Advanced Database Concepts Using Microsoft Access

Advanced Database Concepts Using Microsoft Access Advanced Database Concepts Using Microsoft Access lab 10 Objectives: Upon successful completion of Lab 10, you will be able to Understand database terminology, including database, table, record, field,

More information

ACCESS 2007 BASICS. Best Practices in MS Access. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007 BASICS. Best Practices in MS Access. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 BASICS Best Practices in MS Access IT Training & Development (818) 677-1700 Email: training@csun.edu Website: www.csun.edu/it/training Access

More information

OUTLOOK 2013 - GETTING STARTED

OUTLOOK 2013 - GETTING STARTED OUTLOOK 2013 - GETTING STARTED Information Technology September 1, 2014 1 GETTING STARTED IN OUTLOOK 2013 Backstage View Ribbon Navigation Pane View Pane Navigation Bar Reading Pane 2 Backstage View contains

More information

Microsoft Migrating to Access 2010 from Access 2003

Microsoft Migrating to Access 2010 from Access 2003 In This Guide Microsoft Access 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Access 2010 training,

More information

MICROSOFT ACCESS 2007 BOOK 2

MICROSOFT ACCESS 2007 BOOK 2 MICROSOFT ACCESS 2007 BOOK 2 4.1 INTRODUCTION TO ACCESS FIRST ENCOUNTER WITH ACCESS 2007 P 205 Access is activated by means of Start, Programs, Microsoft Access or clicking on the icon. The window opened

More information

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences Unit 4 Introduction to Spreadsheet and Database, pages 1 of 12 Department of Computer and Mathematical Sciences CS 1305 Intro to Computer Technology 15 Module 15: Introduction to Microsoft Access Objectives:

More information

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT E-MAILS

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT E-MAILS MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT E-MAILS Lasted Edited: 2012-07-10 1 Find the Inbox... 3 Check for New Mail... 4 Manually check for new messages... 4 Change new incoming e-mail schedule options...

More information

Introduction to Microsoft Access 2010

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

More information

MICROSOFT OFFICE ACCESS 2007 - LEVEL 1

MICROSOFT OFFICE ACCESS 2007 - LEVEL 1 MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - LEVEL 1 Exploring Access Creating Tables Working with Tables Editing Tables Finding and Filtering Data Printing Data Creating Relationships Using Simple

More information

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access.

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access. COURSE DESCRIPTION Course Name Queries in Microsoft Access Audience need This course is designed for users with a to create queries in Microsoft Access. Prerequisites * Keyboard and mouse skills * An understanding

More information

Check out our website!

Check out our website! Check out our website! www.nvcc.edu/woodbr idge/computer-lab Contact Us Location: Open Computer Lab Seefeldt Building #336 NOVA Woodbridge Campus Hussna Azamy (OCL Supervisor) Phone: 703-878-5714 E-mail:

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Introduction to Microsoft Access 2013

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

More information

Reduced Quality Sample

Reduced Quality Sample Access 2007 Essentials PART ONE Mobile MOUSe Access 2007 Essentials Version # 1.1 Part One 08/08/2010 11:20 About this Course Microsoft Access is the database application included with Microsoft Office.

More information

for Sage 100 ERP Business Insights Overview Document

for Sage 100 ERP Business Insights Overview Document for Sage 100 ERP Business Insights Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered

More information

Creating and Using Databases with Microsoft Access

Creating and Using Databases with Microsoft Access CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries

More information

Steps to Create a Database

Steps to Create a Database Steps to Create a Database Design the Database In order for a database to be effective some time should be spent on the layout of the table. Additionally, time should be spent on what the purpose of the

More information

Querying a Database Using the Select Query Window

Querying a Database Using the Select Query Window Querying a Database Using the Select Query Window PROJECT CASE PERSPECTIVE Dr. Gernaey and his colleagues are eager for Ashton James College (AJC) to obtain the benefits they anticipated when they set

More information

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500 Outlook Email User Guide IS TRAINING CENTER 833 Chestnut St, Suite 600 Philadelphia, PA 19107 215-503-7500 This page intentionally left blank. TABLE OF CONTENTS Getting Started... 3 Opening Outlook...

More information

Microsoft Office Access 2007 which I refer to as Access throughout this book

Microsoft Office Access 2007 which I refer to as Access throughout this book Chapter 1 Getting Started with Access In This Chapter What is a database? Opening Access Checking out the Access interface Exploring Office Online Finding help on Access topics Microsoft Office Access

More information

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data.

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. Microsoft Access A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. A Database Management System (DBMS) allows users to create a database; add,

More information

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010 Produced by Flinders University Centre for Educational ICT PivotTables Excel 2010 CONTENTS Layout... 1 The Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands and Buttons

More information

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro.

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Do you need to always add gridlines, bold the heading

More information

Microsoft Access 2000

Microsoft Access 2000 Microsoft Access 2000 Level 1 Region 4 Teaching, Learning and Technology Center Kaplan, LA Activity 1 Creating a Database 1. Open Microsoft Access 2000 a. Click on START, highlight Programs, point and

More information

What is a Mail Merge?

What is a Mail Merge? NDUS Training and Documentation What is a Mail Merge? A mail merge is generally used to personalize form letters, to produce mailing labels and for mass mailings. A mail merge can be very helpful if you

More information

Section DB DATABASE - Microsoft Access

Section DB DATABASE - Microsoft Access Section DB DATABASE - Microsoft Access About Access 2007 Access 2007 is part of Microsoft Office 2007. It is an important productivity tool for business. Microsoft Access provides an inexpensive yet powerful

More information

Planning and Creating a Custom Database

Planning and Creating a Custom Database Planning and Creating a Custom Database Introduction The Microsoft Office Access 00 database wizards make creating databases easy, but you may need to create a database that does not fit any of the predefined

More information

PowerPoint 2013: Basic Skills

PowerPoint 2013: Basic Skills PowerPoint 2013: Basic Skills Information Technology September 1, 2014 1 P a g e Getting Started There are a variety of ways to start using PowerPoint software. You can click on a shortcut on your desktop

More information

Access 2010: The Navigation Pane

Access 2010: The Navigation Pane Access 2010: The Navigation Pane Table of Contents OVERVIEW... 1 BEFORE YOU BEGIN... 2 ADJUSTING THE NAVIGATION PANE... 3 USING DATABASE OBJECTS... 3 CUSTOMIZE THE NAVIGATION PANE... 3 DISPLAY AND SORT

More information

Access 2007 Creating Forms Table of Contents

Access 2007 Creating Forms Table of Contents Access 2007 Creating Forms Table of Contents CREATING FORMS IN ACCESS 2007... 3 UNDERSTAND LAYOUT VIEW AND DESIGN VIEW... 3 LAYOUT VIEW... 3 DESIGN VIEW... 3 UNDERSTAND CONTROLS... 4 BOUND CONTROL... 4

More information

LEGISLATOR DATABASE. September, 2012

LEGISLATOR DATABASE. September, 2012 LEGISLATOR DATABASE September, 2012 1. INTRODUCTION 2. LIST OF QUERIES 3. FIELDS 4. QUERY DESCRIPTIONS 5. USING THE LEGISLATOR DATABASE QUERIES 6. DOWNLOADING THE LEGISLATOR DATABASE FROM THE CGA HOME

More information

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

Windows 8.1 Update 1 Supplement

Windows 8.1 Update 1 Supplement Illustrated Series Guide to Windows 8.1 Update 1 Changes June 2014 Table of Contents (CTRL+Click a link to navigate directly to Part 1, 2, 3, or 4.) Part 1: What Version of Windows Am I Using? Part 2:

More information

Managing Contacts in Outlook

Managing Contacts in Outlook Managing Contacts in Outlook This document provides instructions for creating contacts and distribution lists in Microsoft Outlook 2007. In addition, instructions for using contacts in a Microsoft Word

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

Access II 2007 Workshop

Access II 2007 Workshop Access II 2007 Workshop Query & Report I. Review Tables/Forms Ways to create tables: tables, templates & design Edit tables: new fields & table properties Import option Link tables: Relationship Forms

More information

New Features in Microsoft Office 2007

New Features in Microsoft Office 2007 New Features in Microsoft Office 2007 TABLE OF CONTENTS The Microsoft Office Button... 2 The Quick Access Toolbar... 2 Adding buttons to the Quick Access Toolbar... 2 Removing buttons from the Quick Access

More information

Tutorial 3 Maintaining and Querying a Database

Tutorial 3 Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2013 Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the Query window in

More information

Microsoft Access 2007 Introduction

Microsoft Access 2007 Introduction Microsoft Access 2007 Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2013 Enhanced Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the

More information

Microsoft Access 2000 for Windows Handout: 3 Academic Computing Support Information Technology Services Tennessee Technological University December 2001 1. Creating a new database In this exercise, we

More information

Browsing and working with your files and folder is easy with Windows 7 s new look Windows Explorer.

Browsing and working with your files and folder is easy with Windows 7 s new look Windows Explorer. Getting Started with Windows 7 In Windows 7, the desktop has been given an overhaul and makeover to introduce a clean new look. While the basic functionality remains the same, there are a few new navigation

More information

Introduction to Microsoft Access XP

Introduction to Microsoft Access XP Introduction to Microsoft Access XP Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. An address book or a library

More information

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

Learning Services IT Guide. Access 2013

Learning Services IT Guide. Access 2013 Learning Services IT Guide Access 2013 Microsoft Access is a programme which allows you to store a lot of information easily in the form of a database. For example you could create a database which stored

More information

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint This document provides instructions for using slide masters in Microsoft PowerPoint. Slide masters allow you to make a change just

More information

Microsoft Access 2010- Introduction

Microsoft Access 2010- Introduction Microsoft Access 2010- Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Consider the possible problems with storing the following data in a spreadsheet:

Consider the possible problems with storing the following data in a spreadsheet: Microsoft Access 2010 Part 1: Introduction to Database Design What is a database? Identifying entities and attributes Understanding relationships and keys Developing tables and other objects Planning a

More information

Creating forms in Microsoft Access 2007

Creating forms in Microsoft Access 2007 Platform: Windows PC Ref no: USER 166 Date: 14 th January 2008 Version: 1 Authors: Derek Sheward, Claire Napier Creating forms in Microsoft Access 2007 This is the fourth document in a series of five on

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Getting Started with Access 2007

Getting Started with Access 2007 Getting Started with Access 2007 1 A database is an organized collection of information about a subject. Examples of databases include an address book, the telephone book, or a filing cabinet full of documents

More information

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT The Ribbon... 2 Default Tabs... 2 Contextual Tabs... 2 Minimizing and Restoring the Ribbon... 3 Customizing the Ribbon... 3 A New Graphic Interface... 5 Live

More information

Instructions for Creating Silly Survey Database

Instructions for Creating Silly Survey Database Instructions for Creating Silly Survey Database Create a New Database 1. Find the shortcut or the file that starts MS Access and click it to activate the program. 2. In the Create a New Database Using

More information

Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com

Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com After completing this laboratory activity, you will be able to: o Open and

More information

The LSUHSC N.O. Email Archive

The LSUHSC N.O. Email Archive The LSUHSC N.O. Email Archive Introduction The LSUHSC N.O. email archive permanently retains a copy of all email items sent and received by LSUHSC N.O. Academic email users. Email items will be accessible

More information

Designing Reports in Access

Designing Reports in Access Designing Reports in Access This document provides basic techniques for designing reports in Microsoft Access. Opening Comments about Reports Reports are a great way to organize and present data from your

More information

WINDOWS 7 MANAGE FILES AND FOLDER WITH WINDOWS EXPLORER

WINDOWS 7 MANAGE FILES AND FOLDER WITH WINDOWS EXPLORER WINDOWS 7 MANAGE FILES AND FOLDER WITH WINDOWS EXPLORER Last Edited: 2012-07-10 1 Introduce Windows Explorer... 3 Navigate folders and their contents... 5 Organize files and folders... 8 Move or copy files

More information

2012 Teklynx Newco SAS, All rights reserved.

2012 Teklynx Newco SAS, All rights reserved. D A T A B A S E M A N A G E R DMAN-US- 01/01/12 The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject to a user

More information

Microsoft Access to Microsoft Word Performing a Mail Merge from an Access Query

Microsoft Access to Microsoft Word Performing a Mail Merge from an Access Query Microsoft Access to Microsoft Word Performing a Mail Merge from an Access Query Performing a Query in Access Before performing a mail merge, we need to set up a query with the necessary fields. Opening

More information

Creating Forms With Adobe LiveCycle Designer 8.2

Creating Forms With Adobe LiveCycle Designer 8.2 Creating Forms With Adobe LiveCycle Designer 8.2 Instructional Media Center HCC Version 2 Modified Date 1/20/10 Learning Objectives: At the end of this training session the student will be able to use

More information

Creating a Participants Mailing and/or Contact List:

Creating a Participants Mailing and/or Contact List: Creating a Participants Mailing and/or Contact List: The Limited Query function allows a staff member to retrieve (query) certain information from the Mediated Services system. This information is from

More information

Objectives. Understand databases Create a database Create a table in Datasheet view Create a table in Design view

Objectives. Understand databases Create a database Create a table in Datasheet view Create a table in Design view Creating a Database Objectives Understand databases Create a database Create a table in Datasheet view Create a table in Design view 2 Objectives Modify a table and set properties Enter data in a table

More information

Pdf - print version. Lab Objectives: When you are finished with this lab you should be able to:

Pdf - print version. Lab Objectives: When you are finished with this lab you should be able to: 1 of 5 Pdf - print version LAB EXERCISE 2 File Management in Windows Summary: This lab is a continuation of the concepts and techniques introduced in Lab1, which introduced you to the Windows interface

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Forms Although information in a database can be entered and edited directly in a table, most people find it simpler to use a form. We use forms all the time in everyday life as a

More information

Blackbaud StudentInformationSystem. Reports Guide for Admissions Office

Blackbaud StudentInformationSystem. Reports Guide for Admissions Office Blackbaud StudentInformationSystem Reports Guide for Admissions Office 102811 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means,

More information

Tips and Tricks for Printing an Excel Spreadsheet

Tips and Tricks for Printing an Excel Spreadsheet Tips and Tricks for Printing an Excel Spreadsheet Microsoft Excel provides the following ways to view your spreadsheet and adjust how it will look printed: Normal view This is the default view and is best

More information

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008 Microsoft Amarillo College Revision Date: July 30, 2008 Table of Contents GENERAL INFORMATION... 1 TERMINOLOGY... 1 ADVANTAGES OF USING A DATABASE... 2 A DATABASE SHOULD CONTAIN:... 3 A DATABASE SHOULD

More information

Presentations and PowerPoint

Presentations and PowerPoint V-1.1 PART V Presentations and PowerPoint V-1.2 Computer Fundamentals V-1.3 LESSON 1 Creating a Presentation After completing this lesson, you will be able to: Start Microsoft PowerPoint. Explore the PowerPoint

More information

Analyzing Excel Data Using Pivot Tables

Analyzing Excel Data Using Pivot Tables NDUS Training and Documentation Analyzing Excel Data Using Pivot Tables Pivot Tables are interactive worksheet tables you can use to quickly and easily summarize, organize, analyze, and compare large amounts

More information

Microsoft Word 2010. Quick Reference Guide. Union Institute & University

Microsoft Word 2010. Quick Reference Guide. Union Institute & University Microsoft Word 2010 Quick Reference Guide Union Institute & University Contents Using Word Help (F1)... 4 Window Contents:... 4 File tab... 4 Quick Access Toolbar... 5 Backstage View... 5 The Ribbon...

More information

Enhanced Formatting and Document Management. Word 2010. Unit 3 Module 3. Diocese of St. Petersburg Office of Training Training@dosp.

Enhanced Formatting and Document Management. Word 2010. Unit 3 Module 3. Diocese of St. Petersburg Office of Training Training@dosp. Enhanced Formatting and Document Management Word 2010 Unit 3 Module 3 Diocese of St. Petersburg Office of Training Training@dosp.org This Page Left Intentionally Blank Diocese of St. Petersburg 9/5/2014

More information

Microsoft Excel 2013: Using a Data Entry Form

Microsoft Excel 2013: Using a Data Entry Form Microsoft Excel 2013: Using a Data Entry Form Using Excel's built in data entry form is a quick and easy way to enter data into an Excel database. Using the form allows you to: start a new database table

More information

Outlook Managing Your Items

Outlook Managing Your Items Course Description Managing your items is essential if you want Outlook to run as efficiently and effectively as possible. As with any filing system the longer you put off doing anything the larger the

More information

Microsoft Outlook 2013 Part 1: Introduction to Outlook

Microsoft Outlook 2013 Part 1: Introduction to Outlook CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Outlook 2013 Part 1: Introduction to Outlook Fall 2014, Version 1.0 Table of Contents Introduction...3 Starting Outlook...3

More information

Microsoft PowerPoint 2010

Microsoft PowerPoint 2010 Microsoft PowerPoint 2010 Starting PowerPoint... 2 PowerPoint Window Properties... 2 The Ribbon... 3 Default Tabs... 3 Contextual Tabs... 3 Minimizing and Restoring the Ribbon... 4 The Backstage View...

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Using an Access Database

Using an Access Database A Few Terms Using an Access Database These words are used often in Access so you will want to become familiar with them before using the program and this tutorial. A database is a collection of related

More information

Microsoft PowerPoint 2008

Microsoft PowerPoint 2008 Microsoft PowerPoint 2008 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Slide Layouts... 3 Adding an Image to a Slide...

More information

Microsoft Project 2007 Level 2: Working with Resources and Managing a Project

Microsoft Project 2007 Level 2: Working with Resources and Managing a Project Microsoft Project 2007 Level 2: Working with Resources and Managing a Project By Robin Peers Robin Peers, 2008 ABOUT THIS CLASS In Microsoft Project 2007 Level 1: Creating Project Tasks, the focus was

More information

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Word basics Word is a powerful word processing and layout application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features that

More information

Structure a Database. Key Concepts LESSON. Access 380. Lesson 2: Structure a Database. Standards

Structure a Database. Key Concepts LESSON. Access 380. Lesson 2: Structure a Database. Standards LESSON Key Concepts Structure a Database In this lesson, you will continue learning skills to use Access in your daily life. You will learn to create the following elements in this lesson: databases, tables,

More information

Outlook 2007 Email and Calendaring

Outlook 2007 Email and Calendaring Outlook 2007 Email and Calendaring The Outlook Calendar Environment... 2 The Different Calendar Views... 3 Creating Appointments/Events/Meetings in Your Calendar... 4 Creating an Appointment the Speedy

More information

Office 365 Employee Email San Jac Outlook 2013

Office 365 Employee Email San Jac Outlook 2013 Office 365 Employee Email San Jac Outlook 2013 Interface Overview 1. Quick Access Toolbar contains shortcuts for the most commonly used tools. 2. File tab (Backstage View) contains tools to manage account

More information