GO! with Microsoft Access 2016 Comprehensive

Size: px
Start display at page:

Download "GO! with Microsoft Access 2016 Comprehensive"

Transcription

1 GO! with Microsoft Access 2016 Comprehensive First Edition Chapter 1 Getting Started with Microsoft Access 2016

2 Learning Objectives Identify Good Database Design Create a Table and Define Fields in a Blank Desktop Database Change the Structure of Tables Create a Query, Form, and Report Close a Database and Close Access Use a Template to Create a Database Organize Objects in the Navigation Pane Create a New Table in a Database Created with a Template Print a Report and a Table 2

3 Identify Good Database Design A database is an organized collection of data related to a specific topic or purpose. There are two basic types of databases systems, a flat or simple database and a relational database. In a flat database, there are no related pieces of data. In a relational database, there are multiple pieces of data that are related in some way to each other. Access 2016 is a relational database management system, referred to as a DBMS which is software that controls how related pieces of data are stored, organized, retrieved, and secured. 3

4 Identify Good Database Design When creating a database, the first step is to decide what information needs to be included and what questions should the database answer. Tables are the foundation of an Access database. Tables are similar to an Excel spreadsheet because they are created in columns and rows. Each table row is a record. Each table column is a field or a single piece of information for every record. When organizing the fields of information in a table, break each piece of information into its smallest, most useful part. 4

5 Identify Good Database Design The first principle of good database design is to organize data in the tables so that redundant or duplicate data does not occur. The second principle of good database design is to use techniques that ensure the accuracy and consistency of data as it is entered into the table. The tables in a relational database are linked or joined to one another by a common field (a field in two or more tables that stores the same data). 5

6 Create a Table and Define Fields in a Blank Desktop Database There are three methods to create a new Access database: One method is to create a new database using a database template. A template is a preformatted database designed for a specific purpose. A second method is to create a new database from a blank desktop database. A blank desktop database has no data and has no database tools; you create the data and the tools as you need them. A third method is to create a custom web app database from scratch or by using a template that you can publish and share with others over the Internet. 6

7 Create a Table and Define Fields in a Blank Desktop Database 7

8 Create a Table and Define Fields in a Blank Desktop Database To create a blank database: Click Browse to choose the location for the database Name the file in the File Name box Click Create 8

9 Create a Table and Define Fields in a Blank Desktop Database The table displays in Datasheet view, which displays the data in columns and rows similar to the format of an Excel worksheet. Another way to view a table is in Design view, which displays the underlying design or the structure of the table s fields. The most common database objects are tables, queries, forms, and reports. Objects are created to store data, to work with data, and to display data. Navigation pane displays objects that can be opened. Object tab identifies open objects. Object window displays active or open object(s). 9

10 Create a Table and Define Fields in a Blank Desktop Database 10

11 Create a Table and Define Fields in a Blank Desktop Database A data type is the kind of data that can be stored in a field. A field can have only one data type. Examples of Data types Short text up to 255 characters Date & Time date or time Auto Number unique sequential numbers Currency amounts Field names should be specifically related to the data included in the table. Examples of field names are Last Name, First Name, and Middle Initial. 11

12 Create a Table and Define Fields in a Blank Desktop Database 12

13 Create a Table and Define Fields in a Blank Desktop Database You can type records directly into a table. You can also import data from a variety of sources. There are three options for importing data from an Excel spreadsheet: import the data into a new table in the current database, append a copy of the records to an existing table, or link the data from the spreadsheet to a linked table in the database. To append records from an Excel workbook to an existing database table, the column headings in the Excel worksheet must be identical to the field names in the table. 13

14 14

15 Change the Structure of Tables In Design view, you can view the information about each field s characteristics, and decide how each field should look and behave in the Field Properties area. For example, you can set a specific field size. 15

16 Change the Structure of Tables Primary key unique identifier Cannot be duplicated in table 16

17 Change the Structure of Tables 17

18 Create a Query, Form, and Report A query is the answer to a question. When a database query is created, the result of the query appears as one datasheet. A select query retrieves data from one or more tables or queries. 18

19 Create a Query, Form, and Report The results of a query the answer to your question only display the fields you asked for with the criteria specified in the question. 19

20 Create a Query, Form, and Report A form is an object that can be used for data entry, to edit data, or display the data in form view. The fields are in the same order that they were created in the table. In Form view, you can view the records, create a new record, edit a record, and delete a record; but you cannot change the layout or design of the form. Layout view is the Access view in which you can make changes to an object while the object is open and displaying the data from the data source. Design view is an Access view that displays the detailed structure of an object, and not the data. Changes can be made in this view. 20

21 Create a Query, Form, and Report 21

22 Create a Query, Form, and Report 22

23 Create a Query, Form, and Report A report is an object that displays all the information from a table in an easy-to-read format which is suitable for printing. Reports can be created to summarize information. The report layout view is very similar to the layout view of a form. Layout view is where changes to the report or form format can be made. 23

24 Create a Query, Form, and Report Print Preview of the Report 24

25 Close a Database and Close Access When you close a table, any changes made to the records are saved automatically. If you make changes to the structure or adjusted column widths, you are prompted to save the table when you close the table or when you switch views. Likewise, you are prompted to save queries, forms, and reports if you make changes to the layout or design. When finished using the database, close the database objects, and exit Access. 25

26 Close a Database and Close Access If the navigation pane is open, all the objects created will be listed. 26

27 Use a Template to Create a Database A database template has prebuilt tables, queries, forms, and reports that perform a specific task. The advantage of using a template to start a new database is that you do not have to create the objects; all you need to do is enter the data and modify the prebuilt objects to suit your needs. 27

28 Use a Template to Create a Database A single-record form enables you to display and enter records into the table. 28

29 Organize Objects in the Navigation Pane The Navigation Pane groups and displays your objects in a predefined arrangement. The Tables and Related Views category groups objects by the table they are related to. 29

30 Create a New Table in a Database Created with a Template When there is redundant information, it is a sign that a new table should be created. To create a new table, click Table in the Tables group on the Create tab. 30

31 Print a Report and a Table 31

32 Glossary

33 Append: To add on to the end of an object; for example, to add records to the end of an existing table. AutoNumber data type: A data type that describes a unique sequential or random number assigned by Access as each record is entered and that is useful for data that has no distinct field that can be considered unique. Best Fit: An Access command that adjusts the width of a column to accommodate the column s longest entry. Blank desktop database: A database that has no data and has no database tools you must create the data and tools as you need them; the database is stored on your computer or other storage device. Caption: A property setting that displays a name for a field in a table, query, form, or report different from the one listed as the field name. Common field: A field included in two or more tables that stores the same data. Currency data type: An Access data type that describes monetary values and numeric data that can be used in mathematical calculations involving values with one to four decimal places. Custom web app: A database that you can publish and share with others over the Internet. Data: Facts about people, events, things, or ideas. 33

34 Data source: The table or tables from which a query, form, or report gathers its data. Data type: Classification identifying the kind of data that can be stored in a field, such as numbers, text, or dates. Database: An organized collection of facts about people, events, things, or ideas related to a specific topic or purpose. Database management system (DBMS): Database software that controls how related collections of data are stored, organized, retrieved, and secured; also known as a DBMS. Database template: A preformatted database that contains prebuilt tables, queries, forms, and reports that perform a specific task, such as tracking events. Datasheet view: The Access view that displays data organized in columns and rows similar to an Excel worksheet. DBMS: An acronym for database management system. Design view: An Access view that displays the detailed structure of a table, query, form, or report. For forms and reports, may be the view in which some tasks must be performed, and only the controls, and not the data, display in this view. Destination table: The table to which you import or append data. 34

35 Export: The process of copying data from one file into another file, such as an Access table into an Excel spreadsheet. Field: A single piece of information that is stored in every record; represented by a column in a database table. Field properties: Characteristics of a field that control how the field displays and how data can be entered in the field; vary for different data types. First principle of good database design: A principle of good database design stating that data is organized in tables so that there is no redundant data. Flat database: A simple database file that is not related or linked to any other collection of data. Form: An Access object you can use to enter new records into a table, edit or delete existing records in a table, or display existing records. Form view: The Access view in which you can view records, but you cannot change the layout or design of the form. Import: The process of copying data from another file, such as a Word table or an Excel workbook, into a separate file, such as an Access database. Information: Data that is accurate, timely, and organized in a useful manner. 35

36 Layout view: The Access view in which you can make changes to a form or report while the data from the underlying data source displays. Link: A connection to data in another file. Multiple-items form: A form that enables you to display or enter multiple records in a table. Navigation area: An area at the bottom of the Access window that indicates the number of records in the table and contains controls in the form of arrows that you click to move among the records. Navigation Pane: An area of the Access window that displays and organizes the names of the objects in a database; from here, you open objects for use. Normalization: The process of applying design rules and principles to ensure that your database performs as expected. Number data type: An Access data type that represents a quantity, how much or how many, and may be used in calculations. Object tab: In the object window, a tab that identifies the object and which enables you to make an open object active. Object window: An area of the Access window that displays open objects, such as tables, queries, forms, or reports; by default, each object displays on its own tab. 36

37 Objects: The basic parts of a database that you create to store your data and to work with your data; for example, tables, queries, forms, and reports. Populate: The action of filling a database table with records. Primary key: A required field that uniquely identifies a record in a table; for example, a Student ID number at a college. Property Sheet: A list of characteristics properties for fields or controls on a form or report in which you can make precise changes to each property associated with the field or control. Query: A database object that retrieves specific data from one or more database objects either tables or other queries and then, in a single datasheet, displays only the data you specify. Record: All of the categories of data pertaining to one person, place, event, thing, or idea; represented by a row in a database table Record selector bar: The bar at the left edge of a record when it is displayed in a form, and which is used to select an entire record. Record selector box: The small box at the left of a record in Datasheet view that, when clicked, selects the entire record. Redundant: In a database, information that is duplicated in a manner that indicates poor database design. 37

38 Relational database: A sophisticated type of database that has multiple collections of data within the file that are related to one another. Report: A database object that summarizes the fields and records from a table or query in an easy-to-read format suitable for printing. Run: The process in which Access searches the records in the table(s) included in the query design, finds the records that match the specified criteria, and then displays the records in a datasheet; only the fields that have been included in the query design display. Second principle of good database design: A principle stating that appropriate database techniques are used to ensure the accuracy and consistency of data as it is entered into the table. Select query: A type of Access query that retrieves (selects) data from one or more tables or queries, displaying the selected data in a datasheet; also known as a simple select query. SharePoint: A Microsoft application used for setting up websites to share and manage documents. Short Text data type: An Access data type that describes text, a combination of text and numbers, or numbers that are not used in calculations, such as the Postal Code. Simple select query: Another name for a select query. 38

39 Single-record form: A form that enables you to display or enter one record at a time from a table. Source file: When importing a file, refers to the file being imported. Structure: In Access, the underlying design of a table, including field names, data types, descriptions, and field properties. Table: A format for information that organizes and presents text and data in columns and rows; the foundation of a database. Tables and Related Views: An arrangement in the Navigation Pane that groups objects by the table to which they are related. Truncated: Data that is cut off or shortened because the field or column is not wide enough to display all of the data or the field size is too small to contain all of the data. Wizard: A feature in Microsoft Office that walks you step by step through a process. 39

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name 1) The table Design view shows 1) A) the relationships established for the table. B) the formatting applied to the table. C) the structure of the table. D) the number of records in the table.

More information

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design Objective 1: Identify Good Database Design CHAPTER 6 SUMMARY A database is an organized collection of data facts about people, events, things, or ideas related to a specific topic or purpose. Information

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) The purpose of a form is to: A) simplify the entry of data into a table. B) display the

More information

Introduction to Microsoft Access 2016

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

More information

Tutorial 2. Building a Database and Defining Table Relationships

Tutorial 2. Building a Database and Defining Table Relationships Tutorial 2 Building a Database and Defining Table Relationships Microsoft Access 2010 Objectives Learn the guidelines for designing databases and setting field properties Modify the format of a field in

More information

What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based

What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based Lesson - 1 What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based Examples of Databases Computer Based Databases

More information

What is a database? Lesson - 1

What is a database?  Lesson - 1 Lesson - 1 www.semainformatics.wordpress.com What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based 1 Examples of

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 1 Databases and Database Objects: An Introduction Objectives Design a database to satisfy a collection of requirements Describe the features of the Access window Create a

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

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

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

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

More information

More Skills 11 Export Queries to Other File Formats

More Skills 11 Export Queries to Other File Formats = CHAPTER 2 Access More Skills 11 Export Queries to Other File Formats Data from a table or query can be exported into file formats that are opened with other applications such as Excel and Internet Explorer.

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

Office Applications II Lesson Objectives

Office Applications II Lesson Objectives Office Applications II Lesson Unit 1: MICROSOFT EXCEL SPREADSHEETS BASICS What is a Spreadsheet and What Are Its Uses? Define spreadsheets Define the Microsoft Excel application List business, consumer,

More information

Microsoft Certified Application Specialist Exam Objectives Map

Microsoft Certified Application Specialist Exam Objectives Map Microsoft Certified Application Specialist Exam Objectives Map This document lists all Microsoft Certified Application Specialist exam objectives for (Exam 77-605) and provides references to corresponding

More information

Microsoft Office Specialist Access 2016

Microsoft Office Specialist Access 2016 77-730 Microsoft Office Specialist Access 201 For coverage of all objectives, please utilize Shelly Cashman Series Office 35 & Access 201 Comprehensive Domain Obj Number Objective text Module Pages: Topic

More information

Name: Class: Date: Access Module 2

Name: Class: Date: Access Module 2 1. To create a new query in Design view, click CREATE on the ribbon to display the CREATE tab and then click the button to create a new query. a. Query b. Design View c. Query Design d. Select Query ANSWER:

More information

Shelly Cashman Series Microsoft Office 365 and Access 2016 Introductory 1st Edition Pratt TEST BANK

Shelly Cashman Series Microsoft Office 365 and Access 2016 Introductory 1st Edition Pratt TEST BANK Shelly Cashman Series Microsoft Office 365 and Access 2016 Introductory 1st Edition Pratt TEST BANK Full clear download (no formatting errors) at: https://testbankreal.com/download/shelly-cashman-series-microsoft-office-365-access-

More information

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

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

More information

GO! with Microsoft Excel 2016 Comprehensive

GO! with Microsoft Excel 2016 Comprehensive GO! with Microsoft Excel 2016 Comprehensive First Edition Chapter 7 Creating PivotTables and PivotCharts Learning Objectives Create a PivotTable Report Use Slicers and Search Filters Modify a PivotTable

More information

Word Module 5: Creating and Formatting Tables

Word Module 5: Creating and Formatting Tables Illustrated Microsoft Office 365 and Office 2016 Intermediate 1st Edition Beskeen Test Bank Full Download: http://testbanklive.com/download/illustrated-microsoft-office-365-and-office-2016-intermediate-1st-edition-beskee

More information

Microsoft Access 2007 Module 1

Microsoft Access 2007 Module 1 Microsoft Access 007 Module http://citt.hccfl.edu Microsoft Access 007: Module August 007 007 Hillsborough Community College - CITT Faculty Professional Development Hillsborough Community College - CITT

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MSACS13]: Microsoft Access 2013 Length : 3 Days Technology : Microsoft Office 2013 Delivery Method : Instructor-led (Classroom) Course Overview This Microsoft Access 2013 teaches participants how to design

More information

GO! with Microsoft Access 2016 Comprehensive

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

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

Microsoft Access 2007 Module 2

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

More information

Access 2016 Essentials Syllabus

Access 2016 Essentials Syllabus Access 2016 Essentials Syllabus Lesson 1 Creating & Managing Databases 1.1 Introduction Lesson content; What is a database? The course folders; The course player; Screen resolution notes; Prerequisites;

More information

Chapter 13 Creating a Workbook

Chapter 13 Creating a Workbook Chapter 13 Creating a Workbook Learning Objectives LO13.1: Understand spreadsheets and Excel LO13.2: Enter data in cells LO13.3: Edit cell content LO13.4: Work with columns and rows LO13.5: Work with cells

More information

Purpose: Use this document as a reference for assigning and sending PeopleSoft Communications.

Purpose: Use this document as a reference for assigning and sending PeopleSoft Communications. Communications - Assigning and Sending PeopleSoft Communications (3C Engine and Purpose: Use this document as a reference for assigning and sending PeopleSoft Communications. Audience: College Staff responsible

More information

Microsoft Office Access 2013: Part 01. Lesson 01 - Getting Started with Access

Microsoft Office Access 2013: Part 01. Lesson 01 - Getting Started with Access Microsoft Office Access 2013: Part 01 Lesson 01 - Getting Started with Access Slide 1 Lesson 01: Getting Started with Access Orientation to Microsoft Access Create a Simple Access Database Get Help in

More information

Tutorial 1. Creating a Database

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

More information

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary MIS Cases: Decision Making With Application Software, Second Edition Database Glossary This database glossary is designed to accompany MIS Cases: Decision Making With Application Software, Second Edition,

More information

Start Mail Merge Step by Step Mail Merge Wizard messages

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

More information

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access This module was developed to assist students in passing the SkillCheck Incorporated Access 2003 Technology Competency Assessment. It was last updated

More information

Microsoft Access 2010

Microsoft Access 2010 www.jwalkonline.org/main michael@jwalkonline.org @MichaelJWalk Microsoft Access 2010 Part 3 Michael J. Walk It's about control: use advanced features of Access to control data entry, automate processes,

More information

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

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

More information

Importing and Exporting Data

Importing and Exporting Data 14 Importing and Exporting Data SKILL SUMMARY Skills Exam Objective Objective Number Importing Data Import data into tables. Append records from external data. Import tables from other databases. Create

More information

Introduction to Computer Applications. CISY 1225 Chapter 10. Zahoor Khan, PhD

Introduction to Computer Applications. CISY 1225 Chapter 10. Zahoor Khan, PhD Introduction to Computer Applications CISY 1225 Chapter 10 Zahoor Khan, PhD Last updated: May 2014 No new topics I will not be here Next Week Mashtura will help you Class time is for practice Do your own

More information

Complete Quick Reference Summary

Complete Quick Reference Summary Microsoft Access 2010 Complete Quick Reference Summary Microsoft Access 2010 Quick Reference Summary Advanced Filter/Sort, Use AC 153 Advanced button (Home tab Sort & Filter, Advanced Filter/Sort) All

More information

Index. B backing up 76 7

Index. B backing up 76 7 A Access, other DBMSs and 9 Action queries 121, 125 defined 125 address book 16, 34 age calculations 60 answer table 36 editing data in 147 8 field names 294 multi-table queries 294 queries and 155 queries

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

Microsoft Excel 2010 Tutorial

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

More information

INTRODUCTION ACCESS 2010

INTRODUCTION ACCESS 2010 INTRODUCTION ACCESS 2010 Overview of Ms. Access 2010 Microsoft Access is a computer application used to create and manage databases. Access Databases can store any type of information: numbers, text, and

More information

Office of Instructional Technology

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

More information

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities ACCESS SUMMARIZING DATA AND CALCULATING IN FORMS AND REPORTS Section 4 Skills Use functions in a query to calculate statistics Summarize data in a crosstab query Summarize data in a PivotTable Summarize

More information

In this IBM Watson User Guide, you will create dashboards and utilitize the following capabilities: Exploring, Predicting, and Collecting.

In this IBM Watson User Guide, you will create dashboards and utilitize the following capabilities: Exploring, Predicting, and Collecting. May 13, 2016: IBM Watson User Guide In this IBM Watson User Guide, you will create dashboards and utilitize the following capabilities: Exploring, Predicting, and Collecting. Contents Administration:...

More information

1 of 9 8/27/2014 10:53 AM Units: Teacher: MOExcel/Access, CORE Course: MOExcel/Access Year: 2012-13 Excel Unit A What is spreadsheet software? What are the parts of the Excel window? What are labels and

More information

Business Process Procedures

Business Process Procedures Business Process Procedures 14.40 MICROSOFT EXCEL TIPS Overview These procedures document some helpful hints and tricks while using Microsoft Excel. Key Points This document will explore the following:

More information

Tutorial 8 Sharing, Integrating and Analyzing Data

Tutorial 8 Sharing, Integrating and Analyzing Data Tutorial 8 Sharing, Integrating and Analyzing Data Microsoft Access 2013 Objectives Session 8.1 Export an Access query to an HTML document and view the document Import a CSV file as an Access table Use

More information

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE C30147 RELATIONAL DATABASE Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards This module has been developed to further the learner s

More information

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi MICROSOFT EXCEL Prepared By: Amna Alshurooqi Hajar Alshurooqi Lesson 1 BIS 202 1. INTRODUCTION Microsoft Excel is a spreadsheet application used to perform financial calculations, statistical analysis,

More information

Microsoft Office Excel Create a worksheet group. A worksheet group. Tutorial 6 Working With Multiple Worksheets and Workbooks

Microsoft Office Excel Create a worksheet group. A worksheet group. Tutorial 6 Working With Multiple Worksheets and Workbooks Microsoft Office Excel 2003 Tutorial 6 Working With Multiple Worksheets and Workbooks 1 Create a worksheet group A workbook is a collection of worksheets. You may want to work with the worksheets within

More information

Chapter 4. Microsoft Excel

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

More information

Productivity Tools Objectives 1

Productivity Tools Objectives 1 Productivity Tools Objectives 1 Word 2003 Understand Microsoft Office Word 2003 Launch Microsoft Office Word 2003 Open Documents Understand The Working Screen Experiment With The Working Screen Navigate

More information

GO! with Microsoft Excel 2016 Comprehensive

GO! with Microsoft Excel 2016 Comprehensive GO! with Microsoft Excel 2016 Comprehensive First Edition Chapter 2 Using Functions, Creating Tables, and Managing Large Workbooks Use SUM and Statistical Functions The SUM function is a predefined formula

More information

Hours Assignments:

Hours Assignments: IT103 Database Management Course Objectives Upon completion of this course, the student will be able to: 1. Demonstrate database concepts and terminology. 2. Demonstrate how to create and use a basic database.

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

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Ms excel. The Microsoft Office Button. The Quick Access Toolbar Ms excel MS Excel is electronic spreadsheet software. In This software we can do any type of Calculation & inserting any table, data and making chart and graphs etc. the File of excel is called workbook.

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

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

EXCEL 2007 GETTING STARTED

EXCEL 2007 GETTING STARTED EXCEL 2007 GETTING STARTED TODAY S DESTINATION Quick Access Toolbar Customize it! Office Button Click Excel Options BREAK DOWN OF TABS & RIBBON Tab Name Contains Information relating to Contains the following

More information

New Perspectives on Microsoft Excel Module 1: Getting Started with Excel

New Perspectives on Microsoft Excel Module 1: Getting Started with Excel New Perspectives on Microsoft Excel 2016 Module 1: Getting Started with Excel 1 Objectives, Part 1 Open and close a workbook Navigate through a workbook and worksheet Select cells and ranges Plan and create

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

Module 5. Databases. Astro Computer Training. Page 1

Module 5. Databases. Astro Computer Training. Page 1 Module 5 Databases Astro Computer Training Page 1 1. Database Terminologies What is a Database? A database is a collection of data related to a particular topic organised and stored for easy retrieval.

More information

EXCEL BASICS: PROJECTS

EXCEL BASICS: PROJECTS EXCEL BASICS: PROJECTS In this class, you will be practicing with three basic Excel worksheets to learn a variety of foundational skills necessary for more advanced projects. This class covers: Three Project

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

PowerPoint Presentation to Accompany GO! All In One. Chapter 13

PowerPoint Presentation to Accompany GO! All In One. Chapter 13 PowerPoint Presentation to Accompany GO! Chapter 13 Create, Query, and Sort an Access Database; Create Forms and Reports 2013 Pearson Education, Inc. Publishing as Prentice Hall 1 Objectives Identify Good

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 Office Excel 2003

Microsoft Office Excel 2003 Microsoft Office Excel 2003 Tutorial 1 Using Excel To Manage Data 1 Identify major components of the Excel window Excel is a computerized spreadsheet, which is an important business tool that helps you

More information

Introduction to Microsoft Excel Parts of the Screen

Introduction to Microsoft Excel Parts of the Screen Introduction to Microsoft Excel Parts of the Screen UNIT OUTCOME: Students will be able to use a spreadsheet to record, organize, and format text and numerical data. Define the Term Spreadsheet: A spreadsheet

More information

Very Short Answer Type Questions [1 Mark each]

Very Short Answer Type Questions [1 Mark each] Very Short Answer Type Questions [1 Mark each] Question 1. What is the default extension of a MS-Access database? Answer: The default extension of a MS-Access database is.accdb. Question 2. How NUMBER

More information

To complete this database, you will need the following file:

To complete this database, you will need the following file: = CHAPTER 5 Access More Skills 13 Specify Relationship Join Types Database objects forms, queries, and reports display fields from related tables by matching the values between the fields common to both

More information

Microsoft Office Illustrated Introductory, Building and Using Queries

Microsoft Office Illustrated Introductory, Building and Using Queries Microsoft Office 2007- Illustrated Introductory, Building and Using Queries Creating a Query A query allows you to ask for only the information you want vs. navigating through all the fields and records

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

Access 2016: Core Database Management, Manipulation, and Query Skills; Exam

Access 2016: Core Database Management, Manipulation, and Query Skills; Exam Microsoft Office Specialist Access 2016: Core Database Management, Manipulation, and Query Skills; Exam 77-730 Successful candidates for the Access 2016 exam have a fundamental understanding of the application

More information

Productivity Tools Objectives

Productivity Tools Objectives Word 2003 Understand Microsoft Office Word 2003 Launch Microsoft Office Word 2003 Open Documents Understand The Working Screen Experiment With The Working Screen Navigate Documents Close Documents And

More information

Administering a Database System

Administering a Database System Microsoft Access 2010 10 Administering a Database System Objectives You will have mastered the material in this project when you can: Create custom Quick Start fields Create indexes Create a Web database

More information

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts Microsoft Excel 2013 Enhanced Objectives Explore a structured range of data Freeze rows and columns Plan and create an Excel table Rename

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

Creating and Using a Database in Access 2007

Creating and Using a Database in Access 2007 Objectives: Describe databases and database management systems Design a database to satisfy a collection of requirements Start Access Describe the features of the Access window Create a database Create

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

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

More information

Working with Data in Microsoft Excel 2010

Working with Data in Microsoft Excel 2010 Working with Data in Microsoft Excel 2010 This document provides instructions for using the sorting and filtering features in Microsoft Excel, as well as working with multiple worksheets in the same workbook

More information

Data. Selecting Data. Sorting Data

Data. Selecting Data. Sorting Data 1 of 1 Data Selecting Data To select a large range of cells: Click on the first cell in the area you want to select Scroll down to the last cell and hold down the Shift key while you click on it. This

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature There is a custom feature available in Query Viewer that allows files to be created from queries and copied to a user s PC. This feature doesn t have the same size limitations as running a query to HTML

More information

Microsoft Office 2016 Mail Merge

Microsoft Office 2016 Mail Merge Microsoft Office 2016 Mail Merge Mail Merge Components In order to understand how mail merge works you need to examine the elements involved in the process. In any mail merge, you'll deal with three different

More information

Access Tutorial 2 Building a Database and Defining Table Relationships

Access Tutorial 2 Building a Database and Defining Table Relationships Access Tutorial 2 Building a Database and Defining Table Relationships Microsoft Office 2013 Objectives Session 2.1 Learn the guidelines for designing databases and setting field properties Create a table

More information

COMM 391 Winter 2014 Term 1

COMM 391 Winter 2014 Term 1 COMM 391 Winter 2014 Term 1 Tutorial 3: Microsoft Access Introducing Tables, Relationships, and Creating Queries The purpose of this tutorial is enable you to 1) explore the tables and relationships in

More information

THE AMERICAN LAW INSTITUTE Continuing Legal Education

THE AMERICAN LAW INSTITUTE Continuing Legal Education 67 THE AMERICAN LAW INSTITUTE Continuing Legal Education Using Everyday Tech Tools To Maximize Your Law Practice Plus Ethics April 26, 2018 Philadelphia, Pennsylvania Utilizing Microsoft Excel for a More

More information

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College Excel 101 DJ Wetzel Director of Financial Aid Greenville Technical College Introduction Spreadsheets are made up of : Columns identified with alphabetic headings Rows - identified with numeric headings.

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Microsoft Access Illustrated. Unit B: Building and Using Queries

Microsoft Access Illustrated. Unit B: Building and Using Queries Microsoft Access 2010- Illustrated Unit B: Building and Using Queries Objectives Use the Query Wizard Work with data in a query Use Query Design View Sort and find data (continued) Microsoft Office 2010-Illustrated

More information

Session 10 MS Word. Mail Merge

Session 10 MS Word. Mail Merge Session 10 MS Word Mail Merge Table of Contents SESSION 10 - MAIL MERGE... 3 How Mail Merge Works?... 3 Getting Started... 4 Start the Mail Merge Wizard... 4 Selecting the starting document... 5 Letters:...

More information

Excel 2013 Workshop. Prepared by

Excel 2013 Workshop. Prepared by Excel 2013 Workshop Prepared by Joan Weeks Computer Labs Manager & Madeline Davis Computer Labs Assistant Department of Library and Information Science June 2014 Excel 2013: Fundamentals Course Description

More information

Contents. Project One. Introduction to Microsoft Windows XP and Office Creating and Editing a Word Document. Microsoft Word 2003

Contents. Project One. Introduction to Microsoft Windows XP and Office Creating and Editing a Word Document. Microsoft Word 2003 FM TBBBB 39909 10/27/06 4:06 PM Page iii Contents FMTOC TBBBB 39909 Page iii 10/20/06 MD Preface To the Student Introduction to Microsoft Windows XP and Office 2003 ix xiv Objectives WIN 4 Introduction

More information

Tutorial 1: Introduction to Microsoft (MS) Access. Microsoft Access: A Relational Database Application

Tutorial 1: Introduction to Microsoft (MS) Access. Microsoft Access: A Relational Database Application Tutorial 1: Introduction to Microsoft (MS) Access After reading this tutorial and completing the associated exercises, you will be able to: Open MS Access Create tables using MS Access Create forms and

More information

Oracle Business Intelligence Icon Definitions

Oracle Business Intelligence Icon Definitions Oracle Business Intelligence Icon Definitions Version 1.0 JANUARY 14, 2015 OHIO UNIVERSITY Table of Contents Icon Definitions...2 1.1 Catalog Definitions for Report Consumers (ability to run reports)...2

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

Tutorial 1: Getting Started with Excel

Tutorial 1: Getting Started with Excel Tutorial 1: Getting Started with Excel Microsoft Excel 2010 Objectives Understand the use of spreadsheets and Excel Learn the parts of the Excel window Scroll through a worksheet and navigate between worksheets

More information