Database Applications – Microsoft Access Lesson 1 Introduction 26 Slides in Presentation Updated 8/12.

Slides:



Advertisements
Similar presentations
Microsoft Access.
Advertisements

Tutorial 1 Creating a Database
Access 2007 ® Use Databases How can Microsoft Access 2007 help you to get and stay organized?
Chapter 1 Databases and Database Objects: An Introduction
BA271 Week 6 Lecture Database Overview Dave Sullivan.
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 2003 Introduction To Microsoft Access 2003.
Access Tutorial 1 Creating a Database
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
Chapter 1 Databases and Database Objects: An Introduction
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 1 1 Microsoft Access 2003 Tutorial 1 – Introduction To Microsoft Access 2003.
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.
Tutorial 8 Managing and Securing a Database. Objectives Filter data in a table and a form Save a filter as a query and apply the saved query as a filter.
Database Applications – Microsoft Access Lesson 2 Modifying a Table and Creating a Form 45 slides in presentation Accessibility check 9/14.
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.
FIRST COURSE Access Tutorial 1 Creating a Database.
1 Access Lesson 1 Microsoft Access Basics Microsoft Office 2010 Introductory.
Create Database Tables
Chapter 1 Databases and Database Objects: An Introduction
1 Lesson 22 Getting Started with Access Essentials Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
® 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.
® Microsoft Access 2010 Tutorial 1 Creating a Database.
XP New Perspectives on Integrating Microsoft Office XP Tutorial 2 1 Integrating Microsoft Office XP Tutorial 2 – Integrating Word, Excel, and Access.
Lesson 17 Getting Started with Access Essentials
XP 1 Microsoft Access 2003 Introduction To Microsoft Access 2003.
Database Applications – Microsoft Access Lesson 3 Creating and Modifying Forms and Reports Updated 09/13 35 slides in presentation.
Create Forms Lesson 5. Objectives Software Orientation The Forms group (below) is located on the Create tab in the Ribbon and can be used to create a.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 23 Getting Started with Access Essentials 1 Morrison / Wells / Ruffolo.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
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.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 1 1 Microsoft Office Excel 2003 Using Excel To Manage Data.
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.
COMPREHENSIVE Access Tutorial 12 Managing and Securing a Database.
® Microsoft Access 2010 Tutorial 12 Managing and Securing a Database.
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
Database Applications – Microsoft Access Lesson 4 Working with Queries 36 Slides in Presentation.
BA271 Week 6 Lecture Dave Sullivan. Goal for today… Status Report – Review where we are … Status Report – Review where we are … Begin learning about Microsoft.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
® Microsoft Access 2010 Tutorial 8 Managing and Securing a Database.
Access Tutorial 2 Building a Database and Defining Table Relationships
Tutorial 1 Creating a Database
Access Tutorial 1 Creating a Database
Access Creating a Database
Access Creating a Database
Access Maintaining and Querying a Database
Access Lesson 1 Understanding Access Fundamentals
Tutorial 1 – Introduction To Microsoft Access 2003
Access Tutorial 1 Creating a Database
Microsoft Official Academic Course, Access 2016
Database Applications – Microsoft Access
Tutorial 1 – Introduction To Microsoft Access 2003
Database Applications – Microsoft Access
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
Unit J: Creating a Database
Access Lesson 1 Microsoft Access Basics
Presentation transcript:

Database Applications – Microsoft Access Lesson 1 Introduction 26 Slides in Presentation Updated 8/12

Lesson 1 – Tutorial 1 For Lesson 1, you will work through Tutorial 1 in your textbook. The tutorial may expose you to more information than is identified in the course competencies. This presentation focuses on the skills necessary to achieve the course competencies as outlined in your syllabus. 2

What is a Database? A database is a collection of related data stored together. Data in a database is broken down into records and fields.  A record is all the data about a particular person, place, or thing.  A field is a specific piece of information about a particular person, place, or thing. 3

Why are Databases Important? One of the most valuable assets to companies today is data. Data includes customer information, product information, accounting records, and employee information among many other things. It is important for companies to be able to efficiently store and retrieve data relating to their business. 4

Overview of Access Microsoft Access is popular database software that allows the user to store and manage data, retrieve specified data, and create reports. These tasks are carried out by defining Access objects. In this course, we will focus our attention on the four main objects of Access. 5

Access Objects The four main Access objects are: Tables – store data Queries – retrieve data Forms – view and manage data Reports – present data 6

Access Window The Access database window is much like other Microsoft 2013 applications. Operations are carried out by choosing tools on the Ribbon. 7 Navigation Pane Ribbon Tab Selected Object

Creating a Database Create a new database with the following steps: Launch the Access program. Select Blank Database from the Backstage window. 8

Creating a Database Next you need to give the database a file name and to select a location for the database file. The default file name for Microsoft databases is Database1.accdb. You should give the database a descriptive name. Do not change the.accdb (Access DataBase) extension. Click the Browse button to choose a location in which to store your file. Save your file in your working directory. Finally, click the Create button. 9

File Format After creating your new file, the main Access window will open. You will see the name you assigned your database along with (Access file format) in the title bar. Do not worry about the Access 2007 designation. You are using Access Access 2007 simply indicates that the file extension format (accdb) is the same as used in Access versions

The Foundation of the Database Microsoft Access is a relational database in which data is subdivided and stored in tables which are related to each other through a common field. The table is the foundation of the database; all other Access objects will be based upon tables. When you create a blank database, a default table is automatically created. 11

The Table Tables are similar to Excel spreadsheets with data being stored in rows and columns. Each row represents a record and each column is a field. Row (record) Column (field) 12

Creating a table All Access objects can be created from the Create tab. A table can be created by simple entering data in the datasheet. Field properties (such as name and type) can be specified in Datasheet view. 13

Creating a table To have more control over the design and properties of the table, create the table in Design View. You will learn more about creating tables in Design View in Lesson 2. 14

Primary Key A primary key is a field that uniquely identifies each record. A primary key is not necessary, but is recommended for fields that can be uniquely identified. Records are sorted by default in order by the primary key. 15

Entering Data Once you have created your table, you can enter data into the table. 16

Navigation Navigation refers to methods of moving around in an object. Several different methods for navigating Access objects are available 17

Navigating in a Table - Commonly Used Keyboard Keys Use the up and down arrows to move back a record (up) or forward a record (down). Use the left and right arrows to move back a field (left) or forward a field (right). Use Ctrl + Home to move to the first record in a table. Use Ctrl + End to move to the last record in a table. See the chart on page AC2.5 for additional navigation keys. 18

You should also become familiar with the navigation buttons found at the bottom of the table. Navigation Buttons Navigating in a Table - Navigation Buttons 19

Table Navigation Buttons Go to First Record Go to Previous Record Go to Next Record Go to Last Record New Record 20

Record Number 21 At the bottom of the table is the current record box. This box indicates the record currently selected (first number) as well as the total number of records in the table (second number). You can also use this item as a navigation tool by typing in the record number you wish to view. Current Record Box

Creating Other Access Objects All other Access objects (queries, forms, and reports) are generally based on information found in tables. Forms and reports can be created quickly and easily by clicking the Form or Report button while in the table. Queries can be created quickly and easily with the Query Wizard. 22

Navigating in Queries and Forms Navigation in queries, forms, and print preview for reports is very similar to the navigation techniques previously discussed for tables. 23

Compacting You should frequently compact your database. Compacting a database rearranges the data and objects stored in the database to make the file run more efficiently (this is similar to defragmenting your hard drive). 24

Back-ups Backing up a database is the process of making a copy of the database file. Backups are important in case the original file is lost or damaged. In addition to backups stored on your local hard drive, frequent backup files should be created and stored on alternative media (such as a jump drive or portable hard drive). 25

End of Lesson Work through Tutorial1 on pages AC1 – AC 35 in your Access textbook. (Recall that the tutorial may expose you to more information than is identified in the course competencies). Complete the assigned exercises. 26