Introduction to Microsoft Access Overview 1. Introduction What is Access? A relational database management system What is a Relational Database? Organized.

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

Database ACCESS. Database A series of objects used to enter, manage, and view data.
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Exploring Microsoft Access
Maintenance Modifying the data –Add records –Delete records –Update records Modifying the design –Add fields into tables –Remove fields from a table –Change.
Access Tutorial 3 Maintaining and Querying a Database
Microsoft Access 2003 Introduction To Microsoft Access 2003.
QUERYING A DATABASE By: Dr.Ennis-Cole. OBJECTIVES: Learn how to use the Query window in Design view Create, run and Save queries Define a relationship.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 1 1 Microsoft Access 2003 Tutorial 1 – Introduction To Microsoft Access 2003.
IMS1907 Database Systems Summer Semester 2004/2005 Lecture 2 Relational DBMS Software An Overview of Microsoft Access.
Access Tutorial 3 Maintaining and Querying a Database
Access 2007 ® Use Databases How can Microsoft Access 2007 help you to enter and organize information?
Database Software Application
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Page 1 ISMT E-120 Introduction to Microsoft Access & Relational Databases The Influence of Software and Hardware Technologies on Business Productivity.
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
Maintaining and Querying a Database Microsoft Access 2010.
1 Microsoft Access 2002 Tutorial 3 – Querying a Database.
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Microsoft Access 2003 Define some key Access terminology: Field – A single characteristic or attribute of a person, place, object, event, or idea. Record.
PgP MIS 202 Access Overview 1 Microsoft Access Introduction to Relational Databases Powerful tool to collect and analyze business data, facilitates decision-
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
Exploring Microsoft Access 97 Chapter 1 Introduction to Microsoft Access: What Is A Database? Office graphic copyright by Microsoft Corp.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Relational Databases (MS Access)
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Introduction to Databases Trisha Cummings. What is a database? A database is a tool for collecting and organizing information. Databases can store information.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 23 Getting Started with Access Essentials 1 Morrison / Wells / Ruffolo.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
Microsoft Access Database Software.
SESSION 3.1 This section covers using the query window in design view to create a query and sorting & filtering data while in a datasheet view. Microsoft.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
DATABASE MANAGEMENT SYSTEMS CMAM301. Introduction to database management systems  What is Database?  What is Database Systems?  Types of Database.
What have we learned?. What is a database? An organized collection of related data.
COMPREHENSIVE Access Tutorial 3 Maintaining and Querying a Database.
Exploring Microsoft Access Chapter 1 Introduction to Microsoft Access: What Is A Database?
Microsoft Office XP Illustrated Introductory, Enhanced Tables and Queries Using.
There are seven main components of a database in Access 2000: Tables. Use tables to store database information. Forms Use forms to enter or edit the information.
® Microsoft Office 2013 Access Maintaining and Querying a Database.
Chapter 9 The Microsoft Access 2007 Window © 2007 Lawrenceville Press Slide 1.
ACCESS Part 2. OBJECTIVE  Use the Query Wizard.  Work with data in a query.  Use Query Design View.  Sort and find data.  Filter data Apply AND criteria.
Microsoft Access 2013 Overview of Microsoft Access Databases.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
DATABASE MANAGEMENT SYSTEM.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Microsoft Access Database Creation and Management.
IST 220 – Intro to Databases Lecture 2 Touring Microsoft Access.
1 Access Lesson 2 Creating Queries, Forms, and Reports Microsoft Office 2007 Fundamentals Story / Walls.
Chapter 1 Introduction to Database. Database Concept Field: a basic data element or attribute of an object Record: a set of fields Table: a set of records.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
ACCESS CHAPTER 2 Introduction to ACCESS Learning Objectives: Understand ACCESS icons. Use ACCESS objects, including tables, queries, forms, and reports.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
1 Access Lesson 2 Creating Queries, Forms, and Reports Microsoft Office 2010 Fundamentals Story / Walls.
IST 220 – Intro to Databases
MS Access Forms, Queries, Reports Matt Martin
Exploring Excel Chapter 5 List and Data Management: Converting Data to
Access Maintaining and Querying a Database
Using Access to Implement a Relational Database
Unit J: Creating a Database
Presentation transcript:

Introduction to Microsoft Access Overview 1

Introduction What is Access? A relational database management system What is a Relational Database? Organized collection of data A relational database system creates separate containers of logically related data, and stores each container in a separate table. Tables are the key objects of a relational database Tables form the basis for information storage and retrieval A collection of tables that are related to one another form a database Related tables are linked via shared fields called keys 2

Relational Database Benefits Efficient storage of data One time data entry Improved Accuracy Good way to capture transaction data Sales data Enrollment data Order data etc. 3

Access Objects Objects are the structures you create and methods you employ to store, manipulate and retrieve data Objects include tables queries forms Reports Macros 4

Tables Data is entered into Tables Backbone of a relational database Tables hold all stored data none of the other Access objects store data. Two dimensional rows (records) columns (fields/attributes of interest) Row ordering is unimportant, rows can be sorted and rearranged and not change the fundamental table information Column ordering is unimportant, A table column may be placed in any particular position 5

6 Each column(field) holds a different characteristic (attribute) about the row (record) it describes the primary key – Attribute(s) that makes each row(record) unique

Queries Ask questions (extract data for informational needs) Data stored in tables can be filtered and sorted in queries Data filtered and sorted by query can be displayed Data filtered and sorted by query can be printed in reports 7

Query Types Selection (projection) queries. Select queries are the most common type. They pose questions of the database and return answers in a dynaset(a virtual table) Subsets of rows(records) are returned when selection criteria are specified to filter the data All attributes for each record are also returned Projection(a selection query) that returns a subset of records and a subset of attributes for each record when selection criteria are specified to filter the data 8

Product Category table 9

Selection Query 10 Selection Criteria

Resulting Dynaset 11

Projection Query 12

Resulting Dynaset 13

Query Types Action Queries Alters(modifies) data in a table Add data records to existing table from another table Delete records(fields) in a table Update records in a table Creates new table using data from an existing table(s) 14

Forms Provide a way to view table data one row at a time Easier data entry Easier data editing and modifications Easier validation checks on entered data Can display multiple records Display data from tables or queries but do not actually hold data 15

Datasheet view of Customer Table 16

Form View for Data entry 17

Reports Used to preview and print data for distribution Provide formatted soft copy(screen) output Provide hard-copy output Displays database information that can be supplied by tables, queries, or both Can not be used to modify data 18

Example report 19

Example report 20

Macros A macro is a tool that allows you to automate tasks and add functionality to forms, reports, and controls. 21

Example macro 22

Example macro 23