Data Types and Field Properties

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

Benchmark Series Microsoft Access 2010 Level 1
Lecture Access – Tables. What are Tables? Records Fields.
Database Basics. Definitions Database Relational database Table Record Field Primary key.
Data Types and Field Properties 5.01 Understand database tables used in business.
1 AQA ICT AS Level © Nelson Thornes Types of data.
Data Types and Field Properties 5.01 Understand database tables used in business.
Microsoft Access 2000 Creating Tables and Relationships.
Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
Lesson 1 -What is a Database? -Fields and Records
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
Designing a Database (Part I) -Identify all fields needed to produce the required information -Group related fields into tables -Determine Each Table’s.
Exploring Microsoft Access 2003 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e Plug-In T6: Basic Skills and Tools Using.
CHƯƠNG 3 Finding, Filtering, and Formatting Data.
Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.
What is a Database? A Database is…  an organized set of stored information usually on one topic  a collection of records  a way to organize information.
1 Web-Enabled Decision Support Systems Access Tables: Building Data Foundation Prof. Name Position (123) University Name.
Using Microsoft Access 56:150 Information System Design.
Microsoft Office Illustrated Introductory, Premium Edition Using Tables and Queries.
This is the first screen you will encounter. Select Blank 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.
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.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
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.
Microsoft Office XP Illustrated Introductory, Enhanced Tables and Queries Using.
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.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
Data Types and Field Properties 5.01 Understand database tables used in business.
Data Types and Field Properties continued… Understand database tables used in business.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
CSCI-235 Micro-Computers in Science Microsoft Access 2002 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
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.
Study Opportunities1 Database table quiz What is your name?
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Microsoft Access Prepared by the Academic Faculty Members of IT.
Microsoft Access Prepared by the Academic Faculty Members of IT.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
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 Access 2007 – Level 1
Microsoft Office Access 2010 Lab 2
Practical Office 2007 Chapter 10
Exploring Microsoft Access 97
Types of data This presentation differentiates between ICT professional and end users.
Handling Data Designing Structure, Capturing and Presenting Data
Microsoft Access 2013 Design and Create Tables to Store Data
Data Types and Field Properties
Design and Create Tables to Store Data Chapter 2
Creating a table in Access
MODULE 7 Microsoft Access 2010
Access Lesson 2 Creating a Database
Data Types and Field Properties
Handling Data Designing Structure, Capturing and Presenting Data
Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards
Microsoft Office Illustrated Introductory, Windows XP Edition
Data Types and Field Properties
Grauer and Barber Series Microsoft Access Chapter Two
Data Types and Field Properties
Chapter 2 Design Table and Form.
Lecture 2 Lecturer: awdang aziz MS access
Chapter 2 Design Table and Form.
Data Types and Field Properties
Data Types and Field Properties
Presentation transcript:

Data Types and Field Properties 5.01 Understand database tables used in business. 5.01 Field Properties

It’s All in the Details Let’s dig a little deeper into the details of how data is formatted and represented in database tables 5.01 Understand database tables used in business. 5.01 Field Properties

Data Types and Field Properties Data types and field properties are used to format data so that it can be used and managed The data type defines the value of a cell and the field property defines the format of the data within the cell For example: the data type for a zip code field is number and the field property is used to limit the size of the entry to 5 characters For example, you can use the field properties to make sure that users enter every shipping date with two numbers for the month, two numbers for the day, four numbers for the year, and slashes in between: 03/09/2008. You can also require that the shipping date be at least two days after the entry date. 5.01 Understand database tables used in business. 5.01 Field Properties

Why are data types important? To control data. In the example on the left, the Age data was sorted in descending order, but because the data type was not set as Number, the field cannot be sorted correctly. In the example on the right, the Adoption data was correctly sorted in ascending order because the data type for Date was used. 5.01 Understand database tables used in business. 5.01 Field Properties

Example of a Data Type The data type for the adoption date field is date/time 5.01 Understand database tables used in business. 5.01 Field Properties

What data types are available? Text Memo Number Date/time Currency AutoNumber Yes/No Lookup Wizard Instruct students describe each field property by opening a database and clicking on each field property. A description will appear in the right-hand pane. Note: OLE Object and Hyperlink data types are not addressed in this objective. 5.01 Understand database tables used in business. 5.01 Field Properties

When to use data types: Think of data types and field properties as tools that increase the power of the database. The default format for all data types is text. Use a different data type if you need to control how the data in a particular field will be searched, sorted, or used in calculations. 5.01 Understand database tables used in business. 5.01 Field Properties

Why are field properties important? To control how data is entered in a field Requiring the same format for all of the phone numbers is a way to ensure accuracy In this example, an Input Mask field property was used to force the user to enter the telephone number in a specific format. 5.01 Understand database tables used in business. 5.01 Field Properties

Example of a Field Property Actual Data An input mask field property is used for the Adoption Date field to make sure the date is entered correctly 5.01 Understand database tables used in business. 5.01 Field Properties

Field Properties: Field Size Format Input mask Caption Instruct students describe each field property by opening a database and clicking on each field property. A description will appear in the right-hand pane. Note: Only 4 field properties are mentioned and addressed in this objective. 5.01 Understand database tables used in business. 5.01 Field Properties

When to set field properties: Use a field property if you want to specify how the data is entered, what data can be entered, and how the data will appear. 5.01 Understand database tables used in business. 5.01 Field Properties

Steps in Creating a Database Plan the structure of the database (sketch on paper) How will the data be grouped? What will the field names be? What will you name the database? Open and save a new database Create a table Enter the field names Set the data types Set the field properties Enter the data 5.01 Understand database tables used in business. 5.01 Field Properties