Access Lesson 2 Creating a Database

Slides:



Advertisements
Similar presentations
Microsoft Access.
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
1 After completing this lesson, you will be able to: Create a database. Create a table using the Table Wizard. Create and modify a table in Design view.
INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics
Access Lesson 2 Creating a Database
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Access Tutorial 1 Creating a Database
Creating a Blank Database 1. Open up Microsoft Access 2. Click on Blank document button 3. On the right panel, Specify the location for saving your database.
Pasewark & Pasewark 1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2007: Introductory.
Access Lesson 4 Creating and Modifying Forms
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
Access Lesson 2 Creating a Database
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
Introduction to Access By Mary Ann Chaney and Alicia Harkleroad.
© 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.
1 Access Lesson 1 Microsoft Access Basics Microsoft Office 2010 Introductory.
1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2010 Introductory.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
Lesson 2 Access Lesson 2 Lesson Plans Michele Smith – North Buncombe High School, Weaverville, NC
Microsoft Access – Tutorial 2 Designing Databases In this tutorial, we will create a new database create a new table import tables from an existing database.
® Microsoft Office 2010 Access Tutorial 2 Building a Database and Defining Table Relationships.
Lesson 17 Getting Started with Access Essentials
Microsoft Access 2000 Presentation 2 Creating Databases Part I (Creating Tables)
1 By: Nour Hilal. Microsoft Access is a database software where data is stored in one or more Tables. A Database is a group of related Tables. Access.
XP New Perspectives on Microsoft Access 2002 Tutorial 21 Microsoft Access Tutorial 2 – Creating And Maintaining A Database.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 23 Getting Started with Access Essentials 1 Morrison / Wells / Ruffolo.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
Learning With Computers II (Level Orange) ©2012 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly.
® Microsoft Office 2013 Access Creating a Database.
Unit 5, Lesson 1 Working with Databases. Objectives Identify the parts of the Access screen. Identify the parts of the Access screen. Understand the purpose.
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
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.
Microsoft Access. Microsoft access is a database programs that allows you to store retrieve, analyze and print information. Companies use databases for.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
Access Tutorial 2 Building a Database and Defining Table Relationships
Tutorial 1 Creating a Database
Microsoft Access 2007 – Level 1
Access Tutorial 1 Creating a Database
Practical Office 2007 Chapter 10
and Defining Table Relationships
Access Creating a Database
Access Creating a Database
Access Lesson 1 Understanding Access Fundamentals
Microsoft Office Access 2003
Access Tutorial 1 Creating a Database
MODULE 7 Microsoft Access 2010
Access Lesson 2 Creating a Database
Microsoft Access 2010 Lesson 2 Access Lesson 2 Lesson Plans
Microsoft Office Access 2003
Microsoft Official Academic Course, Access 2016
Access Tutorial 1 Creating a Database
Microsoft Office Access 2003
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
Lesson 23 Getting Started with Access Essentials
Microsoft Office Illustrated Introductory, Windows XP Edition
Guidelines for Microsoft® Office 2013
Access Tutorial 1 Creating a Database
Unit J: Creating a Database
Microsoft Access 2010 Lesson 2 Access Lesson 2 Lesson Plans
Access Lesson 1 Microsoft Access Basics
Presentation transcript:

Access Lesson 2 Creating a Database Microsoft Office 2010 Introductory

Creating a Database The first step in creating a database is to create the file that will store the database objects. When you use a template to create a database, the template creates the database and the objects, which can be queries, reports, tables, or forms. 2 2

Creating a Database (continued) The Blank database template creates a database with an empty table in it. After specifying the file name and the location in which to store the database, click the Create button to create and open the new database. When you create a blank database, Access opens an empty table in Datasheet view so that you can start entering data. 3 3

Creating a Database (continued) Creating a new, blank database

Creating and Saving a Table When you create a blank database, Access creates the first table in the database for you. To save a table, click the Save button on the Quick Access Toolbar. In many databases, data is stored in more than one table. 5 5

Designing a Table After creating a table in a database, you need to tell Access which fields to include in the table. When you create a blank database, the table that Access creates for you contains one field named ID. Access sets the ID field as the table’s primary key. 6 6

Designing a Table (continued) In a table, the primary key is the field that contains a unique field value for each record. In some tables, this field is called an AutoNumber because it automatically adds a unique number to the primary key field for each record in the table. Each record number after this will be incremented by 1. Your data might already have a field that stores unique numbers for each record. 7 7

Designing a Table (continued) A field’s data type determines the kind of data that you can enter in the field, such as: Numbers or text A combination of numbers and text (also called alphanumeric data).

Designing a Table (continued) Common data types in Access

Working in Design View In Design view, you can add, delete, and make changes to the way that fields store data. The field names and data types appear in the design grid in the top half of the Table window. The bottom half of the Table window is called the Field Properties pane. The properties for a field depend on the field’s data type. 10 10

Working in Design View (continued) Applicant table in Design view 11 11

Working in Design View (continued) In Design View, you can add and delete fields, and drag fields to new locations. Any changes that you make in Design view are automatically updated in Datasheet view when you save the table. The Description property is an optional field property used to describe what to enter in the field. 12 12

Changing Field Properties in Design View When you set a field’s data type, the field is given certain properties. A field property describes a field’s contents beyond the field’s basic data type, such as the number of characters the field can store or the allowable values for a field. The Field Size property sets the number of characters you can store in a field. 13 13

Changing Field Properties in Design View (continued) Use the Format property to specify how you want Access to display numbers, dates, times, and text. The Default Value property enters the same field value in a field every time a new record is added to the table. The Required property specifies whether you must enter a field value in a record. 14 14

Task Open the Access Employment Table Design task and complete the requested design and print using the supplied directions when complete