More on Tables Open your table in design view Click here!

Slides:



Advertisements
Similar presentations
Course ILT Working with related tables Unit objectives Use the Lookup Wizard to create a lookup field and a multivalued field Modify lookup field properties.
Advertisements

Copyright © 2008 Pearson Prentice Hall. All rights reserved Committed to Shaping the Next Generation of IT Experts. Exploring Microsoft Office Access.
Benchmark Series Microsoft Access 2010 Level 1
Homework 1 Hints. Homework Tips (General) Go through and do the ENTIRE homework in the same time period – You will use all of the material from chap 1.
Exploring Office Grauer and Barber 1 Tables and Forms: Properties, Views, and Wizards(Wk3)
® 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.
Introduction to Databases CIS 5.2. Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
MS-Access XP Lesson 5. Creating a Query with Expression Builder Eg. Consider the following table. Table Name: Overtime Fields & Data types: Emp No (Number),
Tables. Any database must contain one or more tables, because that’s where the data is stored. For any table there are two views provided: Datasheet view.
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.
Building The Database Chapter 2
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.
© 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.
Primary & Foreign Keys. PK & FK 1.Primary key is required 2.The PK must be unique 3.If the primary key from one table is related to a field in another.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
CHƯƠNG 3 Finding, Filtering, and Formatting Data.
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.
WEEK 11 Database Design. TABLE INSTANCE CHARTS Create Tables.
Database Systems Microsoft Access Practical #1 Creating Tables Nos 215.
DATABASE EVIDENCE Zosia Staniaszek. FIELD NAMES AND DATA TYPES I switched to design view to enter the field names and change the data types. I entered.
Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
WHAT IS A DATABASE? A DATABASE IS A COLLECTION OF DATA RELATED TO A PARTICULAR TOPIC OR PURPOSE OR TO PUT IT SIMPLY A GENERAL PURPOSE CONTAINER FOR STORING.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
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.
A Skills Approach Access 2010 Working with Tables © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 2.
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.
Microsoft Access 2010 Chapter 3 Maintaining a Database.
Introduction to Database using Microsoft Access 2013 Part 6.1 November 18, 2014.
CSC 240 (Blum)1 Introduction to Access CSC 240 (Blum)2 Click on the Access desktop icon or go to Start/Programs/Microsoft Office/Microsoft Office.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
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.
CSC 240 (Blum)1 Introduction to Access CSC 240 (Blum)2 Click on the Access desktop icon or go to Start/All Programs/Microsoft Office/Microsoft Office.
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.
AS Level ICT Data entry: Creating validation checks.
WEB FORM DESIGN. Creating forms for a web page For your web project you have to design a form for inclusion on your web site (the form information should.
FORM VALIDATION (Java Script ). Required Fields A required field in a form is a field that MUST have at least some content before the form will be processed.
Modify Tables and FieldsModify Tables and Fields Lesson 4 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft.
Form Validation. Create a form for the user to enter the data seen blow.
Exploring Office 2003 Vol 1 2/e- Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2- Tables and Forms: Properties, Views,
Microsoft Access Prepared by the Academic Faculty Members of IT.
Ch 3. Working with Tables and Views. Data type Specify type of data to be entered into a column (text, number, datetime, etc) Unicode (National) Datatypes.
Build a database II: Create tables for a new Access database Create your tables In a relational database, tables store your data. Your data doesn’t “live”
Creating Advanced Queries and Enhancing Table Design.
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.
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,
Creating a database table
Homework 1 Hints.
Building a User Interface with Forms
Data Types and Field Properties
DB Implementation: MS Access Forms
Lessons Vocabulary Access 2016.
Data Types and Field Properties
Data Types and Field Properties
Data Types and Field Properties
Lecture 2 Lecturer: awdang aziz MS access
Data Types and Field Properties
Tutorial 5 Advanced Queries and Enhanced Table Design
Data Types and Field Properties
Presentation transcript:

More on Tables Open your table in design view Click here!

Fields have properties Properties control what data can be entered and how it will be displayed (at least in datasheet view) This box explains what each property does

Field properties are important You should be familiar with ALL of them Size: How many characters of text are allowed?

Default values can be set This field will be “true” unless changed by the user

Required input? If “yes”, you can’t save data unless this field is filled

Input masks can prevent typos What about international postal codes and phone numbers?

Validation rules are useful... Use the expression builder to test data for validity

But they can be frustrating Create your own clever messages!

Lookup: choose value from a list

Value List choices “hard coded” into the field properties best for value lists that NEVER change (Male, Female)

Value list, cont. I chose a “combo box” to display my list (this, that, other) Note the default value (=“activity”)

Lookup from a table Use table/query if your list of values will change

Create a “lookup table” Just like before…

Lookup tables can be simple One field (or two): Description (& ID or code) Give the table a clear name

Lookup table is the Row Source

Add some categories

Now the choices can grow

Limit to List?

Control is easy, but has a price Input masks, validation rules, and lookup tables prevent user errors Input contols are ESSENTIAL for data quality, BUT... They can be very frustrating for users They may require frequent maintenance (updating & repair)