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

Size: px
Start display at page:

Download "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"

Transcription

1 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 Bank databases School databases Business databases Paper Based Databases Telephone book Address book Index of a book Computer Based Types of Computer Based Databases There are two main types of databases: Flat Database Relational Database Paper Based Flat Database Is a simple database model, where all the information is stored in a plain text file, one database record per line. Relational Database All information in the database is stored in related tables each consisting of rows and columns. The tables can be linked to each other in the database by the use of values common to more than one table. 1

2 Relational Database What is MS Access 2010? Access is a powerful database management program that can be used for: storing, organizing, retrieving, and reporting (summarize and print) information. What can we do with a database? Find the related data Analyze, manage, manipulate and retrieve the data Display the information as a chart, graph or Web page Print or publish uses friendly reports Automate auto repetitive tasks Export the data to other programs such as MS Excel and MS Word, and Protect the data from errors Access or Excel? An Excel spreadsheet is a good choice to do calculations, analysis such and graphing. But Excel is relatively poor at handling lots of different sets of related data. An Access database is used for storing lots of data in a format that can be searched and summarized on reports. It is ideal for setting up and managing sets of related data, but is relatively poor at the mathematical analysis whereas Excel is good at. Microsoft Access Database Objects Microsoft Access Database Objects A database usually consists of several objects. An Access database might contain up to seven different database object types. Tables Queries Forms Reports Pages Macros Modules 2

3 Tables Tables store a database s data in rows (records) and columns (fields). A database must always contain at least one table where it can store the information. Tables In a database table: Rows are called Records Columns are called Fields Queries Queries ask a question of data stored in a table. Forms Forms are custom screen that provide an easy way to enter, view and modify the data in a table or query. Reports Reports present data from a table or query in a printed format Pages A special type of Web pages designed for viewing and working with Access data from an Intranet or Internet. It is the only external object of a MS Access Database. 3

4 Macros Macros help us to perform routine tasks by automating them in a single command. Modules Are like Macros, modules automate tasks but by using a built-in programming language called Visual Basic for Applications or VBA. They are much more powerful and complex than macros. Class Work - 1 Create a simple school database with one table. The table is going to contain students personal information, like: Student_ID Student_Name, Student_Surname BirthDate BirthPlace PhoneNumber Student_ Student_Address Lesson - 2 Creating and Modifying Tables Tables form the essential foundation of a relational database and the development of a database begins with building the tables to store the distributed data. A table in a database is divided in Records (Rows) and Fields (Columns). Table Views There are four different views of tables: Datasheet View PivotTable View PivotChart View Design View 4

5 Primary Key Primary key is the unique identifier of a table. Primary key is used to prevent duplicates of records. Datasheet View It is similar to Excel worksheet view. Rows in datasheet view are called Records. Columns are called Fields. Design View of a able Is used to define Names, Properties and Descriptions of fields. Data Types in Table Design View Text Memo Number Currency AutoNumber Date/ Time Yes/No Ole object Hyperlink Data Types in Table Design View Text: Used to store any text or number that does not require calculations up to 255 characters in length. Memo: Used to store paragraphs, sentences or large block of text up to characters in length. Number: Used to store various kinds of numbers that are used in calculations. Data Types in Table Design View Currency: Is used to store currency values. AutoNumber: Unique sequential or random values generated for use as primary key. Date/ Time: Used to store dates and times. 5

6 Data Types in Table Design View Example Yes/No: Used to store two-valued data. Yes or No appears as checkbox in a table. Ole object: Used to get data from Windows based applications such us images, graphs and movies clips. Hyperlink: Used to link a document, a file on our computer or an internet resource. Lesson - 3 What is a Form? Forms are used to view, enter, edit, and modify data quickly and easily in tables directly or through a query. Record navigation buttons Making a Form in MS Access There are several ways to create a form in MS Access: 6

7 Lesson - 3 What is a Query? Queries are database objects used to extract, gather and select required data from database. We can use queries even to perform calculations on data or to update or delete records. Query Types Query Types Creating a Query Lesson - 4 On the Create tab, from Queries Group click the Query Wizard button 7

8 What is a Report? Reports display selected and required information in an organized fashion for previewing on the screen or as hard-copy printouts. Reports vs. Forms Reports and forms are used to give people easy access to the information stored in the tables in a database. However, reports and forms have different aims for use: Reports vs. Forms Forms Forms are used to enter, view, delete, and edit information. Forms are usually used to display information on the screen. Forms generally provide information for the people who actually work with the database. Reports Reports are used only to view information. Reports are usually designed for printing needs. Reports are often used to group and summarize data and are often for people who do not work with the database, but who use its information for other business tasks. The Anatomy of a Report Reports are made up of many parts and sections. A report usually has the following three sections: Page Header section Detail section Page Footer section Page Header Section Page header appears at the top of each page of the report. The Page Header section automatically prints at the top of every page of the report. You can use this section for column headings, page title, or some common information for all records on the page. Detail Section The Detail section is the main section of the report. It is used to show the details of each record from the table or query. 8

9 Page Footer Section The Page Footer section automatically prints at the bottom of every page of the report. The footer is used to specify information that you want to appear at the bottom of each report page, such as page numbers, dates, or copyright notification. The Anatomy of a Report In addition to these three sections, a report can also include: Report Header section Report Footer section Group Headers section Group Footers section Report Header Section The header appears and prints once at the beginning of a report. The report header is often used to show the Report title or make a cover page for a report. Report Footer Section This appears and prints once at the end of a report. The most common use of the report footer is for grand totals, but it can also include any other information for a report. Making Reports There are several ways to create a report in MS access: Report Creates a simple report automatically based on currently selected table or query. Report Design Creates a new blank report in the design view to design a report from scratch. Blank Report Create a blank report in layout view but lets you layout the report controls. Report Wizard Creates a report using Wizard. 9

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

GO! with Microsoft Access 2016 Comprehensive

GO! with Microsoft Access 2016 Comprehensive GO! with Microsoft Access 2016 Comprehensive First Edition Chapter 1 Getting Started with Microsoft Access 2016 Learning Objectives Identify Good Database Design Create a Table and Define Fields in a Blank

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

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

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

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

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

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

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

Learn Well Technocraft

Learn Well Technocraft Section 1: Getting started The Word window New documents Document navigation Section 2: Editing text Working with text The Undo and Redo commands Cut, copy, and paste Find and replace Section 3: Text formatting

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

MS-Access Programming. Assit.Prof. Dr. Anantakul Intarapadung

MS-Access Programming. Assit.Prof. Dr. Anantakul Intarapadung MS-Access Programming Assit.Prof. Dr. Anantakul Intarapadung 1 VBA? VBA (Visual Basic for Applications) is the programming language of MS-Access and other Office programs. 1 Create a Macro: With Excel

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

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

Customizing the Excel 2013 program window. Getting started with Excel 2013

Customizing the Excel 2013 program window. Getting started with Excel 2013 Customizing the Excel 2013 program window 1 2 Getting started with Excel 2013 Working with data and Excel tables Creating workbooks Modifying workbooks Modifying worksheets Merging and unmerging cells

More information

Full file at

Full file at Testbank, Access Chapter 2 1) When designing a database, all of the following statements are true EXCEPT: A) You need to consider the output requirements of the database B) You need not be concerned with

More information

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010 Objectives COMM 391 Introduction to Management Information Systems Introduction to Microsoft Access 2010 Describe the major objects in Access database. Define field, record, table and database. Navigate

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

Excel 2013 PivotTables and PivotCharts

Excel 2013 PivotTables and PivotCharts Excel 2013 PivotTables and PivotCharts PivotTables... 1 PivotTable Wizard... 1 Creating a PivotTable... 2 Groups... 2 Rows Group... 3 Values Group... 3 Columns Group... 4 Filters Group... 5 Field Settings...

More information

9. Introduction to MS Access

9. Introduction to MS Access 9. Introduction to MS Access 9.1 What is MS Access? Essentially, MS Access is a database management system (DBMS). Like other products in this category, Access: o Stores and retrieves data, o Presents

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

York Public Schools Subject Area: Technology Grade: 9-12 Course: Information Technology 2 NUMBER OF DAYS ASSESSED TAUGHT DATE

York Public Schools Subject Area: Technology Grade: 9-12 Course: Information Technology 2 NUMBER OF DAYS ASSESSED TAUGHT DATE Introduction Information Log onto Google Accounts Log onto Google Classroom Create a Ted Account Log onto TedED 1 Create a Certiport Account Lesson 1 Get started Work in the windows Use the on-screen tools

More information

By: Access 2007 Table

By:   Access 2007 Table Access 2007 Table Create and Format Tables in Access 2007 I. What is Table? A table is constructed with a field or many fields and it is used for storing data or information. The data can be student information,

More information

Google FORMS Handout. Carol LaRow

Google FORMS Handout. Carol LaRow Google FORMS Handout Google Docs - Forms Carol LaRow Create online surveys, quizzes, questionnaires, webquests, assignment checklists, requests for books, peer editing steps, and much more. Users fill

More information

Microsoft Excel 2016 Level 1

Microsoft Excel 2016 Level 1 Microsoft Excel 2016 Level 1 One Day Course Course Description You have basic computer skills such as using a mouse, navigating through windows, and surfing the Internet. You have also used paper-based

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

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 Access 2016 Level 1

Microsoft Access 2016 Level 1 Microsoft Access 2016 Level 1 One Day Course Course Description Most organisations maintain and manage large amounts of information. One of the most efficient and powerful ways of managing data is by using

More information

Syllabus KCXXXXXX: Excel Level I, Version 2010

Syllabus KCXXXXXX: Excel Level I, Version 2010 Syllabus KCXXXXXX: Excel Level I, Version 2010 ITSW 1022 Introduction to Electronic Spreadsheets 8 classroom hours Course Description: This course is designed to introduce the student to basic spreadsheet

More information

More Skills 12 Create Web Queries and Clear Hyperlinks

More Skills 12 Create Web Queries and Clear Hyperlinks CHAPTER 9 Excel More Skills 12 Create Web Queries and Clear Hyperlinks Web queries are requests that are sent to web pages to retrieve and display data in Excel workbooks. Web queries work best when retrieving

More information

MS Office Basic Courses - Customized Training

MS Office Basic Courses - Customized Training MS Office Basic Courses - Customized Training Course Contents Duration: 2 Days Word Basics: 1. Getting Started with Word 3. Creating and Opening Documents 4. Saving and Sharing Documents 5. Working with

More information

IT Training Center Class Descriptions

IT Training Center Class Descriptions Using Microsoft Windows 10 Must have a personal computer with Microsoft Windows 10 installed on their workstation. This class is geared to the student who has little or no knowledge of the Windows environment

More information

Creating Automated Dashboard Excel 2013 Contents

Creating Automated Dashboard Excel 2013 Contents Creating Automated Dashboard Excel 2013 Contents Summarize Data Using Pivot Table... 2 Constructing Report Summary... 2 Create a PivotTable from worksheet data... 2 Add fields to a PivotTable... 2 Grouping

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

Instruction How To Use Excel 2007 Pivot Table Example Data Source

Instruction How To Use Excel 2007 Pivot Table Example Data Source Instruction How To Use Excel 2007 Pivot Table Example Data Source Excel pivot tables allow you to group the spreadsheet or external data source by any of your data fields. The screen snap below shows a

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

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

BASIC EXCEL SYLLABUS Section 1: Getting Started Section 2: Working with Worksheet Section 3: Administration Section 4: Data Handling & Manipulation

BASIC EXCEL SYLLABUS Section 1: Getting Started Section 2: Working with Worksheet Section 3: Administration Section 4: Data Handling & Manipulation BASIC EXCEL SYLLABUS Section 1: Getting Started Unit 1.1 - Excel Introduction Unit 1.2 - The Excel Interface Unit 1.3 - Basic Navigation and Entering Data Unit 1.4 - Shortcut Keys Section 2: Working with

More information

Course Overview. Audience Profile. At Course Completion. Module Title : 50546A: Learn Microsoft Excel 2010 Step by Step, Level 3

Course Overview. Audience Profile. At Course Completion. Module Title : 50546A: Learn Microsoft Excel 2010 Step by Step, Level 3 Module Title : 50546A: Learn Microsoft Excel 2010 Step by Step, Level 3 Duration : 1 day Course Overview This one-day instructor-ledcourse provides students with the skills to analyze alternative data

More information

Course Catalog. Instructor-led Classroom Training Specializing in Microsoft Office

Course Catalog. Instructor-led Classroom Training Specializing in Microsoft Office 2018 Course Catalog Instructor-led Classroom Training Specializing in Microsoft Office Lisa McCalpin: MOS Master Owner/Master Instructor 3840 Regal Oaks Drive Suwanee, GA 30024 678-389-1878 officetraininglady@gmail.com

More information

Microsoft Access 2010

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

More information

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

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

Massachusetts Institute of Technology Department of Urban Studies and Planning

Massachusetts Institute of Technology Department of Urban Studies and Planning Massachusetts Institute of Technology Department of Urban Studies and Planning 11.204: Planning, Communication, and Digital Media Fall 2004 Recitation 6: Using Access to Query Multiple Data Sets 1. What

More information

Microsoft Excel Expert 2010, Objective Domain

Microsoft Excel Expert 2010, Objective Domain Exam Design 77 888 Microsoft Excel Expert 2010, Objective Domain The Basics This is a Technical Specialist exam designed to assess candidates hands on skills using Microsoft Office Excel 2010 at the Expert

More information

Excel Tables and Pivot Tables

Excel Tables and Pivot Tables A) Why use a table in the first place a. Easy to filter and sort if you only sort or filter by one item b. Automatically fills formulas down c. Can easily add a totals row d. Easy formatting with preformatted

More information

1. Fields to Display Dataset Data Source Field Container Format Column Header Row Tool Tip GetFCATDatabyStudentID StudentName Table1

1. Fields to Display Dataset Data Source Field Container Format Column Header Row Tool Tip GetFCATDatabyStudentID StudentName Table1 1. Fields to Display Dataset Container Format Column Header Row Tool Tip GetFCATDatabyStudentID StudentName Table1 Table1 Textbox Textbox Table4 Back to Student FCAT Report Report Hyperlink: Superintendent

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

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

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

Creating Database Reports

Creating Database Reports Creating Database Reports Objectives Create a report using the Report Wizard View a report Modify a report Add a field to a report 2 Objectives Apply conditional formatting to a report Add summary information

More information

ACCESS 2007 FOUNDATION

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

More information

Database. Ed Milne. Theme An introduction to databases Using the Base component of LibreOffice

Database. Ed Milne. Theme An introduction to databases Using the Base component of LibreOffice Theme An introduction to databases Using the Base component of LibreOffice Database Ed Milne Database A database is a structured set of data held in a computer SQL Structured Query Language (SQL) is a

More information

TestOut Desktop Pro Plus - English 4.x.x. MOS Instructor Guide. Revised

TestOut Desktop Pro Plus - English 4.x.x. MOS Instructor Guide. Revised TestOut - English 4.x.x MOS Instructor Guide Revised 2017-10-18 2 Table of Contents General MOS Exam Information... 3 MOS Practice Exams... 4 Highly Recommended Videos and Class Activities... 5 Course

More information

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values Advance Excel 2013 Getting started with Excel 2013 1. Identifying the different Excel 2013 programs 2. Identifying new features of Excel 2013 a. If you are upgrading from Excel 2010 b. If you are upgrading

More information

Since its earliest days about 14 years ago Access has been a relational

Since its earliest days about 14 years ago Access has been a relational Storing and Displaying Data in Access Since its earliest days about 14 years ago Access has been a relational database program, storing data in tables and using its own queries, forms, and reports to sort,

More information

MS Excel Advanced Level

MS Excel Advanced Level MS Excel Advanced Level Trainer : Etech Global Solution Contents Conditional Formatting... 1 Remove Duplicates... 4 Sorting... 5 Filtering... 6 Charts Column... 7 Charts Line... 10 Charts Bar... 10 Charts

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

Bangladesh Open University

Bangladesh Open University OFFICE AUTOMATION Part : MS ACCESS Course Code : DCSA 1302 Diploma in Computer Science and Application Programme SCHOOL OF SCIENCE AND TECHNOLOGY Bangladesh Open University OFFICE AUTOMATION Part : MS

More information

ADVANCED EXCEL Course Modules for Advance Excel Training Online (MS Excel 2013 Course):

ADVANCED EXCEL Course Modules for Advance Excel Training Online (MS Excel 2013 Course): Course Modules for Advance Excel Training Online (MS Excel 2013 Course): ADVANCED EXCEL 2013 1 Getting started with Excel 2013 A Identifying the different Excel 2013 programs B Identifying new features

More information

Microsoft Office 2016 elearning

Microsoft Office 2016 elearning Course content and pricing for all Microsoft Office 2016 online learning modules are listed within this document. Microsoft Office 2016 Online Training Courses Access 2016 Introduction/Intermediate/Advanced

More information

COMPUTERIZED BUSINESS APPLICATIONS CURRICULUM MAP. Week Content Skills Activities/Assessment Frameworks

COMPUTERIZED BUSINESS APPLICATIONS CURRICULUM MAP. Week Content Skills Activities/Assessment Frameworks COMPUTERIZED BUSINESS APPLICATIONS CURRICULUM MAP EUREKA SPRINGS HIGH SCHOOL BUSINESS DEPARTMENT Grade Level: 09-12 Revision Date: August 2014 Week Content Skills Activities/Assessment Frameworks Aug 19

More information

Microsoft Access Description

Microsoft Access Description Go To Page.. Go!! Microsoft Word Microsoft PowerPoint Microsoft Office Main Microsoft Excel Microsoft Publisher Introduction into Microsoft Access Starting Up Microsoft Access Creating New, and Opening

More information

3. Demonstrate knowledge of an emergency plan. SE/TE: 25-29, 31-35, 115, , , , 274; Related content found on ,

3. Demonstrate knowledge of an emergency plan. SE/TE: 25-29, 31-35, 115, , , , 274; Related content found on , Course Standards for A. SAFETY The student will be able to: 1. Identify good work attitudes that affect safety on the job. SE/TE: 205-207, 223, 261-265 TE: CD Lesson 11: Teacher s Manual p. 3, Test 11A

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

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database :

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database : Highline College - Busn 216: Computer Applications for Business (Fun and Power with Computers) Office 2016 Video #39: Access 2016: Create Database, Import Excel, Create Tables & Forms, Build Relationships

More information

COURSE OUTLINE MS Excel 2013 Level 1 Last Updated: 5 August 2016

COURSE OUTLINE MS Excel 2013 Level 1 Last Updated: 5 August 2016 Last Updated: 5 August 2016 1. Table of Contents 1. Table of Contents... 2 A. S... 3 1. Free online pre-training assessments... 3 2.... 3 B. CONTACT DETAILS... 6 1. Location for training... 6 2. For bookings

More information

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32 TABLE OF CONTENTS Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14 Creating an Excel Workbook 14 Examining the Excel Environment 15 Opening an Existing Workbook 19 Navigating a Worksheet

More information

COMPUTER AND NETWORK SUPPORT TECHNICIAN PROGRAM

COMPUTER AND NETWORK SUPPORT TECHNICIAN PROGRAM NH201 Microsoft Office Intermediate 120 Total Hours COURSE TITLE: Microsoft Office Intermediate COURSE OVERVIEW: This course is intended for individuals who are looking to further themselves with the basics

More information

North Shore Innovations, Ltd.

North Shore Innovations, Ltd. Access 2007 Access #1: Create Tables 4.00 The Fundamentals Introduction to Databases Starting Access The Getting Started Page and Opening a Database What s New in Access Understanding the Access Program

More information

Course Outline. Writing Reports with Report Builder and SSRS Level 1 Course 55123: 2 days Instructor Led. About this course

Course Outline. Writing Reports with Report Builder and SSRS Level 1 Course 55123: 2 days Instructor Led. About this course About this course Writing Reports with Report Builder and SSRS Level 1 Course 55123: 2 days Instructor Led In this 2-day course, students will continue their learning on the foundations of report writing

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

OTEC 1822 Microsoft Excel

OTEC 1822 Microsoft Excel South Central College OTEC 1822 Microsoft Excel Common Course Outline Course Information Description Instructional Level Total Credits 4.00 Total Hours 64.00 Types of Instruction This course prepares students

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

COURSE CONTENT EXCEL BASIC ONE DAY

COURSE CONTENT EXCEL BASIC ONE DAY COURSE CONTENT EXCEL BASIC ONE DAY SOME OF THE BENEFITS OF USING A SPREADSHEET STARTING EXCEL GETTING YOURSELF ORIENTATED WITH THE EXCEL SCREEN THE OFFICE BUTTON/FILE TAB THE TITLE BAR THE RIBBONS GROUPS

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

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

ALLAMA IQBAL OPEN UNIVERSITY ISLAMABAD (Department of Business Administration) COMPUTER APPLICATIONS FOR BUSINESS (184) CHECK LIST

ALLAMA IQBAL OPEN UNIVERSITY ISLAMABAD (Department of Business Administration) COMPUTER APPLICATIONS FOR BUSINESS (184) CHECK LIST Final on 13-3-2014 ALLAMA IQBAL OPEN UNIVERSITY ISLAMABAD (Department of Business Administration) COMPUTER APPLICATIONS FOR BUSINESS (184) CHECK LIST SEMESTER: SPRING 2014 This packet comprises following

More information

Computer, Software and Technology Skills

Computer, Software and Technology Skills Computer, Software and Technology s of Proficiency in Banner Use commands and menus to navigate between Banner forms Find, filter and select appropriate person/vendor records to perform look ups Generate

More information

Access 2000 MICROSOFT. Level One Basic. Version N2

Access 2000 MICROSOFT. Level One Basic. Version N2 MICROSOFT Access 2000 Level One Basic Version N2 ICT Training First Floor, Victoria House Queen Alexandra Hospital Cosham PO6 3LY Tel: 023 9228 6000 ext: 5867 Email: ICT.Training@porthosp.nhs.uk Website:

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 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

WAYNESBORO AREA SCHOOL DISTRICT COMPUTER APPLICATIONS

WAYNESBORO AREA SCHOOL DISTRICT COMPUTER APPLICATIONS UNIT: Publisher KEY LEARNING(S): Introduction to Microsoft Publisher and Publisher jumpstart UNIT ESSENTIAL QUESTIONS: How can you use Publisher to enhance your education/career? COMPETENCY: Publisher

More information

K Hinds Page 1. Information Communication Technology Microsoft Access

K Hinds Page 1. Information Communication Technology Microsoft Access www.smsbarbados.wordpress.com Page 1 Information Communication Technology Microsoft Access www.smsbarbados.wordpress.com Page 2 What is a database? A database is a collection of information that is organized

More information

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access Databases and Microsoft Access Introduction to Databases A well-designed database enables huge data storage and efficient data retrieval. Term Database Table Record Field Primary key Index Meaning A organized

More information

Table of Contents. Chapter 1 Microsoft Office Basics. Chapter 2 Using a Word Processor. xiii. Table of Contents

Table of Contents. Chapter 1 Microsoft Office Basics. Chapter 2 Using a Word Processor. xiii. Table of Contents Chapter 1 Microsoft Office Basics What is Microsoft Office?... 1 The Microsoft Office Interface... 2 Using Input Devices... 3 Using a Touch Screen... 4 Practice: Working with a Document part 1 of 3...

More information

Microsoft Excel Pivot Tables & Pivot Table Charts

Microsoft Excel Pivot Tables & Pivot Table Charts Microsoft Excel 2013 Pivot Tables & Pivot Table Charts A pivot table report allows you to analyze and summarize a million rows of data in Excel 2013 without entering a single formula. Pivot Tables let

More information

Attending delegates will be presented with a Certificate of Attendance upon completion of training.

Attending delegates will be presented with a Certificate of Attendance upon completion of training. Excel Core 2013 This beginners Microsoft Excel course will introduce you to the basic skills needed to use Excel. It starts with the key skills of how to create Excel workbooks and worksheets and navigate

More information

BIM II IC3 & MOS Certification Pacing Guide

BIM II IC3 & MOS Certification Pacing Guide BIM II IC3 & MOS Certification Pacing Guide 1st 9 Weeks IC3 Certification Computer Fundamentals Mobile Devices Using cell phones, voicemail, SMS, notifications Hardware Device types, storage, networking,

More information

Database Concepts Using Microsoft Access

Database Concepts Using Microsoft Access lab Database Concepts Using Microsoft Access 9 Objectives: Upon successful completion of Lab 9, you will be able to Understand fundamental concepts including database, table, record, field, field name,

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

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

Jim. Crowleyy. Key. Workshopp Highway State. literacy. concerns. spreadsheet. Population sample

Jim. Crowleyy. Key. Workshopp   Highway State. literacy. concerns. spreadsheet. Population sample Webinar: Excel Databasess Northern New York Library Networkk Workshopp www.nnyln.orgg Jim Crowleyy g 9148 State Highway 377 Ogdensburg NY 136699 315 394 70088 315 394 7009 faxx www.crowleycomputers.comm

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

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

Table of Contents. Chapter 1 Microsoft Office Basics. Chapter 2 Using a Word Processor. Chapter 3 Formatting Documents.

Table of Contents. Chapter 1 Microsoft Office Basics. Chapter 2 Using a Word Processor. Chapter 3 Formatting Documents. Chapter 1 Microsoft Office Basics What is Microsoft Office?... 1 The Microsoft Office Interface... 2 Using Input Devices... 3 Practice: Working with a Document part 1 of 3... 4 Using the Ribbon... 4 Backstage

More information

Corporate essentials

Corporate essentials Microsoft Office Excel 2016, Corporate essentials A comprehensive package for corporates and government organisations Knowledge Capital London transforming perfomance through learning MS OFFICE EXCEL 2016

More information

Learning Microsoft Office 2010 NASTA Edition, 2011

Learning Microsoft Office 2010 NASTA Edition, 2011 A Correlation of Learning Microsoft Office 2010 To the Arkansas Curriculum Framework for Computerized Business s Computerized Business s Table of Contents Unit 1: Hardware and Software Hours: 3... 3 Unit

More information

B.V. Patel Institute of Business Management, Computer & Information Technology, Uka Tarsadia University : Advanced Applications of MS-Office

B.V. Patel Institute of Business Management, Computer & Information Technology, Uka Tarsadia University : Advanced Applications of MS-Office Unit-1 MS-WORD Answer the following. (1 mark) 1. Which submenu contains the watermark option? 2. Which is used for the Cell merge in the table? 3. Which option creates a large capital letter at the beginning

More information

MICROSOFT WORD. MS. Office includes the following application:

MICROSOFT WORD. MS. Office includes the following application: MICROSOFT WORD MS. Office consists of group of application developed overtime by MS work together, both in terms of accomplishing things is a similar way and in terms of providing easy of data. MS. Office

More information