Chapter 2 Design Table and Form.

Slides:



Advertisements
Similar presentations
Designing Tables in Microsoft Access By Ed Lance.
Advertisements

1 Chapter 1 & 2 Relational Databases and Queries CS101 WVU.
Exploring Office Grauer and Barber 1 Tables and Forms: Properties, Views, and Wizards(Wk3)
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Access 2003 Lab 1 Creating a Database.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
Database Basics. Definitions Database Relational database Table Record Field Primary key.
Data Types and Field Properties 5.01 Understand database tables used in business.
Data Types and Field Properties 5.01 Understand database tables used in business.
Data type – determines the type of data and range of values that can be entered in a field.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
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.
© 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.
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
10 May Microsoft Access 2010 Relational databases’ program Part of the Microsoft Office package Administer relational database Update database through.
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.
Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.
1 Web-Enabled Decision Support Systems Access Tables: Building Data Foundation Prof. Name Position (123) University Name.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
CIS 250 Advanced Computer Applications Introduction to Access.
Using Microsoft Access 56:150 Information System Design.
Database collection of related information stored in an organized form Database program software tool for storage & retrieval of that information.
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.
Access  Getting Started  Creating Tables  Designing Tables Worksheet #8.
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.
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.
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Concept 1 Database – Organized collection of related information.
C REATING & D ESIGNING A D ATABASE 1. C REATING A D ATABASE 2 There are two different ways to create a new Access database: 1. Start from scratch with.
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.
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
Microsoft Access 2016 Design and Create Tables to Store Data
Creating a database table
Microsoft Access 2016 Simplify Data Entry with Forms
Building Tables & Defining Relationships
Microsoft Access 2007 – Level 1
Microsoft Office Access 2010 Lab 2
Exploring Microsoft Access 97
Unit 16 – Database Systems
Types of data This presentation differentiates between ICT professional and end users.
Microsoft Access 2013 Design and Create Tables to Store Data
Forms.
Data Types and Field Properties
Simplify Data Entry with Forms Chapter 3
Design and Create Tables to Store Data Chapter 2
Introduction to Computer Science (CIS 101)
Access Lesson 2 Creating a Database
Exploring Microsoft Access 2003
Data Types and Field Properties
Data Types and Field Properties
Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards
Microsoft Office Illustrated Introductory, Windows XP Edition
Exploring Microsoft Access 2003
Data Types and Field Properties
Grauer and Barber Series Microsoft Access Chapter Two
Data Types and Field Properties
More to Learn Different data types
Chapter 2 Design Table and Form.
Lecture 2 Lecturer: awdang aziz MS access
Data Types and Field Properties
Data Types and Field Properties
Presentation transcript:

Chapter 2 Design Table and Form

Agenda Create table Form design

Create Table Basic concepts Field :name and type Method Include necessary data Store data in its smallest part as field Avoid calculated field Primary key for unique record identification Field :name and type Method Table Wizard Table template Views: Datasheet or Design Property – characteristics of an object

Data Type Number field Text field Memo field Date/Time field Currency field Yes/No field OLE field AutoNumber Hyperlink field

Property - I Field size Format Input Mask Caption Default Value Validation Rule Validation Text

Property - II Required Allow Zero Length Indexed Unicode Compression IME Mode IME Sentence Mode

Form Form view Design view Completed form Enter or modify data for a related table Design view Create or modify the form

Control Bound control: has data source Unbound control: no data source Calculated control: expression as data source Drop-down list box (using Lookup Wizard) Check box Option group Command button Discuss each of the three controls and when you would use each: Bound control – to display data from the underlying table Unbound control – to display a title or heading Calculated control – The combination of data and an expression (e.g. GPA)

Points to Remember Create table Form design

Assignment Practice exercises 6 and 7 Due date