Creating a table in Access. Table Design Considerations Just as you first create a blueprint to build a house, you should first sketch or outline the.

Slides:



Advertisements
Similar presentations
Copyright © 2008 Pearson Prentice Hall. All rights reserved.1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2.1: Relational Databases.
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Access Lesson 2 Creating a Database
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2: Relational 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.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Microsoft Access Manual 1 By Dhawala Kovuri Elham S.Khorasani Ismail Guneydas.
Creating a Blank Database 1. Open up Microsoft Access 2. Click on Blank document button 3. On the right panel, Specify the location for saving your database.
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
Creating And Maintaining A Database. 2 Learn the guidelines for designing databases When designing a database, first try to think of all the fields of.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
Database terms Mr. Brunton.
Database Applications – Microsoft Access Lesson 2 Modifying a Table and Creating a Form 45 slides in presentation Accessibility check 9/14.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 1. Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office.
Access Lesson 2 Creating a Database
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
Application Software: Databases
Copyright © 2008 Pearson Prentice Hall. All rights reserved.1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2: Relational Databases.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2: Relational.
Exploring Microsoft Office Access 2010
Access Tutorial 2 Building a Database and Defining Table Relationships
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
Exploring Microsoft Access 2003 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
® Microsoft Office 2010 Access Tutorial 2 Building a Database and Defining Table Relationships.
1 By: Nour Hilal. Microsoft Access is a database software where data is stored in one or more Tables. A Database is a group of related Tables. Access.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
1 Web-Enabled Decision Support Systems Access Tables: Building Data Foundation Prof. Name Position (123) University Name.
® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create and Open a Database Create and Open a Database.
Unit 5, Lesson 1 Working with Databases. Objectives Identify the parts of the Access screen. Identify the parts of the Access screen. Understand the purpose.
IE 423 – Design of Decision Support Systems Database development – Building Tables
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
Microsoft Office 2013: In Practice Chapter 2 Using Design View, Data Validation, and Relationships Copyright © 2014 by The McGraw-Hill Companies, Inc.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
CSCI-235 Micro-Computers in Science Microsoft Access 2002 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Lesson 4.  After a table has been created, you may need to modify it. You can make many changes to a table—or other database object—using its property.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Modify Tables and FieldsModify Tables and Fields Lesson 4 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft.
Ennis-Cole, AC 2.01, CECS Maintaining A Database By: Dr. Ennis-Cole.
Microsoft Access Prepared by the Academic Faculty Members of IT.
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 SKILLS MS-ACCESS. Introduction Access is a piece of software known as a database management system. At its most basic level, it can be used to.
MICROSFTACCESS tables. DATA TYPES Field TypeWhat It Holds Short Text Text up to 255 characters long (including spaces and punctuation). Use a Text field,
Access Tutorial 2 Building a Database and Defining Table Relationships
Microsoft Access 2007 – Level 1
Objectives Create an action query to create a table
Unit 16 – Database Systems
Exploring Microsoft Office Access 2007
Creating a table in Access
Access Lesson 2 Creating a Database
Access Lesson 2 Creating a Database
Data Types and Field Properties
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Tutorial 2 Building a Database and Defining Table Relationships
Microsoft Office Illustrated Introductory, Windows XP Edition
ICT Database Lesson 2 Designing a Database.
Grauer and Barber Series Microsoft Access Chapter Two
Chapter 2 Design Table and Form.
Unit J: Creating a Database
Chapter 2 Design Table and Form.
Presentation transcript:

Creating a table in Access

Table Design Considerations Just as you first create a blueprint to build a house, you should first sketch or outline the design of a database table Careful pre-planning will save you much time in the future

Tables in a Database Each Field in the table has…  name  data type  field width After the table structure is complete, data can be entered into the table’s fields.  default values  required?  primary key?

Data Types for the Fields Text – alphanumeric, alpha, string – holds any character Numeric – byte, short, long, integer – Single, double, currency (decimal points, $) Date Memo Logical (binary or Boolean or yes/no) (check box) Hyperlink Object

Data Validation Make sure the data in the computer matches the real-world information it represents – Data Type Enforcement – Default Values – Ranges – Required Fields – Unique Keys – Non-Null Keys

Data Validation Make a field numeric types ONLY when you plan to do arithmetic with the field and it makes sense to do it! Social security numbers, for example, should be TEXT not Long integers – you do not want someone to total them by accident, it would be meaningless

Table Design Considerations - PNPI Short for Personal, Non-Public, Information PNPI laws govern the safeguarding of data such as:  social security numbers  credit card numbers  Educational records (FERPA)  bank account numbers  medical records (HPAA)

Table Design Considerations – Store Data in its Smallest part For greater flexibility, store data in its smallest part – Instead of one field for an address, use many – Instead of one field for a name, two or three Like this Not like this

9 Work with Table Views Datasheet (Table) View – used to add, modify, delete and view records Design View – used to create and modify the fields in a table Datasheet View Design View

Work with Properties Field Properties can be used to specify characteristics for individual fields Located in the lower pane of Table Design View Caption property Field Size property

Table Design Considerations – Field Size Property Set the field size in Table Design View Always anticipate the current field size, may one day need to be larger Set field size in the Field Properties grid of Table Design View

How To If database is completely new, the table creation process will start automatically when you open the database Otherwise you use Create / Table on Ribbon

Change to Design View Click on Home Click on the Design View menu choice - far left end of the Ribbon with grid box on it

Enter field names and types

Enter data in fields Click on the Design view button to change to Datasheet view Begin entering data, hitting Enter or tab after each field