Cycles & Life Cycles College of Alameda Copyright © 2007 Patrick McDermott.

Slides:



Advertisements
Similar presentations
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Advertisements

Copyright © 2008 Pearson Prentice Hall. All rights reserved Committed to Shaping the Next Generation of IT Experts. Exploring Microsoft Office Access.
Tutorial 8: Developing an Excel Application
College of Alameda Copyright © 2007 Patrick McDermott Vincent van Gogh ( ) The Langlois Bridge March 1888.
® Microsoft Access 2010 Tutorial 5 Creating Advanced Queries and Enhancing Table Design.
Maintenance Modifying the data –Add records –Delete records –Update records Modifying the design –Add fields into tables –Remove fields from a table –Change.
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making.
BA271 Week 7 Lecture Building the database Dave Sullivan.
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
Tutorial 5 Creating Advanced Queries and Enhancing Table Design
With Microsoft Access 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
1 Chapter 2 Reviewing Tables and Queries. 2 Chapter Objectives Identify the steps required to develop an Access application Specify the characteristics.
Data Types and Field Properties 5.01 Understand database tables used in business.
Access Tutorial 3 Maintaining and Querying a Database
Data Types and Field Properties 5.01 Understand database tables used in business.
1 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and Custom Forms.
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 7 – Modifying Table Design.
Microsoft Access 2000 Creating Tables and Relationships.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 1. Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office.
Building The Database Chapter 2
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
© 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.
With Microsoft Access 2007 Volume 1© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access 2007 Volume 1 Chapter.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Exploring Microsoft Access 2003 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.
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 3 Maintaining and Querying a Database.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
Access Project 3 Notes. Introduction Maintaining the Database  Modifying the data to keep it up-to-date Restructure the Database  To change the database.
Using Microsoft Access 56:150 Information System Design.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
XP Chapter 4 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Collecting Data for Well-Designed Forms Chapter 4 “Making.
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.
Maintaining a Database Access Project 3. 2 What is Database Maintenance ?  Maintaining a database means modifying the data to keep it up-to-date. This.
® Microsoft Office 2013 Access Maintaining and Querying a Database.
Microsoft Access 2010 Chapter 3 Maintaining a Database.
Access Chapter 5-Table Tricks, Advanced Queries and Custom Forms.
INTRODUCTION TO DATABASE USING MICROSOFT ACCESS 2013 Part 5.2 November 16, 2014.
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.
1 11 Exploring Microsoft Office Access 2007 Chapter 6 Data Protection.
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.
1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Access 2010 by Robert Grauer, Keith Mast, and Mary Anne.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 5 1 Microsoft Office Access 2003 Tutorial 5 – Enhancing a Table’s Design.
Creating Advanced Queries and Enhancing Table Design.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
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,
Microsoft Access 2016 Design and Create Tables to Store Data
Microsoft Office Access 2010 Lab 2
Microsoft Access 2013 Design and Create Tables to Store Data
Data Types and Field Properties
Chapter 9 Database and Information Management.
Access Lesson 2 Creating a Database
Microsoft Office Access 2003
Data Types and Field Properties
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
Designs for Data Integrity, validations, security and controls
Data Types and Field Properties
Data Types and Field Properties
Query-by-Example Transparencies
Data Types and Field Properties
Tutorial 5 Advanced Queries and Enhanced Table Design
Data Types and Field Properties
Presentation transcript:

Cycles & Life Cycles College of Alameda Copyright © 2007 Patrick McDermott

The Database Life Cycle Data Bases also have a Life

The Traditional Method Planning Requirements Gathering Conceptual Design Logical Design Physical Design Construction Implementation and Rollout Ongoing Support

Nontraditional Methods Prototyping Rapid Application Development (RAD) eXtreme Programming (XP) Agile Modeling (AM)

Keeping Your Information Accurate Restricting the Type of Data in a Field Restricting the Amount of Data in a Field Specifying the Format of Data in a Field Restricting Data by Using Validation Rules Creating a Simple Lookup List Creating a Multi-Column Lookup List Updating Information in a Table Deleting Information from a Table Preventing Database Problems

Access Points You can set properties that restrict the type and amount of data that can be entered into an Access database. You can replace specific words or phrases by using the Replace command, or quickly enact conditional changes by running an action query. The Data Type setting restricts entries to a specific type of data: text, numbers, dates, and so on. The Field Size property for the Text, Number; and AutoNumber data types restricts the number of characters allowed in a text field or the number of digits allowed in a number or AutoNumber field. The Input Mask property controls the format in which data can be entered.

Access Points You can use a validation rule to precisely define the information that will be accepted in one or several fields in a record. At the field level, Access tests each entry against the rule when you attempt to leave a field. At the table level, Access tests the content of several fields against the rule when you attempt to leave a record. In both cases, Access rejects any entry that doesn't comply with the rule. For fields with a fixed set of possible entries, you can use a lookup field to ensure that users enter the right information. This helps prevent inconsistencies, thus making it easier to sort and search your data. You can use an update query to quickly perform an action, such as replacing the contents of a field, based on the results of a query.

Access Points You can use a delete query to quickly delete records that meet specific criteria. You should always back up your database before running a delete query, and you must exercise caution when deleting records in this way. The effects of a delete query can be far-reaching, and you can't recover deleted records. There are several utilities that you can use to keep your database running smoothly— Compact And Repair Database, Performance Analyzer, Database Documenter, and Microsoft Office Diagnostics. You can keep your application healthy by taking advantage of these utilities before Access indicates there is a problem with your database.