Access Tutorial 2 Building a Database and Defining Table Relationships

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

Microsoft Access.
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.
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
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.
Access Tutorial 1 Creating a 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.
Access Tutorial 4 Creating Forms and Reports
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 1 1 Microsoft Access 2003 Tutorial 1 – Introduction To Microsoft Access 2003.
Access Tutorial 4 Creating Forms and Reports
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Access Tutorial 10 Automating Tasks with Macros
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
Chapter 3 Maintaining a Database
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
Chapter 1 Databases and Database Objects: An Introduction
® 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 2010 Tutorial 1 Creating a Database.
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.
® Microsoft Office 2010 Access Tutorial 2 Building a Database and Defining Table Relationships.
XP New Perspectives on Microsoft Access 2002 Tutorial 21 Microsoft Access Tutorial 2 – Creating And Maintaining 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 Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Key Applications Module Lesson 21 — Access Essentials
® 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.
Tutorial 9 Using Action Queries and Advanced Table Relationships.
® Microsoft Access 2010 Tutorial 12 Managing and Securing a Database.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved TECHNOLOGY PLUG-IN T6 Basic Skills Using Access.
COMPREHENSIVE Access Tutorial 3 Maintaining and 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.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
® Microsoft Access 2010 Tutorial 9 Using Action Queries and Advanced Table Relationships.
Access Tutorial 2 Building a Database and Defining Table Relationships
Tutorial 1 Creating a Database
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 Creating a Database
Access Creating a Database
Access Tutorial 4 Creating Forms and Reports
Access Tutorial 1 Creating a Database
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Chapter 1 Databases and Database Objects: An Introduction
Microsoft Office Access 2003
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
Tutorial 9 Using Action Queries and Advanced Table Relationships
Presentation transcript:

Access Tutorial 2 Building a Database and Defining Table Relationships

Objectives Learn the guidelines for designing databases and setting field properties View and modify field data types and formatting Create a table in Design view Define fields and specify a table’s primary key Modify the structure of a table New Perspectives on Microsoft Office Access 2007

Objectives Import data from an Excel worksheet Create a table by importing an existing table structure Delete, rename, and move fields Add data to a table by importing a text file Define a relationship between two tables New Perspectives on Microsoft Office Access 2007

Guidelines for Designing Databases Identify all the fields needed to produce the required information Organize each piece of data into its smallest useful part Group related fields into tables Determine each table’s primary key Include a common field in related tables Avoid data redundancy Determine the properties of each field New Perspectives on Microsoft Office Access 2007

Guidelines for Setting Field Properties You must name each field, table, and other object Choose an appropriate data type New Perspectives on Microsoft Office Access 2007

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 New Perspectives on Microsoft Office Access 2007

Viewing and Modifying Field Data Types and Formatting New Perspectives on Microsoft Office Access 2007

Creating a Table in Design View New Perspectives on Microsoft Office Access 2007

Defining a Field in Design View In the Field Name box, type the name for the field, and then press the Tab key Accept the default Text data type, or click the arrow and select a different data type for the field. Press the Tab key Enter an optional description for the field, if necessary Use the Field Properties pane to type or select other field properties, as appropriate New Perspectives on Microsoft Office Access 2007

Defining a Field in Design View New Perspectives on Microsoft Office Access 2007

Specifying the Primary Key in Design View In the Table window in Design view, click in the row for the field you’ve chosen to be the primary key. If the primary key will consist of two or more fields, click the row selector for the first field, press and hold down the Ctrl key, and then click the row selector for each additional primary key field In the Tools group on the Table Tools Design tab, click the Primary Key button New Perspectives on Microsoft Office Access 2007

Specifying the Primary Key in Design View New Perspectives on Microsoft Office Access 2007

Moving a Field To move a field, you use the mouse to drag it to a new location in the Table window in Design view New Perspectives on Microsoft Office Access 2007

Adding a Field Between Two Existing Fields In the Table window in Design view, select the row for the field above which you want to add a new field In the Tools group on the Table Tools Design tab, click the Insert Rows button Define the new field by entering the field name, data type, optional description, and any property specifications New Perspectives on Microsoft Office Access 2007

Adding a Field Between Two Existing Fields New Perspectives on Microsoft Office Access 2007

Importing Data from an Excel Worksheet The import process allows you to copy the data from a source without having to open the source file Click External Data on the Ribbon Click the Excel button in the Import group to start the wizard New Perspectives on Microsoft Office Access 2007

Importing Data from an Excel Worksheet New Perspectives on Microsoft Office Access 2007

Importing Data from an Excel Worksheet New Perspectives on Microsoft Office Access 2007

Importing Data from an Excel Worksheet New Perspectives on Microsoft Office Access 2007

Creating a Table by Importing an Existing Table Structure Make sure the External Data tab is the active tab on the Ribbon In the Import group, click the Access button Click the Browse button Navigate to the file Make sure the Import tables, queries, forms, reports, macros, and modules into the current database option button is selected, and then click the OK button Click the Options button New Perspectives on Microsoft Office Access 2007

Creating a Table by Importing an Existing Table Structure New Perspectives on Microsoft Office Access 2007

Deleting a Field from a Table Structure In Datasheet view, select the column heading for the field you want to delete In the Fields & Columns group on the Datasheet tab, click the Delete button or In Design view, click in the Field Name box for the field you want to delete In the Tools group on the Table Tools Design tab, click the Delete Rows button New Perspectives on Microsoft Office Access 2007

Deleting a Field from a Table Structure New Perspectives on Microsoft Office Access 2007

Adding Data to a Table by Importing a Text File Click the External Data tab on the Ribbon In the Import group, click the Text File button Click the Browse button Navigate to the file Click the Append a copy of the records to the table option button Select the table Click the OK button New Perspectives on Microsoft Office Access 2007

Adding Data to a Table by Importing a Text File New Perspectives on Microsoft Office Access 2007

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 New Perspectives on Microsoft Office Access 2007

Defining Table Relationships New Perspectives on Microsoft Office Access 2007

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 New Perspectives on Microsoft Office Access 2007

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 Show/Hide group on the Database Tools tab, click the Relationships button New Perspectives on Microsoft Office Access 2007

Defining Table Relationships New Perspectives on Microsoft Office Access 2007

Defining Table Relationships New Perspectives on Microsoft Office Access 2007

Defining Table Relationships New Perspectives on Microsoft Office Access 2007

Miscellaneous You will spend most of your time learning about tables, queries, forms, and reports in CAB140. Every object (tables, queries, forms, and reports) has two views Design view Datasheet view The most common relationship between two tables is 1:M (one-to-many) New Perspectives on Microsoft Office Access 2007

Miscellaneous There are several options to import data from external sources into a database Excel Text files Existing table structure in a different database The greater than symbol (>) can be used on the format property which forces capitalization of the data. This is especially useful on the STATE field where you always want the state code to be capitalized. New Perspectives on Microsoft Office Access 2007

Miscellaneous Most common datatypes are Text Number Date/Time Currency AutoNumber Yes/No If a particular field consists of numeric data, ask yourself if the field could be used in an arithmetic operation. If YES, use Number or Currency; if NO, use Text. New Perspectives on Microsoft Office Access 2007

Helpful Hints None New Perspectives on Microsoft Office Access 2007

Additional Examples None New Perspectives on Microsoft Office Access 2007