Access Lesson 2 Creating a Database

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

Access Lesson 2 Creating a Database
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
Creating And Maintaining A Database. 2 Learn the guidelines for designing databases When designing a database, first try to think of all the fields of.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
Data Types and Field Properties 5.01 Understand database tables used in business.
Data type – determines the type of data and range of values that can be entered in a field.
Access Lesson 2 Creating a Database
Introduction to Access By Mary Ann Chaney and Alicia Harkleroad.
Access Tutorial 2 Building a Database and Defining Table Relationships
® 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.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
Exploring Microsoft Access 2003 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
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.
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.
® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create and Open a Database Create and Open a Database.
® Microsoft Office 2013 Access Creating a Database.
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.
Relational Database Techniques
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Modify Tables and FieldsModify Tables and Fields Lesson 4 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft.
Ennis-Cole, AC 2.01, CECS Maintaining A Database By: Dr. Ennis-Cole.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
Microsoft Access Prepared by the Academic Faculty Members of IT.
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.
COMPUTER SKILLS MS-ACCESS. Introduction Access is a piece of software known as a database management system. At its most basic level, it can be used to.
Access Tutorial 2 Building a Database and Defining Table Relationships
Tutorial 1 Creating a Database
Guidelines for Designing Databases
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
Data Types and Field Properties
Access Tutorial 1 Creating a Database
MODULE 7 Microsoft Access 2010
Chapter 9 Lesson 2 Notes.
Access Lesson 2 Creating a Database
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Microsoft Official Academic Course, Access 2016
Data Types and Field Properties
Data Types and Field Properties
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
Data Types and Field Properties
Grauer and Barber Series Microsoft Access Chapter Two
Data Types and Field Properties
Chapter 2 Design Table and Form.
Unit J: Creating a Database
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:

Access Lesson 2 Creating a Database

Creating a Database You can use a template that already has objects in it. You can also use a Blank Database template with no objects in it.

Creating and Saving a Table When you create a blank database, Access creates the first table and names it Table1. You can change the name when you save it. The new table name appears on the tab for the table and as an object in the Navigation Pane.

Designing a Table After creating a table, tell Access what fields to include. Access creates one field named ID and sets it as the primary key. primary key--field that contains a unique field value for each record In some tables, this field is called AutoNumber because it automatically adds a unique number.

Designing a Table You can tell that Access created an AutoNumber for the ID field because of the word New in the first record’s field. Good candidates for being a primary key are Employee numbers Social security numbers Student ID numbers The advantage of setting a primary key is that Access will not let you enter duplicate values for this field in different records.

Datasheet—where you enter records directly into the table. 2 views: Datasheet—where you enter records directly into the table. Design—design new tables and modify the design of existing tables Datasheet View Design View

Designing a Table To enter a field name in Datasheet view, double-click the “Add New Field” field selector. After you have created all the fields, you can enter the first record. Access assigns a data type as you enter data (Text, Memo, Number, etc.). You can change the data type-- Table Tools> Datasheet tab>Data Type & Formatting>Data Type arrow

Data Type Description Text Letters and numbers up to 255 characters Memo Letters and numbers up to 65,535 Number Stores numbers Date/Time Date/time Currency Dollar sign and decimal AutoNumber Gives a unique number to each record Yes/No Yes/No, True/False, or On/Off OLE Object Stores graphics, sound and objects Hyperlink Value with a hyperlink Lookup Wizard Lets you lookup a value from a list Attachment Stores graphics, sound and movie files as attachments

Working in Design View Design View--add, delete, and make changes to how fields store data The Field Properties pane appears below. A selected field turns orange. The primary key has a key symbol in it.

Working in Design View Table Tools Design>Tools to: Add and delete fields, insert a field Drag fields in the design grid to a new location Rename a field, and change a field’s data type The Description property in the design grid is optional, and you can use it to describe what to enter in the field. Any changes made in Design view are automatically updated in Datasheet view when you save the table.

Changing Field Properties in Design View field property--describes the field’s contents beyond the basics Indicating number of characters allowed Indicating allowable values Field properties will vary depending on the field’s data type. The Field Size property sets the number of characters you can store in a Text, Number or AutoNumber field.

Changing Field Properties in Design View Use the Format property to specify how you want Access to display numbers, dates, times and text. For example, if you enter the date 10-28-10, Access will display it as October 28, 2010, if the Format property is set that way. Default Value property--enters the same field value in every field Required property--specifies whether you must enter a field value in a record