INTRODUCTION TO DATABASES USING MICROSOFT ACCESS



Similar documents
Using Microsoft Access Databases

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2010

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro

Access I Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise

Microsoft Access 2010 Part 1: Introduction to Access

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

MICROSOFT ACCESS 2003 TUTORIAL

Creating a Database in Access

Introduction to Microsoft Access 2003

TAMUS Remote Desktop Setup For BPP SQL & Alva

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

Check out our website!

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

Microsoft Access Basics

Converting an Excel Spreadsheet Into an Access Database

Microsoft Access Rollup Procedure for Microsoft Office Click on Blank Database and name it something appropriate.

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

Creating and Using Forms in SharePoint

BID2WIN Workshop. Advanced Report Writing

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH:

How to set up applications for BT Openzone CONTENTS Introduction

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Steps to Create a Database

Creating and Using Databases with Microsoft Access

Chapter 5. Microsoft Access

Microsoft Office Access 2007 Basics

Computer Science 125. Microsoft Access Project

Introduction to Microsoft Access

IST 195 Lab 11: MS Access

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports

MICROSOFT ACCESS STEP BY STEP GUIDE

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

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access.

MICROSOFT ACCESS TABLES

How To Connect Your Transactions To Quickbooks Online From Your Bank Or Credit Card Account On A Pc Or Mac Computer Or Ipa Device

Export. Exporting Client Addresses

User Services. Microsoft Access 2003 II. Use the new Microsoft

Microsoft Access 2010 handout

Intellect Platform - Tables and Templates Basic Document Management System - A101

Microsoft Access Part I (Database Design Basics) ShortCourse Handout

Learning Services IT Guide. Access 2013

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

Using Microsoft Access

Primavera Unifier v9.14 / 2014 EPPM Day Hands On Session Exercise Document

LAB 1: Getting started with WebMatrix. Introduction. Creating a new database. M1G505190: Introduction to Database Development

Project Zip Code. Version CUNA s Powerful Grassroots Program. User Manual. Copyright 2012, All Rights Reserved

Microsoft Office 2010

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

Appendix A How to create a data-sharing lab

Create a New Database in Access 2010

GUIDE FOR SORTING RX HISTORY REPORTS IN MICROSOFT EXCEL

Instructions for applying data validation(s) to data fields in Microsoft Excel

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

CONFIGURING VIRTUAL TERMINAL: This is the screen you will see when you first open Virtual Terminal

Microsoft Access 3: Understanding and Creating Queries

Dynamics CRM for Outlook Basics

Moving your GroupWise archive to Outlook 2010 Key step to take the day after your upgrade

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Access Tutorial 1 Creating a Database. Microsoft Office 2013 Enhanced

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

How To Understand The Basic Concepts Of A Database And Data Science

Aerie Help Desk App. User Guide. Aerie Consulting, LLC 110 West Canal Street Winooski, VT September 14, 2015 Version 1.0.1

Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

Getting Started with Access 2007

Microsoft Access Introduction

Utilities ComCash

Netmail Search for Outlook 2010

ACCESS 2007 BASICS. Best Practices in MS Access. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818)

Introduction to Microsoft Access 2007

WRITE-UP CS Adjusting Entry Procedures

Making a Web Page with Microsoft Publisher 2003

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

MICROSOFT ACCESS 2007 BOOK 2

Microsoft Access 2007 Introduction

Instructions for Creating an Outlook Distribution List from an Excel File

Database Program Instructions

IS 312, Information Systems for Business Database Project in Access

File Management Using Microsoft Windows

Using an Access Database

Six Steps to Completing a Mail-Merge

Microsoft Access 2003 Module 1

This document is provided "as-is". Information and views expressed in this document, including URLs and other Internet Web site references, may

Simple Invoicing Desktop Database with MS Access c 2015 by David W. Gerbing School of Business Administration Portland State University

Advanced Database Concepts Using Microsoft Access

Lab 2: MS ACCESS Tables

How to set up a database in Microsoft Access

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

Creating a Database using Access 2007

If the database that is required is similar to a template then whole database can be generated by using a template that already exists.

Mail Merge (Microsoft Office 2010)

Virtual Office Remote Installation Guide

Affiliated Provider Billing/Coding

Crystal Reports Payroll Exercise

Patch Manager. Overview. LabTech

Transcription:

INTRODUCTION TO DATABASES USING MICROSOFT ACCESS ILLUSTRATION GUIDE Introduction to Databases Using Microsoft Access Page 1 of 30

OVERVIEW The guide illustrates the step-by-step basics of creating and using a Microsoft Access database. The guide will walk you through such areas as creating a database, creating a table and table fields, populating a table with data, modifying data in tables, and creating queries. The guide will also present some basic database terminology you ll need to become familiar with. Examples used in this guide are geared towards union organizers. The guide will follow the creation and use of a sample database that could be used during an organizing campaign. The guide applies to users of Microsoft Office 2000. TABLE OF CONTENTS Pages Basic Database Terms.. 3 5 Creating a Database.. 6 8 Creating a Table and Table Fields.. 9 14 Populating a Table with Data 15 16 Modifying Data in a Table. 17 Creating Queries. 18 29 Contact Information. 30 Introduction to Databases Using Microsoft Access Page 2 of 30

BASIC DATABASE TERMS Database A collection of interrelated data. Worker s Personal Information name, address, phone number, e-mail address, etc. Worker s Job Information trade/skill, primary occupation, shift, department, supervisor, manager, years of employment, years as apprentice, etc. Organizing Interaction with Worker first date of contact, union support level, number of union meetings worker has attended, etc. Managers relationship with workers, personal information, job information, their interaction with workers during an organizing campaign. Table A collection of related data. Example using the information from above: A table could be created for worker data and another table could be created for manager data. Table data is arranged into rows and columns. Each column represents a field. Each row represents a record. Field A single piece of data Examples: first name, last name, address, city, state, zip code, phone number, e-mail address Introduction to Databases Using Microsoft Access Page 3 of 30

Record A group of fields combined to make one complete set of information. Fields Record Primary Key A field that uniquely identifies a record. Examples: Worker ID, Worker Number, Order Number A primary key is used to differentiate records that could have similar data in one table. For instance, two workers could have the same first and last names. A primary key is also used to define relationships between multiple tables. For example, a worker could be associated with a manager through a Worker ID primary key. Query A request for information from a database. General Query: Request a record for a worker. Specific Query: Request records listing only the last name and address fields of workers that live in Indianapolis. Introduction to Databases Using Microsoft Access Page 4 of 30

Database Management System (DBMS) A program that allows you to create a database, populate a database, modify a database, and query a database. Microsoft Access is an example of a database management system. Introduction to Databases Using Microsoft Access Page 5 of 30

CREATING A DATABASE 1. In Windows, click on the Start button. 2. Go to Programs >> Microsoft Access 3. In the small box that appears, select Blank Access Database and then select OK. 4. In the resulting small box that appears (see next page), you will need to give a name for the database. From the Save in: drop-down list, select Desktop the location where the database will be saved. Introduction to Databases Using Microsoft Access Page 6 of 30

5. In the File name: box, enter the word Campaign1, which will be the name of the database. When ready, click on the Create button. (Note: Campaign1 is an example used here.) Introduction to Databases Using Microsoft Access Page 7 of 30

Once your database has been created, the following box should appear: For references purposes, the box containing all the options and features above will be referred as the Database Main Menu. Introduction to Databases Using Microsoft Access Page 8 of 30

CREATING A TABLE AND TABLE FIELDS 1. In the Database Main Menu, make sure Tables is selected under the Objects bar. 2. Then select Design at the top of the Database Main Menu. Introduction to Databases Using Microsoft Access Page 9 of 30

The resulting screen that appears (below) is called Design View. Design View is used to create and modify table fields. 3. To create new fields, type in a name that describes the field (single piece of data) in the Field Name column. An example of a field name would be First Name. 4. The first field entered should be the field that will represent the primary key. The example used in this guide will be Worker ID. Enter the name of the primary key (see illustration on next page). Introduction to Databases Using Microsoft Access Page 10 of 30

5. Right-click in the small box just to the left of the field name representing the primary key. 6. Select Primary Key from the drop-down list. This will set the field as the primary key. Introduction to Databases Using Microsoft Access Page 11 of 30

A small key icon should show in the small box just to the left of the field name representing the primary key. 7. Once the field name has been entered and the primary key has been set, specify the data type. Ask yourself: Will data contained in the field be: Text A number An auto number (a number that gets incremented automatically for each new record added) A Date/Time Currency A yes/no selection 8. Once the data type is known, make the appropriate data type selection in the Data Type column. Click in the white area this will bring up a drop-down list. Make the selection from the list. For the example used above, Worker ID, the data type Auto Number will be selected (see illustration on next page): Introduction to Databases Using Microsoft Access Page 12 of 30

9. Continue to enter field names and selecting data types as needed. The sample below implements nine fields total. NOTE: Once you have defined the primary key, you won t have to set a primary key for any other fields. Introduction to Databases Using Microsoft Access Page 13 of 30

10. Once all the fields and data types have been entered, save the table. Go to File and select Save from the Microsoft Access File menu, which is located at the top, left-hand corner of the screen. 11. In the resulting small box, type a name for the table. For the example used in this guide, Workers is used for the name. When ready, click on the OK button. This action will save the table and fields you created. 12. Close the table Design View by clicking on the X located at the top, right-hand corner of the Design View area. Introduction to Databases Using Microsoft Access Page 14 of 30

POPULATING A TABLE WITH DATA 1. Return to the Database Main Menu. Since the menu is located in a window within Access, you may need to maximize, or pull up, the window again. Make sure Tables is selected underneath the Objects bar. The table that you just created and saved should show in the white area. 2. Double click on the table name. In this example, Workers would be double-clicked. The resulting screen is the Datasheet View. The Datasheet View is where all data entry takes place. Records are created here. A screen shot of the Datasheet View is located on the next page: Introduction to Databases Using Microsoft Access Page 15 of 30

Datasheet View: 3. Create records by filling in the fields with data. NOTE: If one of your fields has the data type of an auto number (as shown above) you do not need to enter data for this field. A number will be automatically inserted when the record is completed and/or data is being entered for the next record. In the example used in this guide, six records were created: In the example above, the numbers 1, 2, 3, or 4 are used in the Union Support field. If your table contains a field with a date/time data type (example: First Date of Contact), just enter data for that field in the format of MM/DD/YY. 4. When data entry has been completed, click the X button located at the top, right-hand corner of the Datasheet View area. Remember that you can return to the Datasheet View at any time to create or modify records. Introduction to Databases Using Microsoft Access Page 16 of 30

MODIFYING DATA IN A TABLE 1. Return to the Database Main Menu. Since the menu is located in a window within Access, you may need to maximize, or pull up, the window again. Double-click on the table that contains data you want to modify. In the guide s example, the table Workers would be doubleclicked. This brings up the Datasheet View. 2. Simply go into the field containing data that needs to be changed and make the appropriate updates. Updating data in Datasheet View can be compared to making changes in a word document. Updated data will be automatically saved. Introduction to Databases Using Microsoft Access Page 17 of 30

CREATING QUERIES A query is simply a request for information from a database. After a table has been created and populated with data, queries can be created to extract a subset of information such as all information on workers that live in Indianapolis. The following steps will illustrate how to create basic queries based on the example that has been presented throughout this guide. 1. From the Database Main Menu, select Queries underneath the Objects bar. 2. Select New at the top of the Database Main Menu. Introduction to Databases Using Microsoft Access Page 18 of 30

3. In the resulting box that appears, make sure Design View is highlighted. NOTE: Design View in this situation applies to the query we re about to create. Then, click the OK button. 4. In the resulting small box called Show Table, select the Tables tab. Then select the table that will be involved in the query. In the guide s example, the table Workers will be selected. Click the Add button and then click Close. Introduction to Databases Using Microsoft Access Page 19 of 30

This is what the query Design View should look like after clicking the Add button, then the Close button from the previous action. As shown above in the bottom pane, there are six areas that can be utilized in creating a query. Field Used to specify which fields will be apart of the query (either for display in the results and/or to be used in the criteria). Table Used to specify the table that houses the fields that will be apart of the query. Sort Used to specify how the records will be sorted in the query results. An example would be sorting records by a worker s last name A to Z. Show Used to specify whether a field that is apart of the query will be shown in the query results. A field can be used in the criteria, but doesn t necessarily have to be shown in the results. Criteria Used to specify criteria that will limit the number of records returned in the query results. Or This area is apart of the criteria that allow you to further limit the number of records returned in the query results. For instance, let s say we want to return all records for workers that live in Indianapolis or Beech Grove. Indianapolis would be placed in the Criteria area while Beech Grove would be placed in the Or area. Query examples can be seen on the following pages. Introduction to Databases Using Microsoft Access Page 20 of 30

TYPES OF QUERIES There are two types of basic queries you can set up using Microsoft Access: Queries That Show All Fields: This type of query would return records with all accompanying fields based on the criteria you specify. Queries That Show Specific Fields: This type of query would return records with certain fields specified based on the criteria you select. For instance, you could create a query that returns records with only the First Name, Last Name, and Address fields listed of a worker based on specified criteria. The following examples will demonstrate how to use the two query types based on the sample workers database we ve dealt with in this guide. Introduction to Databases Using Microsoft Access Page 21 of 30

Queries That Show All Fields Example: Creating a query that selects records where a worker s City is Indianapolis. 1. In the Query Design View, select Workers.* from Field drop-down list in the first column. Regardless of the name of the table you are working with, there should be a selection that has the * in it. The selection with * in it will indicate that we want to see all fields in the query results. Note that once the selection is made, the Table and Show areas will be automatically filled in (shown on next page) as long as only one table is involved in the query. Introduction to Databases Using Microsoft Access Page 22 of 30

2. Set the criteria. In this example, the City field will be used in the criteria. Select City from the Field drop-down list in the second column. Then enter Indianapolis into the Criteria box in the second column. Introduction to Databases Using Microsoft Access Page 23 of 30

3. Uncheck the checkbox for Show in the second column since the query results will already show the City field (since we specified to show all fields in the first column). The query would now look like this: Note: Microsoft Access will automatically place quotes around any textual criteria as shown above. Introduction to Databases Using Microsoft Access Page 24 of 30

4. Now that the query has been set up, it s now time to run the query. Click on the icon that looks like an exclamation point from the Microsoft Access tool bar at the top. The query results should look like this based on the example provided: 5. Save the query. Directions and illustrations for this action can be viewed on Page 29. Introduction to Databases Using Microsoft Access Page 25 of 30

Queries That Show Specific Fields Example: Creating a query that shows records with only the First Name, Last Name, and Address fields listed where the worker s Union Support level is 4. 1. In the query Design View, select First Name from the Field drop-down list in the first column, Last Name from the Field drop-down list in the second column, Address from the Field dropdown list in the third column, and finally Union Support from the Field drop-down list in the fourth column. Union support will be our criteria field used in this example. Note the Table and Show areas will automatically be filled in for each column where a field is specified as long as only one table is involved in the query. 2. Determine whether you would like to show the criteria field in the query results. Uncheck the box in the Union Support column if you don t want the Union Support field to display in the query results. In this example, we only want to show the First Name, Last Name, and Address fields, so we ll uncheck the box. Introduction to Databases Using Microsoft Access Page 26 of 30

3. Set the criteria. In this example, the Union Support field will be used in the criteria. Enter 4 into the Criteria box in the fourth column. 4. Now that the query has been set up, it s now time to run the query. Click on the icon that looks like an exclamation point from the Microsoft Access tool bar at the top. Introduction to Databases Using Microsoft Access Page 27 of 30

The query results should look like this based on the example provided. Note the Union Support field is not shown in the results. 5. Save the query. Directions and illustrations for this action can be viewed on Page 29. Introduction to Databases Using Microsoft Access Page 28 of 30

SAVING A QUERY 1. While working with the query, go to File and select Save from the Microsoft Access File menu, which is located at the top, left-hand corner of the screen. 2. In the resulting small box, type a name for the query. In this example, First Name Last Name Address is used for the name. When ready, click on the OK button. This action will save the query you created. You can now access this query from the Database Main Menu by selecting Queries underneath the Objects bar. Introduction to Databases Using Microsoft Access Page 29 of 30

CONTACT INFORMATION For questions on Introduction to Databases Using Microsoft Access, contact: Ryan Diekhoff Technology Specialist Indiana University Division of Labor Studies Direct Line: (317) 278-9954 Toll-Free Main Line: 1-800-822-4743 Fax: (317) 278-2280 Email: rkdiekho@iupui.edu For questions on the Organize Indiana Project, contact: David Williams Lecturer and Non-Credit Program Coordinator Indiana University Division of Labor Studies Direct Line: (317) 274-2518 Toll-Free Main Line: 1-800-822-4743 Fax: (317) 278-2280 Email: dawilli1@iupui.edu http://www.organizeindiana.org Introduction to Databases Using Microsoft Access Page 30 of 30