Ennis-Cole, AC 2.01, CECS 5010.001 Maintaining A Database By: Dr. Ennis-Cole.

Slides:



Advertisements
Similar presentations
Microsoft Access.
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
1 After completing this lesson, you will be able to: Create a database. Create a table using the Table Wizard. Create and modify a table in Design view.
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
Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
Chapter 1 Databases and Database Objects: An Introduction
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.
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
ACCESS CHAPTER 1. OBJECTIVES Tables Queries Forms Reports Primary and Foreign Keys Relationship.
Access Lesson 2 Creating a Database
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
Introduction to Access By Mary Ann Chaney and Alicia Harkleroad.
Working with a Database
Access Tutorial 2 Building a Database and Defining Table Relationships
1 Lesson 22 Getting Started with Access Essentials Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
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.
® Microsoft Office 2010 Access Tutorial 2 Building a Database and Defining Table Relationships.
Lesson 17 Getting Started with Access Essentials
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Project 6 Switchboards, PivotTables, and PivotCharts.
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 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.
MS-ACCESS BY SANGEETHA PARTHASARATHY Topics to be covered §Comparing Values in Selection Criteria §Calculating Values in a Query §Changing the appearance.
Key Applications Module Lesson 21 — Access Essentials
® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.
® 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.
® Microsoft Office 2013 Access Creating a Database.
COMPREHENSIVE Access Tutorial 12 Managing and Securing a Database.
® Microsoft Access 2010 Tutorial 12 Managing and Securing 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.
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.
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.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Project 6 Creating an Application System Using Macros, Wizards, and the Switchboard.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Work with Tables and Database Records Lesson 3. NAVIGATING AMONG RECORDS Access users who prefer using the keyboard to navigate records can press keys.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
1 Database Systems Introduction to Microsoft Access Part 1.
Access Tutorial 2 Building a Database and Defining Table Relationships
Tutorial 1 Creating a Database
Guidelines for Designing Databases
Microsoft Access 2007 – Level 1
Access Tutorial 1 Creating a Database
Practical Office 2007 Chapter 10
Access Creating a Database
Access Creating a Database
Access Tutorial 1 Creating a Database
MODULE 7 Microsoft Access 2010
Access Lesson 2 Creating a Database
Access Lesson 2 Creating a Database
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
Lesson 23 Getting Started with Access Essentials
Access Tutorial 1 Creating a Database
Unit J: Creating a Database
Presentation transcript:

Ennis-Cole, AC 2.01, CECS Maintaining A Database By: Dr. Ennis-Cole

Ennis-Cole, AC 2.01, CECS OBJECTIVES:  Learn the guidelines for designing databases and Access tables  Create and Save a table  Define fields and specify the primary key  Add records to a table  Modify the structure of a table  Delete, move, and add fields

Ennis-Cole, AC 2.01, CECS OBJECTIVES:  Change field properties  Copy a record from another Access database  Delete and change records

Ennis-Cole, AC 2.01, CECS Guidelines for Designing Databases:  Identify all the fields needed to produce the required information  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

Ennis-Cole, AC 2.01, CECS Naming Fields and Objects in Access Tables  Fields can be 64-characters long  Fields can contain letters, numbers, and special characters; the first letter must be capitalized  Fields cannot contain., !, ‘, “ ”,and []  A table or query name must be unique  Extremely long names should be avoided  Standard abbreviations should be used

Ennis-Cole, AC 2.01, CECS Data Types:  You must assign a data type for each field  It determines what field values you can enter for the field  The field size defines a field value’s maximum storage size for text, numbers, and AutoNumber fields  Refer to Fig 2-4

Ennis-Cole, AC 2.01, CECS Field Size Settings for Numeric Fields:  Byte - stores whole numbers from in one byte  Integer - stores whole numbers from -32,768 to 32,767 in two bytes  Long Integer(default) - stores whole numbers from -2,147,483,648 to 2,147,483,647 in four bytes  Single - stores positive and negative numbers to precisely 7 decimal places & uses 4 bytes

Ennis-Cole, AC 2.01, CECS Field Size Settings for Numeric Fields:  Double - stores positive and negative numbers to precisely 15 decimal places and uses 8 bytes  Replication ID - establishes a unique identifier for the replication of tables, records, and other objects, uses 16 bytes  Decimal: stores positive and negative numbers to precisely 28 decimal places and uses 12 bytes

Ennis-Cole, AC 2.01, CECS Creating a Table:  Consists of naming the fields and defining the field’s properties  Specify a primary key, save the table structure  Start Access, open an existing file  Click Look in list arrow, open the database  Click New and Design View, Click OK

Ennis-Cole, AC 2.01, CECS Defining a Field in a Table:  Select the table, click the Design Button  Type the field name  Select the data type  Type or select other field properties  Refer to Figs. 2-8 through 2-13 for details

Ennis-Cole, AC 2.01, CECS Specifying a Primary Key  In the table window in Design View, click the row selector for the field to be the primary key  If primary key consists of two or more fields, press and hold down the Ctrl key  Click the row selector for each field  Click the Primary Key Button

Ennis-Cole, AC 2.01, CECS Saving a Table Structure:  Click the Save button on the Table Design Toolbar  Type the name of the table in the Save As Dialog Box  Click OK  Refer to Figs.2-17 through 2-19 for information on adding records to a table

Ennis-Cole, AC 2.01, CECS Modifying the Structure of An Access Table:  Delete a Field  Move a Field  Add a Field  Change Field Properties  Change the Format Property  Reference pp. AC

Ennis-Cole, AC 2.01, CECS Copying Records from Another Access Table:  Open the database  Click the appropriate table name & click open  Click row selector, click copy button - All the records are copied to Clipboard  Click Close, Click Yes and the Close button  Click File, Table name, and click row selector  Click Paste button, Click Yes to paste all the records

Ennis-Cole, AC 2.01, CECS Updating a Database:  Click Delete record button on the Table Datasheet toolbar  Click Yes to Delete a record  The F2 key is a toggle to switch between navigation and editing modes:  In navigation mode, an entire field value is selected  In edit mode, you can insert or delete characters in a field value based on the location of the Insertion Point  Refer to Fig. 2-31

Ennis-Cole, AC 2.01, CECS The Access RDBM Your Turn !!!