Microsoft Access 2016 Overview of Microsoft Access Databases

Slides:



Advertisements
Similar presentations
With Microsoft Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
Advertisements

Exploring Microsoft Access 2003 Chapter 1 Introduction to Microsoft Access: What Is A Database?
Chapter 1 Databases and Database Objects: An Introduction
Microsoft Access 2003 Introduction To Microsoft Access 2003.
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.
Microsoft Access 2013 Build User-Friendly Database Systems Chapter 7.
MS Access Tutorial MGMT 683 J. Rees. Introduction MS Access is a relational database management system (RDBMS) Other PC-based RDMBS include: –MS FoxPro.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Exploring Office Grauer and Barber 1 Introduction to Access: What is a Database?(Wk1)
Introduction to Microsoft Access Overview 1. Introduction What is Access? A relational database management system What is a Relational Database? Organized.
Exploring Microsoft Access 97 Chapter 1 Introduction to Microsoft Access: What Is A Database? Office graphic copyright by Microsoft Corp.
Relational Databases (MS Access)
1 Microsoft Access Introduction – Tables and Forms ©Richard Goldman January 2000.
Microsoft Access Database Software.
Database Applications – Microsoft Access Lesson 1 Introduction 26 Slides in Presentation Updated 8/12.
1 Committed to Shaping the Next Generation of IT Experts. Chapter 1- Introduction to Access: What is a Database? Robert Grauer and Maryann Barber Exploring.
1 Database Systems Introduction to Microsoft Access Part 2.
Exploring Microsoft Access Chapter 1 Introduction to Microsoft Access: What Is A Database?
Microsoft Access 2013 Overview of Microsoft Access Databases.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
Microsoft Access 2013 Create Professional Quality Output with Reports Chapter 5.
1 11 Exploring Microsoft Office Access 2007 Chapter 6 Data Protection.
IST 220 – Intro to Databases Lecture 2 Touring Microsoft Access.
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.
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
Microsoft Access 2013 ®® Case Study Creating a Database.
Advanced Forms Access Lesson 10.
Tutorial 1 Creating a Database
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Advanced Forms Access Lesson 10.
Chapter 1 Introduction.
آشنایی با نرم افزار Microsoft Access
Microsoft Access 2016 Build User-Friendly Database Systems
IST 220 – Intro to Databases
Microsoft Access 2016 Simplify Data Entry with Forms
Access Tutorial 1 Creating a Database
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Microsoft Access 2016 Create Professional Quality Output with Reports
Access Creating a Database
Introduction to Database Systems
Access Creating a Database
Database Management  .
Simplify Data Entry with Forms Chapter 3
Access Lesson 1 Understanding Access Fundamentals
Introduction to Ms-Access Submitted By- Navjot Kaur Mahi
Build User-Friendly Database Systems Chapter 7
Overview of Microsoft Access Databases Chapter 1
1) What is a Database? A database is an organized collection of information about a subject. Examples: Address Book, Telephone Book.
Database Processing: David M. Kroenke’s Chapter One: Introduction
GO! with Microsoft® Access e
Tutorial 1 – Introduction To Microsoft Access 2003
Access Tutorial 1 Creating a Database
Case Study Creating a Database
Database Processing: David M. Kroenke’s Chapter One: Introduction
Database Applications – Microsoft Access
Create Professional Quality Output with Reports Chapter 5
Tutorial 1 – Introduction To Microsoft Access 2003
1) What is a Database? A database is an organized collection of information about a subject. Examples: Address Book, Telephone Book.
Access: Access Basics Participation Project
Chapter 1 Databases and Database Objects: An Introduction
DATABASES WHAT IS A DATABASE?
Access Tutorial 1 Creating a Database
Access Tutorial 1 Creating a Database
Grauer and Barber Series Microsoft Access Chapter One
Grauer and Barber Series Microsoft Access Chapter Two
Overview of Databases and Salesforce Chapter 1
Introduction to MS ACCESS
Unit J: Creating a Database
Exploring Microsoft Access 2003
Presentation transcript:

Microsoft Access 2016 Overview of Microsoft Access Databases Chapter 1

Chapter Overview Introduction Database Hierarchy Database Objects Tables, Queries, Forms, Reports, Macros and Modules Relational Databases

We Remember…. 10% of what we read 20% of what we hear 30% of what we see and hear 50% of what we see someone do while explaining it 90% of what we do ourselves

Learning Objectives Microsoft Access General Database Concepts Relational Database Design Application Development

Database Concepts Data versus Information Database hierarchy Database (DBMS) Table Records (Rows) Fields (Columns)

Commercial Systems Oracle Ingres Informix (Unix) DB2, SQL/DS (IBM) Access (Microsoft) SQL Server (Microsoft +) MySQL Many limited PC (dBASE, Paradox, …)

Microsoft Access Access 2007, 2010, 2013 and 2016 databases end with .accdb file extension – for example, sales.accdb Databases made in older versions of Access have the file extension .mdb NEVER remove a disk or flash drive until Access is completely shut down.

Database Objects Tables – Ch. 2 Forms – Ch. 3 Queries – Ch. 4 Reports – Ch. 5 Macros – Ch. 7 Modules (VBA) – Not covered

Tables Store the data in a database – similar to a spreadsheet, but more organized. Contains records (rows) and fields (columns). Datasheet View and Design View Field Properties – input mask, validation rule, data type, format, primary key, etc.

Queries Allow you to ask questions (queries) about data in the database to extract information. When have customers placed orders? What products in inventory haven’t sold well?

Forms Forms are used for entering data, displaying data or for building a menu system. Basic Forms, Split Forms, Multiple Item Forms, Subforms Form, Layout and Design View

Reports Used to format and present the data in a professional, logical and useful manner. Often intended for printing and distribution. Can be built from tables or queries. Reports (output) in a system dictate what data must be stored in the database. Report, Layout, Design and Print Preview

Macros Small programs that can perform advanced operations, making the database more powerful and user-friendly. Often used to open forms and reports or to automate portions of the database. Macro saved with name Autoexec will run automatically when the database is opened.

Form and Report Wizards Useful as a starting point for building reports and forms. Provides a framework that you can customize and build upon.

Evolution of Databases

Relational Databases The real power of Access is derived from multiple tables and the relationships between those tables.

Quick Review Which view is used to add, edit, and delete records in a table? a. the Design view b. the Datasheet view c. Either (a) or (b) d. Neither (a) or (b)

Quick Review Which represents the hierarchy of terms from smallest to largest? a. Database, table, record, field b. Field, record, table, database c. Record, field, table, database d. Field, record, database, table

Quick Review A __________ provides a convenient and attractive way to enter and display the data in a table.

Quick Review Which form and report view allows you to immediately see the design changes you’re making? a. Datasheet b. Design c. Print Preview d. Layout

Homework 1 Chapter 1 Guided Exercise Chapter 2 Guided Exercise Chapter 2 Applied Exercise