CSCI-235 Micro-Computers in Science Microsoft Access 2002 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.

Slides:



Advertisements
Similar presentations
1 Chapter 1 & 2 Relational Databases and Queries CS101 WVU.
Advertisements

Chapter 5 Multitable Forms
Exploring Office Grauer and Barber 1 Tables and Forms: Properties, Views, and Wizards(Wk3)
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
© Steven Alter, 2007, all rights reserved Database concepts Difference between a database and the Internet Reason for having a defined data structure Relational.
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.
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 Tutorial 2 Building a Database and Defining Table Relationships
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Project 5 Enhancing Forms with OLE Fields, Hyperlinks, and Subforms.
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.
CHƯƠNG 3 Finding, Filtering, and Formatting Data.
Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.
Copyright 2007, Paradigm Publishing Inc. BACKNEXTEND 1-1 LINKS TO OBJECTIVES Design Tables and Fields Design Tables and Fields Data Types Field Size Property.
5 Aug Microsoft Access 2010 Relational databases’ program Part of the Microsoft Office package Administer relational database Update database through.
® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
Using Microsoft Access 56:150 Information System Design.
Microsoft Office Illustrated Introductory, Premium Edition Using Tables and Queries.
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.
IE 423 – Design of Decision Support Systems Database development – Building Tables
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.
Part 4 November 15,  Click MS Access 2013  On the MS Access Screen Pane, select Blank Database  Create a name that will reserve as your file.
Microsoft Office 2013: In Practice Chapter 2 Using Design View, Data Validation, and Relationships Copyright © 2014 by The McGraw-Hill Companies, Inc.
Introduction to Access Chapter 13 pages 1-4. What is a database??? Related information is stored in databases  All SC student information is stored in.
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.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
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.
Microsoft Access 2000 Modifying Tables, Creating Forms and Viewing Data.
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.
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.
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
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
Exploring Microsoft Access 97
Microsoft Access 2013 Design and Create Tables to Store Data
Data Types and Field Properties
Design and Create Tables to Store Data Chapter 2
Introduction to Computer Science (CIS 101)
Access Lesson 2 Creating a Database
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
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:

CSCI-235 Micro-Computers in Science Microsoft Access 2002 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards

Exploring Microsoft Access - Microsoft Access Chapter 2 2 Table Design Basics  Include necessary data (only)  Store data in its smallest parts Separate fields for First and Last Name  Avoid calculated fields Date of birth instead of Age

Exploring Microsoft Access - Microsoft Access Chapter 2 3 Creating a Table  Table Wizard is easiest  Designing a table yourself  Field names  Data types  Primary key  Views: Datasheet or Design  Properties

Exploring Microsoft Access - Microsoft Access Chapter 2 4 Table Wizard Screen Includes All Fields Removes Selected Field

Exploring Microsoft Access - Microsoft Access Chapter 2 5 New Table Screen Click on ‘New’ Button Select how to view/ create new table

Exploring Microsoft Access - Microsoft Access Chapter 2 6 Table Design View Primary Key Field Names Field Properties Data Type Description

Exploring Microsoft Access - Microsoft Access Chapter 2 7 Data Types  Number field  Text field  Memo field  Date/Time field  Currency field  Yes/No field  OLE field  AutoNumber  Hyperlink field

Exploring Microsoft Access - Microsoft Access Chapter 2 8 Properties  Field size  Format  Input Mask  Caption  Default Value  Validation Rule  Validation Text  Required

Exploring Microsoft Access - Microsoft Access Chapter 2 9 Creating a Form  Controls--objects  Bound control has data source  Unbound control: no data source  Calculated control: expression as data source  Properties  Form Wizard

Exploring Microsoft Access - Microsoft Access Chapter 2 10 Form Design View Click and drag to move Toolbox Sizing handles

Exploring Microsoft Access - Microsoft Access Chapter 2 11 Form View Current RecordTotal Number of Records