® Microsoft Office 2010 Access Tutorial 2 Building a Database and Defining Table Relationships.

Slides:



Advertisements
Similar presentations
Objectives Create an action query to create a table
Advertisements

Copyright © 2008 Pearson Prentice Hall. All rights reserved.1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2.1: Relational Databases.
Microsoft Access.
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Microsoft Office 2013 ®® Access Tutorial 2 Building a Database and Defining Table Relationships.
Access Lesson 2 Creating a Database
Chapter 1 Databases and Database Objects: An Introduction
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 3 1 Microsoft Office Access 2003 Tutorial 3 – Querying a Database.
SUNY Morrisville-Norwich Campus-Week 10 CITA 130 Advanced Computer Applications II Spring 2005 Prof. Tom Smith.
Access Tutorial 1 Creating a Database
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
Querying a Database Microsoft Office Access 2003.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
Access Tutorial 4 Creating Forms and Reports
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.
Access Tutorial 4 Creating Forms and Reports
Define Table Relationships—1 of 3 One of the most powerful features of a relational database management system, such as Access, is its ability to define.
1 Access Lesson 3 Creating Queries Microsoft Office 2010 Introductory Pasewark & Pasewark.
1 Access Lesson 3 Creating Queries Microsoft Office 2010 Introductory.
Chapter 3 Maintaining a Database
1 Microsoft Access 2002 Tutorial 3 – Querying a Database.
Access Lesson 2 Creating a Database
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
Access Tutorial 2 Building a Database and Defining Table Relationships
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.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
Microsoft Access 2003 Define some key Access terminology: Field – A single characteristic or attribute of a person, place, object, event, or idea. Record.
Microsoft Access – Tutorial 2 Designing Databases In this tutorial, we will create a new database create a new table import tables from an existing database.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e Plug-In T6: Basic Skills and Tools Using.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 9 1 Microsoft Office Access 2003 Tutorial 9 – Using Action Queries, and Defining Table Relationships.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
FIRST COURSE Access Tutorial 4 Creating Forms and Reports.
® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.
Microsoft Office 2013 ®® Access Tutorial 2 Building a Database and Defining Table Relationships.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Plug-In T6: Basic Skills and Tools Using Access 2010 Business Driven Technology.
® Microsoft Office 2013 Access Creating 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.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved TECHNOLOGY PLUG-IN T6 Basic Skills Using Access.
Access  Getting Started  Creating Tables  Designing Tables Worksheet #8.
Pasewark & Pasewark 1 Access Lesson 3 Creating Queries Microsoft Office 2007: Introductory.
XP New Perspectives on Microsoft Access 2002 Tutorial 31 Microsoft Access 2002 Tutorial 3 – Querying a Database.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Ennis-Cole, AC 2.01, CECS Maintaining A Database By: Dr. Ennis-Cole.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 6 1 Microsoft Office Access 2003 Tutorial 6 – Creating Custom Forms.
® Microsoft Office 2010 Access Tutorial 4 Creating Forms and Reports.
® Microsoft Access 2010 Tutorial 9 Using Action Queries and Advanced Table Relationships.
Access Tutorial 2 Building a Database and Defining Table Relationships
New Perspectives on Microsoft Access 2016
Access Tutorial 1 Creating a Database
and Defining Table Relationships
Objectives Create an action query to create a table
Access Tutorial 4 Creating Forms and Reports
Microsoft Office Access 2003
Access Tutorial 1 Creating a Database
Access Lesson 2 Creating a Database
Access Lesson 2 Creating a Database
Microsoft Office Access 2003
Chapter 1 Databases and Database Objects: An Introduction
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Tutorial 1 Creating a Database
Access Tutorial 4 Creating Forms and Reports
Access Tutorial 1 Creating a Database
Unit J: Creating a Database
Tutorial 9 Using Action Queries and Advanced Table Relationships
Presentation transcript:

® Microsoft Office 2010 Access Tutorial 2 Building a Database and Defining Table Relationships

XP What You Will Do In Tutorial 2 Learn the guidelines for designing databases and setting field properties Modify the format of a field in Datasheet view Create a table in Design view Define fields and specify a table’s primary key Modify the structure of a table 2

XP What You Will Do In Tutorial 2 Import data from an Excel worksheet Create a table by importing an existing table structure Add fields to a table with the Data Type gallery Delete, rename, and move fields Add data to a table by importing a text file Define a relationship between two tables 3

XP Table Window in Design View 4

XP Guidelines for Setting Field Properties The Field Size property defines a field value’s maximum storage size for Text, Number, and AutoNumber fields only – Byte – Integer – Long Integer – Single – Double – Replication ID – Decimal 5

XP Changing the Format of a Field in Datasheet View 6

XP Creating a Table in Design View Creating a table in Design view involves entering the field names and defining the properties for the fields, specifying the primary key, and saving the table structure 7

XP Defining a Field in Design View 8

XP Specifying the Primary Key in Design View 9

XP Moving a Field To move a field, you use the mouse to drag it to a new location in the Table window in the Table Design grid 10

XP Adding a Field Between Two Existing Fields 11

XP Table Relationship 12

XP Importing Data from an Excel Worksheet 13

XP Creating a Table by Importing an Existing Table Structure 14

XP Defining Table Relationships One of the most powerful features of a relational database management system is its ability to define relationships between tables You use a common field to relate one table to another 15

XP Defining Table Relationships 16

XP Defining Table Relationships A one-to-many relationship exists between two tables when one record in the first table matches zero, one, or many records in the second table, and when one record in the second table matches at most one record in the first table – The Primary table is the “one” in a one-to- many relationship – The Related table is the “many” table 17

XP Defining Table Relationships Referential integrity is a set of rules that Access enforces to maintain consistency between related tables when you update data in a database The Relationships window illustrates the relationships among a database’s tables Click the Database Tools tab on the Ribbon In the Relationships group on the Database Tools tab, click the Relationships button 18

XP Defining Table Relationships 19

XP Defining Table Relationships 20

XP Defining Table Relationships 21