Exploring Microsoft Access 2003

Slides:



Advertisements
Similar presentations
Copyright © 2008 Pearson Prentice Hall. All rights reserved Committed to Shaping the Next Generation of IT Experts. Exploring Microsoft Office Access.
Advertisements

Access Lesson 2 Creating a Database
Exploring Office Grauer and Barber 1 Tables and Forms: Properties, Views, and Wizards(Wk3)
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Create, Edit, and Perform.
Microsoft Access 2000 Creating Tables and Relationships.
Access Lesson 2 Creating a Database
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 1- Introduction to Access: What is.
1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2010 Introductory.
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.
Microsoft Access 2013 Simplify Data Entry with Forms Chapter 3.
Key Applications Module Lesson 21 — Access Essentials
Exploring Office Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 3 - Information From the Database: Reports.
® Microsoft Office 2013 Access Creating a Database.
1 Committed to Shaping the Next Generation of IT Experts. Chapter 1- Introduction to Access: What is a Database? Robert Grauer and Maryann Barber Exploring.
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.
Forms Using. 2  Plan a form  Create a form  Move and resize controls  Modify labels  Modify text boxes Objectives.
Microsoft Access 2002 Illustrated Complete Forms Using.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
CSCI-235 Micro-Computers in Science Microsoft Access 2002 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
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.
1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Access 2010 by Robert Grauer, Keith Mast, and Mary Anne.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 3 - Information From the Database:
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,
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 5 1 Microsoft Office Access 2003 Tutorial 5 – Enhancing a Table’s Design.
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Advanced Features: Tables, Styles,
Microsoft Access 2016 Design and Create Tables to Store Data
Exploring Microsoft Access 2003
Presentation 4 Creating Databases Part III (Creating Reports)
Access Tutorial 2 Building a Database and Defining Table Relationships
Microsoft Access 2016 Simplify Data Entry with Forms
Exploring Microsoft Office Access 2007
Exploring Excel Chapter 5 List and Data Management: Converting Data to
Access Tutorial 1 Creating a Database
Microsoft Office Access 2010 Lab 2
Basic Database Concepts
Exploring Microsoft Access 97
Developing Forms and Subforms.
Exploring Microsoft Access 2003
Microsoft Access 2013 Design and Create Tables to Store Data
Access Creating a Database
Enhancing Forms with OLE Fields, Hyperlinks, and Subforms
Access Creating a Database
Simplify Data Entry with Forms Chapter 3
Design and Create Tables to Store Data Chapter 2
Chapter 7 Advanced Form Techniques
HANDS-ON TUTORIAL 1 By ARLENE N. BARATANG.
Access Tutorial 1 Creating a Database
Access Lesson 2 Creating a Database
Exploring Microsoft Access 2003
Exploring Microsoft® Access® 2016 Series Editor Mary Anne Poatsy
Access Lesson 2 Creating a Database
Microsoft Office Access 2003
Data Types and Field Properties
Chapter 1 Databases and Database Objects: An Introduction
Microsoft Office Access 2003
Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards
Access Tutorial 1 Creating a Database
Exploring Microsoft Access 2003
Access Tutorial 1 Creating a Database
Grauer and Barber Series Microsoft Access Chapter Two
Exploring Microsoft® Office 2016 Series Editor Mary Anne Poatsy
Chapter 2 Design Table and Form.
Exploring Microsoft Word 2003
Chapter 2 Design Table and Form.
Exploring Microsoft Access 2003
Exploring Microsoft Access 2003
Presentation transcript:

Exploring Microsoft Access 2003 Chapter 2- Tables and Forms: Properties, Views, and Wizards Robert Grauer and Maryann Barber Committed to Shaping the Next Generation of IT Experts. Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Table Design Basics Include necessary data Store data in its smallest parts E.g., first name, last name Avoid calculated fields E.g., birth date rather than age E.g., employee’s date of hire rather than employee’s length of service Ensure students understand how to begin the design process by determining the desired output first. Provide example of splitting fields into their unique values: Name into first name, last name address into address, city, state, zipcode Explain that calculated fields are derived, not stored. Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Creating a Table Two ways to create a table: Table Wizard is easiest Design a table yourself Every field has a field name Every field has a data type Primary key – Makes each record unique Views: Datasheet or Design Properties – characteristics of an object Inform students that it is a good idea to use the Table Wizard for their first few tables until they have a better understanding of how to create tables. Explain the necessity of a primary key, and to let Access create one if there is no obvious unique field for this. Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber New Table Screen Click on New Button Select view for new table Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Table Design View Primary Key Field Names Data Type Field Properties Field Descriptions Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Table Wizard Screen Click Create table using wizard Select Fields Discuss the Table Wizard and how it provides a variety of predefined databases including related fields. Also explain how the buttons work that move a single field or all fields to and from the new table. Click to add selected field Select from Sample Tables Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Table Wizard Screen (continued) Enter name for table Let Table Wizard set the primary key Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Create an Input Mask Select Social Security Number Use Try It box Select Input Mask Explain how the input mask can display characters that are not actually saved with the data. This is used to ensure the data entered fits the required format. Provide examples of using input masks: phone numbers, SSN, part numbers, etc. Click Build button Select Yes for Required property Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Forms Form view Displays completed form Used to enter or modify data in underlying table Design view Used to create or modify the form Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber What They Look Like Form View Design View Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Form Wizard Click New button Click Form Wizard Select Table Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Form Wizard (continued) Click >> to select all fields for form Click Next > Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Creating a Form Controls Bound control — has data source Unbound control — no data source Calculated control — expression as data source 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) Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Form Design View Unbound control Sizing handles Bound Control Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Form View Unbound control Bound Control Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Sophisticated Forms Additional controls to use on forms Drop-down list box (using Lookup Wizard) Check box Option group Command buttons Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Lookup Wizard Enter the Majors Explain how the Lookup Wizard works and what it can be used for. Especially useful in providing options to choose from. Select to type the values Select Lookup Wizard Exploring Office 2003 Vol 1 2/e- Grauer and Barber

Exploring Office 2003 Vol 1 2/e- Grauer and Barber Add New Controls Describe how to access the toolbar and use floating field names window. It is very easy to click and drag another field onto the form. View->Field List Click and drag field from field list to form design grid Major is then added as a combo box Exploring Office 2003 Vol 1 2/e- Grauer and Barber