Objectives. Understand databases Create a database Create a table in Datasheet view Create a table in Design view

Similar documents
Microsoft Office 2010

Getting Started with Access 2007

Access Tutorial 1 Creating a Database. Microsoft Office 2013 Enhanced

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data.

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced

Tutorial 3 Maintaining and Querying a Database

Microsoft Access 2010 handout

Microsoft Access 2010 Part 1: Introduction to Access

Access Tutorial 1 Creating a Database

Database Applications Microsoft Access

Create a New Database in Access 2010

Microsoft Access 2010 Overview of Basics

Tutorial 3. Maintaining and Querying a Database

Microsoft Office 2010

Creating and Using Databases with Microsoft Access

Planning and Creating a Custom Database

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2013

Access Part 2 - Design

Introduction to Microsoft Access 2007

Access Queries

Lab 2: MS ACCESS Tables

Introduction to Microsoft Access 2003

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

Check out our website!

Microsoft Office Access 2007 Basics

MICROSOFT ACCESS 2003 TUTORIAL

Advanced Database Concepts Using Microsoft Access

Creating tables in Microsoft Access 2007

Microsoft. Access HOW TO GET STARTED WITH

MICROSOFT ACCESS TABLES

Microsoft Access Introduction

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior.

The first thing to do is choose if you are creating a mail merge for printing or an merge for distribution over .

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Designing Reports in Access

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013)

TurboNest. What s New. Version Released April Copyright 2014 Hypertherm, Inc. All rights reserved.

Steps to Create a Database

Access Tutorial 2 Building a Database and Defining Table Relationships

Filter by Selection button. Displays records by degree to which they match the selected record. Click to view advanced filtering options

Process Document Campus Community: Create Communication Template. Document Generation Date 7/8/2009 Last Changed by Status

Office 365 Employee San Jac Outlook 2013

Personal Portfolios on Blackboard

OUTLOOK GETTING STARTED

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0

MICROSOFT OFFICE ACCESS NEW FEATURES

Consider the possible problems with storing the following data in a spreadsheet:

Client Ordering and Report Retrieval Website

Access 2007 Creating Forms Table of Contents

A Basic introduction to Microsoft Access

Appendix A How to create a data-sharing lab

How To Create A Database For Employee Records In A Club Account In A Computer System In A Cell Phone Or Cell Phone With A Cell Computer (For A Cell)

Access II 2007 Workshop

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Learning Services IT Guide. Access 2013

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Microsoft Access 2007 Introduction

MS Excel Template Building and Mapping for Neat 5

Using an Access Database

for Sage 100 ERP Business Insights Overview Document

Microsoft Office Access 2007 which I refer to as Access throughout this book

Converting an Excel Spreadsheet Into an Access Database

Chapter 5. Microsoft Access

Access NAMES Computerized Database

Microsoft Office. Mail Merge in Microsoft Word

Using Microsoft Access Databases

Search help. More on Office.com: images templates

C omputer D riving L icence

Objectives. Microsoft Office 2007 Access 2007 Vista Notes. Opening a database, Tables, Querying a Database, and Reports

Microsoft Access 2010 Advanced Queries

European Computer Driving Licence

Access Using Access

Tutorial 1 Creating a Database

Microsoft Access Creating Filters and Tables

INTRODUCTION TO DATABASES USING MICROSOFT ACCESS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

ACCESS Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818)

IN THIS PROJECT, YOU LEARN HOW TO

Digital Assets Reference Guide

Outlook 2013 ~ Advanced

Use Find & Replace Commands under Home tab to search and replace data.

Access 2010 Intermediate Skills

TheFinancialEdge. Fast! Guide

Creating a Database in Access

14 Configuring and Setting Up Document Management

MICROSOFT ACCESS 2007 BOOK 2

Microsoft Access Part I (Database Design Basics) ShortCourse Handout

warpct.com MS Access 2010 Workbook courseware by WARP! Computer Training

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences

Excel 2013 What s New. Introduction. Modified Backstage View. Viewing the Backstage. Process Summary Introduction. Modified Backstage View

Outlook . User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA

Microsoft Access Basics

Beginning Microsoft Access

Microsoft Access 2007 Module 1

Handout: Creating Forms in Word 2010

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint

Welcome to the topic on Master Data and Documents.

Transcription:

Creating a Database

Objectives Understand databases Create a database Create a table in Datasheet view Create a table in Design view 2

Objectives Modify a table and set properties Enter data in a table Edit data in Datasheet view Create and use a form 3

Understanding Databases Access is a database management 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 4

Understanding Databases 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 5

Understanding Databases 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 6

Understanding Databases 7

Understanding Databases 8

Understanding Databases 9

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 When you first start Access, the Start screen opens and displays a variety of templates you can use 10

Creating a Database 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 11

Creating a Database 12

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 13

Creating a Table in Datasheet View To add a field to a table, you need to specify its data type, such as Date or Currency, 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 14

Creating a Table in Datasheet View 15

Creating a Table in Datasheet View 16

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 17

Creating a Table in Design View 18

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 19

Modifying a Table and Setting Properties 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 20

Modifying a Table and Setting Properties 21

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 22

Entering Data in a Table 23

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 24

Entering Data in Datasheet View 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 double-click the line between the columns to have the column automatically resize larger or smaller to fit the widest field name or content drag the line between the columns to resize to a specific width 25

Entering Data in Datasheet View 26

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, click the FILE tab and then click Print The Print page opens in the Backstage view and displays the printing options 27

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, list arrow, or check box To view different records, you use the buttons on the navigation bar 28

Creating and Using a Form 29