Unit J: Creating a Database

Slides:



Advertisements
Similar presentations
Chapter 1 Databases and Database Objects: An Introduction
Advertisements

Microsoft Access.
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Access Lesson 2 Creating a Database
Chapter 1 Databases and Database Objects: An Introduction
Access Tutorial 1 Creating a Database
Unit G: Using Complex Formulas, Functions, and Tables Microsoft Office Illustrated Fundamentals.
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.
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
Access Lesson 4 Creating and Modifying Forms
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
1 Access Lesson 1 Microsoft Access Basics Microsoft Office 2010 Introductory Pasewark & Pasewark.
Chapter 3 Maintaining a Database
ACCESS CHAPTER 1. OBJECTIVES Tables Queries Forms Reports Primary and Foreign Keys Relationship.
Access Lesson 2 Creating a Database
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
Introduction to Access By Mary Ann Chaney and Alicia Harkleroad.
1 Access Lesson 1 Microsoft Access Basics Microsoft Office 2010 Introductory.
Access Tutorial 2 Building a Database and Defining Table Relationships
Chapter 1 Databases and Database Objects: An Introduction
1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2010 Introductory.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Key Applications Module Lesson 21 — Access Essentials
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.
Database Applications – Microsoft Access Lesson 1 Introduction 26 Slides in Presentation Updated 8/12.
® Microsoft Office 2013 Access Creating a Database.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
1 Access Lesson 1 Understanding Access Fundamentals Microsoft Office 2010 Fundamentals Story / Walls.
Microsoft Access 2013 ®® Case Study Creating a Database.
Microsoft Access Lesson One Notes.
Access Tutorial 2 Building a Database and Defining Table Relationships
Tutorial 1 Creating a Database
New Perspectives on Microsoft Access 2016
Microsoft Office Access 2010 Lab 1
GO! with Microsoft Office 2016
Microsoft Access 2007 – Level 1
Access Tutorial 1 Creating a Database
Practical Office 2007 Chapter 10
Introduction to Microsoft Access
GO! with Microsoft Access 2016
Access Creating a Database
Microsoft Office Illustrated Fundamentals
Access Creating a Database
CIS 155 INTRODUCTION TO ACCESS 2002
Access Lesson 1 Understanding Access Fundamentals
Access Tutorial 1 Creating a Database
Case Study Creating a Database
MODULE 7 Microsoft Access 2010
Database Applications – Microsoft Access
Chapter 9 Lesson 2 Notes.
Access Lesson 2 Creating a Database
Chapter 1 Databases and Database Objects: An Introduction
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
Microsoft Office Illustrated Introductory, Windows XP Edition
Guidelines for Microsoft® Office 2013
Access Tutorial 1 Creating a Database
Unit G: Using Complex Formulas, Functions, and Tables
Access Lesson 1 Microsoft Access Basics
Presentation transcript:

Unit J: Creating a Database Microsoft Office 2010 - Illustrated Fundamentals Unit J: Creating a Database

Objectives Understand databases Create a database Create a table in Datasheet view Create a table in Design view Microsoft Office 2010-Illustrated Fundamentals

Objectives (cont.) Modify a table and set properties Enter data in a table Edit data in Datasheet view Create and use a form Microsoft Office 2010-Illustrated Fundamentals

Unit J Introduction You can use Access to create a database to help you manage and track a large collection of related data A database is an organized collection of related information Any type of information can be contained in a database Microsoft Office 2010-Illustrated Fundamentals

Understanding Databases Access is a database system (DBMS) A database is a powerful tool for: Storing Organizing Retrieving information A database containing just one table is called a simple database; two or more tables of related information is called a relational database Microsoft Office 2010-Illustrated Fundamentals

Understanding Databases (cont.) A database stores data in or more spreadsheet-like lists called tables Each row in a table is called a record records consists of fields, which are columns holding information about one aspect of a record column headings are field names a form is a user-friendly window that is used to input data Microsoft Office 2010-Illustrated Fundamentals

Understanding Databases (cont.) One you add data to a database you can easily access it A query extracts data from one or more database tables according to set criteria A report is a summary of information pulled from the database specifically designed for printing Tables, forms, queries, and reports are program components called objects Microsoft Office 2010-Illustrated Fundamentals

Understanding Databases (cont.) Common Access database objects Microsoft Office 2010-Illustrated Fundamentals

Understanding Databases (cont.) Database table Database form Microsoft Office 2010-Illustrated Fundamentals

Understanding Databases (cont.) Relational database report Microsoft Office 2010-Illustrated Fundamentals

Creating a Database There are two basic ways to create an Access database: starting with a blank database, or using a template Creating a database from a template can save time as it contains ready-made database objects such as tables with field names appropriate to a particular type of database In Backstage view, the New tab provides options for creating a new blank database or from a variety of templates Microsoft Office 2010-Illustrated Fundamentals

Creating a Database (cont.) With the Access program window open, below the ribbon there are two panes the right pane, is a blank table datasheet with a temporary table name, Table 1 the left pane is called the Navigation Pane, this is where all database objects for the open database are listed Microsoft Office 2010-Illustrated Fundamentals

Understand Access File formats By default, Access 2010 saves new databases with the file extension .accdb (the file format established for Access 2007) The Access program window title bar displays (Access 2007) in the title bar The Access 2007 file format allows for features that are not supported by previous Access versions If you need to share a database with users of Access 2003, you can create a copy of it in the .mdb format Microsoft Office 2010-Illustrated Fundamentals

Creating a Database (cont.) Blank table datasheet Microsoft Office 2010-Illustrated Fundamentals

Creating a Table in Datasheet View When working in a new database, a blank table opens in Datasheet view In Datasheet view, you can add fields and view the data contained in the table Before beginning to add fields to a table it is a good idea to save the table with an appropriate name Each object within an Access database that you create will need to be saved Microsoft Office 2010-Illustrated Fundamentals

Creating a Table in Datasheet View (cont.) To add a field to a table, you need to specify its data type, such as text, currency, etc. and then specify a name Every table in a database must contain one field that is designated as the primary key field, which uniquely identifies each record among all other records in the database Be default, every blank new table in Access includes a blank ID field which is automatically designated the primary key field, but can be changed Microsoft Office 2010-Illustrated Fundamentals

Creating a Table in Datasheet View (cont.) Table with four fields Microsoft Office 2010-Illustrated Fundamentals

Creating a Table in Datasheet View (cont.) Common field data types Microsoft Office 2010-Illustrated Fundamentals

Creating a Table in Design View It is often easier to add fields to a new or an existing table using Design view In Design view, you use a grid to enter fields and specify field data types In addition you can add field descriptions that identify the purpose of a field and help users understand the information that the field is meant to contain Use Design view to view and change the designated primary key field Microsoft Office 2010-Illustrated Fundamentals

Creating a Table in Design View (cont.) Specifying a data type in Design view Microsoft Office 2010-Illustrated Fundamentals

Modifying a Table and Setting Properties After creating a table, you may need to make changes to it such as adding or deleting a field, descriptions, or renaming a field Design View is the best view for modifying a table structure In Design view you can set Field properties Field properties are data characteristics that dictate how Access stores, handles, and displays field data Microsoft Office 2010-Illustrated Fundamentals

Modifying a Table and Setting Properties (cont.) If a field name is long, is technical, or uses abbreviations, you may want to change its Caption property The Caption property is a label that appears in a form or in Datasheet view in place of a field name Use the Field Properties pane to view and change properties for a selected field Microsoft Office 2010-Illustrated Fundamentals

Modifying a Table and Setting Properties (cont.) Design view with added field and changing properties Microsoft Office 2010-Illustrated Fundamentals

Entering Data in a Table To enter data in a table using Datasheet view, click where you want to enter a value and start typing Each row of the table is one record A Row selector to the left of each record lets you select a record or records The field names at the top of each column identify the fields The data you enter in each field is called a field value Microsoft Office 2010-Illustrated Fundamentals

Entering Data in a Table (cont.) Field values entered in tables in Datasheet view Microsoft Office 2010-Illustrated Fundamentals

Entering Data in Datasheet View The data in a database is dynamic and always changing The data constantly need updating to reflect changes To keep the data in a database current, you need to add and delete records and make edits to individual fields You can easily edit data in a table in Datasheet view using the editing skills you learned for Word and Excel Microsoft Office 2010-Illustrated Fundamentals

Entering Data in Datasheet View (cont.) To edit a field value, you need to select either the entire field value or the part of it you want to edit and type the replacement data When making edits in a datasheet, you may find it helpful to resize the columns to make the data easier to see the border between the field names is called the column separator double-click on the separator to have the column automatically resize larger or smaller to fit the widest field name or content Microsoft Office 2010-Illustrated Fundamentals

Entering Data in Datasheet View (cont.) Resizing a column in Datasheet view Edited records in Datasheet view Microsoft Office 2010-Illustrated Fundamentals

Printing objects in Access When printing information in Access you usually create a report that includes selected fields There may also be times that you want to print a datasheet or form To print any object in Access, select the object in the Navigation pane, open the file tab and select Print In Print Preview, you can use the tools on the Print Preview tab to adjust settings Microsoft Office 2010-Illustrated Fundamentals

Creating and Using a Form A form is an efficient way to enter and edit data; it is easier to use and there are fewer data entry errors and less eyestrain the simplest way to create a form is to click the Form button on the Create tab A form usually displays one record at a time and contains form controls Form controls are devices for inputting data; for example, text box, scroll bar, or check box To view different records, you use the buttons on the navigation bar Microsoft Office 2010-Illustrated Fundamentals

Creating and Using a Form (cont.) New form in Layout view Microsoft Office 2010-Illustrated Fundamentals

Summary A database is an efficient way to store, retrieve, and connect information You can create a table in either design or datasheet view Tables and forms are two of the ways to enter and organize data in a database In a table, records are row, and fields (columns)hold values (representing a specific part of the record) Tables can be modified and Field and Caption properties easily changed Microsoft Office 2010-Illustrated Fundamentals