Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.

Slides:



Advertisements
Similar presentations
Designing Tables in Microsoft Access By Ed Lance.
Advertisements

MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Benchmark Series Microsoft Access 2010 Level 1
1 Chapter 1 & 2 Relational Databases and Queries CS101 WVU.
Exploring Office Grauer and Barber 1 Tables and Forms: Properties, Views, and Wizards(Wk3)
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
Database Basics. Definitions Database Relational database Table Record Field Primary key.
Data Types and Field Properties 5.01 Understand database tables used in business.
Tables. Any database must contain one or more tables, because that’s where the data is stored. For any table there are two views provided: Datasheet view.
Data Types and Field Properties 5.01 Understand database tables used in business.
Database terms Mr. Brunton.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
Microsoft Access 2000 Creating Tables and Relationships.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.
With Microsoft Access 2007 Volume 1© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access 2007 Volume 1 Chapter.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
DAY 15: ACCESS CHAPTER 2 Larry Reaves October 7,
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
Designing a Database (Part I) -Identify all fields needed to produce the required information -Group related fields into tables -Determine Each Table’s.
Exploring Microsoft Access 2003 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Preparing To Automate Data Management Chapter 1 “You.
Using Microsoft Access 56:150 Information System Design.
Microsoft Office Illustrated Introductory, Premium Edition Using Tables and Queries.
WHAT IS A DATABASE? A DATABASE IS A COLLECTION OF DATA RELATED TO A PARTICULAR TOPIC OR PURPOSE OR TO PUT IT SIMPLY A GENERAL PURPOSE CONTAINER FOR STORING.
Database collection of related information stored in an organized form Database program software tool for storage & retrieval of that information.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
XP Chapter 2 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Building The Database Chapter 2 “It is only the farmer.
A Skills Approach Access 2010 Working with Tables © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 2.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES Modify a Table – Add, Delete, Move Fields Modify a Table.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
Data Types and Field Properties 5.01 Understand database tables used in business.
Data Types and Field Properties continued… Understand database tables used in business.
Part 4 November 15,  Click MS Access 2013  On the MS Access Screen Pane, select Blank Database  Create a name that will reserve as your file.
Microsoft Office 2013: In Practice Chapter 2 Using Design View, Data Validation, and Relationships Copyright © 2014 by The McGraw-Hill Companies, Inc.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
CSCI-235 Micro-Computers in Science Microsoft Access 2002 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
C REATING & D ESIGNING A D ATABASE 1. C REATING A D ATABASE 2 There are two different ways to create a new Access database: 1. Start from scratch with.
Exploring Office 2003 Vol 1 2/e- Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2- Tables and Forms: Properties, Views,
Creating Advanced Queries and Enhancing Table Design.
Getting Started in Access 1 Using an existing Database Database Window Table Design View Parts of a Table Views in Access Navigating in Access Entering.
Computer Science & Engineering 2111 Database Objects 1 CSE 2111 Introduction to Database Management Systems.
Access Test Questions Test Date: 05/05/16. Chapter 1 (Lynda.com) Question 1 An access database uses five main components (database objects). Which is.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
Microsoft Access 2016 Design and Create Tables to Store Data
Exploring Microsoft Access 97
and Defining Table Relationships
Microsoft Access 2013 Design and Create Tables to Store Data
Data Types and Field Properties
Design and Create Tables to Store Data Chapter 2
Access Lesson 2 Creating a Database
Data Types and Field Properties
Data Types and Field Properties
Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards
Exploring Microsoft Access 2003
Data Types and Field Properties
Grauer and Barber Series Microsoft Access Chapter Two
Data Types and Field Properties
Design and Create Objects to Store Data Chapter 2
Chapter 2 Design Table and Form.
Lecture 2 Lecturer: awdang aziz MS access
Chapter 2 Design Table and Form.
Data Types and Field Properties
Data Types and Field Properties
Presentation transcript:

Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2

Chapter Overview m Databases and Decision Making m Designing Database Tables m Creating Tables in Access m Primary Keys m Field Data Types and Properties

Databases and Decision Making Input (Data) ProcessOutput (Information) Input using Forms Handled by Queries Output to Reports Stored in Tables Supports Decision Making GIGO – Garbage In, Garbage Out

Designing Database Tables Database design is critically important to the success of an information system. Your tables are the foundation of the entire database.

Designing Database Tables m Include the necessary data – Determined by reporting needs m Store data in its smallest parts – Split last and first names m Avoid storing calculated data (GPA) – What about age versus birthdate? m Avoid data redundancy

Creating Tables in Access m Table Wizard (don’t use) m Datasheet and Design Views

Primary Keys m A field or combination of fields that uniquely identifies records in a table. – Use an existing field – Use a combination of fields (concatenated key) – Create a new field using the Autonumber data type

Field Data Types m AutoNumber m Short Text m Hyperlink m Number m Long Text m Date / Time m Currency m Yes / No m OLE Object m Attachment m Calculated m Lookup Wizard

Field Properties m Field Size m Format m Input Mask m Caption m Default Value m Validation Rule m Validation Text m Required m Allow 0 Length m Indexed These help to prevent GIGO

Questions & Requested Updates from HR Users m Bad data appears in AssessmentScore m Need address of every applicant m Want option to store 9 digit zip code m CID value occasionally skips numbers m Need to track the HR employee assigned to each candidate m Data entry and editing is not user-friendly

Quick Review What does GIGO stand for? a. Gee, I Goofed, OK b. Grand Illusions, Go On c. Global Indexing, Global Order d. Garbage In, Garbage Out

Quick Review Which of the following is true of the primary key? a. Its values must be unique b. It must be defined as a text field c. It must be first in a table d. It can never be changed

Quick Review Which fields are commonly defined with an input mask? a. Social Security number b. First, middle and last name c. City, state and zip code d. All of the above

Quick Review Which field data type appears as a check box in a table? a. Text field b. Number field c. Yes/No field d. All of the above

Quick Review The_______ is a field (or combination of fields) that uniquely identifies a record.