Lesson 29: Building a Database. Learning Objectives After studying this lesson, you will be able to:  Identify key database design techniques  Open.

Slides:



Advertisements
Similar presentations
Computer Concepts BASICS 4th Edition
Advertisements

Access 2007 ® Use Databases How can Microsoft Access 2007 help you to get and stay organized?
Jeopardy Objects Navigation Buttons True/False Parts of a Report Vocabulary Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2: Relational Databases.
Chapter 1 Databases and Database Objects: An Introduction
Microsoft Office 2007 Access Integration Feature Sharing Data Among Applications.
Access Tutorial 1 Creating a Database
With Microsoft ® Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Identify Good Database Design A database is an organized collection.
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
Tutorial 8 Sharing, Integrating and Analyzing Data
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Before you begin If a yellow security bar appears at the top of the screen in PowerPoint, click Enable Editing. You need PowerPoint 2010 to view this presentation.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
Lesson 28: Exploring Access Learning Objectives After studying this lesson, you will be able to:  Define database and key terms associated with.
Create Database Tables
Chapter 1 Databases and Database Objects: An Introduction
Databases and Education Access Access Course Progression Access courses can be designed for intensive immersion or semester-long courses. Basic.
1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2010 Introductory.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
Microsoft Access 2000 Presentation 2 Creating Databases Part I (Creating Tables)
Course ILT Excel basics Unit objectives Start Excel; open, save, and create new workbooks; work with multiple workbooks; get help; and close a workbook.
Key Applications Module Lesson 21 — Access Essentials
Chapter 17 Creating a Database.
With Microsoft ® Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
Lesson 1: Exploring Access Learning Objectives After studying this lesson, you will be able to: Start Access and identify elements of the application.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
CREATING FORMS AND REPORTS By: Dr. Ennis-Cole. OBJECTIVES: Create and change a form with the Wizard Navigate and find data using a form Preview and print.
Database Applications – Microsoft Access Lesson 1 Introduction 26 Slides in Presentation Updated 8/12.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
® Microsoft Office 2013 Access Creating a Database.
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
What are queries? Queries are a way of searching for and compiling data from one or more tables. Running a query is like asking a detailed question of.
1 Lesson 18 Managing and Reporting Database Information Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Lesson 2: Designing a Database and Creating Tables.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Lesson 6: Working with Word Basics. 2 Learning Objectives After studying this lesson, you will be able to:  Use and customize the Ribbon  Use the Quick.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
Access Test Questions Test Date: 05/05/16. Chapter 1 (Lynda.com) Question 1 An access database uses five main components (database objects). Which is.
1 Access Lesson 1 Understanding Access Fundamentals Microsoft Office 2010 Fundamentals Story / Walls.
Database Essentials Lesson 1. Software Orientation.
Acess Test Questions. Chapter 1 (Lynda.com) Question 1 An access database uses five main components (database objects). Which is not one of them? Tables.
1 Access Lesson 2 Creating Queries, Forms, and Reports Microsoft Office 2010 Fundamentals Story / Walls.
Create Database Tables Lesson 2. Software Orientation.
Access Tutorial 2 Building a Database and Defining Table Relationships
Tutorial 1 Creating a Database
GO! with Microsoft Office 2016
Access Tutorial 1 Creating a Database
GO! with Microsoft Access 2016
Performing Mail Merges
Access Creating a Database
Access Creating a Database
Access Maintaining and Querying a Database
Access Lesson 1 Understanding Access Fundamentals
Access Tutorial 1 Creating a Database
Case Study Creating a Database
Database Applications – Microsoft Access
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Access Tutorial 1 Creating a Database
Chapter 1 Databases and Database Objects: An Introduction
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Tutorial 1 Creating a Database
Access Tutorial 1 Creating a Database
Presentation transcript:

Lesson 29: Building a Database

Learning Objectives After studying this lesson, you will be able to:  Identify key database design techniques  Open an existing database  Create a database table using Design view  Create a form  Create a report  Create a table from an Excel worksheet  Create a new database using a template 2

Planning a Database Design Asking questions helps identify objects What info do you want to obtain from the database? What pieces of data do you need for the info? What groups do the fields fit into? How do the groups interconnect? What is the most efficient way to input data? What questions will the data answer? Reports Fields Tables Foreign keys Forms Queries 3

Opening a Database Same basic procedures used to open files in other computer programs Enabling content to control security 4

Saving a Database as a New File File > Save As command in Access is different from other applications 5 Save an existing object as a new object Save an existing database as a new database

Opening Database Objects Database objects are grouped by type on the Navigation Pane Procedures for opening database objects similar to those used to open programs from the Desktop:  Double-click the object in the Navigation Pane  Right-click object in the Navigation Pane and choose Open  Drag the object name from the Navigation Pane to the work area of the Access window 6

Working with Tabbed Objects Each open object in the database window is identified by a tab To switch among open objects, click a tab 7

Creating Database Objects The Create tab of the Ribbon contains tools for creating all database objects Tools on the Ribbon are grouped by object type Each object type has several different formats to choose from 8

Creating a Simple Form – Input Forms are used to input data into database tables Forms obtain their field names and data from tables or queries Simple forms contain all fields for the table or query on which they are based 9

Creating Simple Reports – Output Processes data into meaningful information Formats data for printing Contains all fields from the associated table 10

Creating a Table Using Design View 11

Importing Data from Excel Creates new tables from data stored in other programs External Data tab on the Ribbon contains Import tools Most import procedures use Wizards 12

Create a Database Using a Template In Access, database templates are ready-to-use databases Each template contains a set of objects designed for a specific purpose  Storing contacts, tracking projects, etc. Each object in the database created with a template can be customized to meet specific needs 13

Finding and Selecting Templates 14 Sample templates Search for more templates Business templates group downloaded from Microsoft

Lesson 29: Building a Database