INTRODUCTION TO DATABASES USING MICROSOFT ACCESS

Size: px
Start display at page:

Download "INTRODUCTION TO DATABASES USING MICROSOFT ACCESS"

Transcription

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

2 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 TABLE OF CONTENTS Pages Basic Database Terms Creating a Database Creating a Table and Table Fields Populating a Table with Data Modifying Data in a Table. 17 Creating Queries Contact Information. 30 Introduction to Databases Using Microsoft Access Page 2 of 30

3 BASIC DATABASE TERMS Database A collection of interrelated data. Worker s Personal Information name, address, phone number, 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, address Introduction to Databases Using Microsoft Access Page 3 of 30

4 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

5 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

6 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

7 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

8 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

9 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

10 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

11 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

12 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

13 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

14 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

15 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

16 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

17 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

18 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

19 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

20 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

21 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

22 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

23 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

24 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

25 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

26 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 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

27 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

28 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

29 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

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) Toll-Free Main Line: Fax: (317) 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) Toll-Free Main Line: Fax: (317) Introduction to Databases Using Microsoft Access Page 30 of 30

Using Microsoft Access Databases

Using Microsoft Access Databases Using Microsoft Access Databases Print this document to use as a reference while you work through this course. Open Access, and follow all directions to familiarize yourself with the program. Database

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro, to your M: drive. To do the second part of the prelab, you will need to have available a database from that folder. Creating a new

More information

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

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise Access I 2010 Tables, Queries, Forms, Reports Lourdes Day, Technology Specialist, FDLRS Sunrise Objectives Participants will 1. create and edit a table 2. create queries with criteria 3. create and edit

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

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

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins) Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.

More information

MICROSOFT ACCESS 2003 TUTORIAL

MICROSOFT ACCESS 2003 TUTORIAL MICROSOFT ACCESS 2003 TUTORIAL M I C R O S O F T A C C E S S 2 0 0 3 Microsoft Access is powerful software designed for PC. It allows you to create and manage databases. A database is an organized body

More information

Creating a Database in Access

Creating a Database in Access Creating a Database in Access Microsoft Access is a database application. A database is collection of records and files organized for a particular purpose. For example, you could use a database to store

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

TAMUS Remote Desktop Setup For BPP SQL & Alva

TAMUS Remote Desktop Setup For BPP SQL & Alva The BPP SQL database and the ALVA application are both hosted on a remote desktop. A Texas A&M NetId account is needed to log in to this computer. NetId accounts can be requested on this webpage, https://gateway.tamu.edu/netid-activate/

More information

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

Objectives. Understand databases Create a database Create a table in Datasheet view Create a table in Design view 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

More information

Check out our website!

Check out our website! Check out our website! www.nvcc.edu/woodbr idge/computer-lab Contact Us Location: Open Computer Lab Seefeldt Building #336 NOVA Woodbridge Campus Hussna Azamy (OCL Supervisor) Phone: 703-878-5714 E-mail:

More information

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

Consider the possible problems with storing the following data in a spreadsheet: Microsoft Access 2010 Part 1: Introduction to Database Design What is a database? Identifying entities and attributes Understanding relationships and keys Developing tables and other objects Planning a

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

Converting an Excel Spreadsheet Into an Access Database

Converting an Excel Spreadsheet Into an Access Database Converting an Excel Spreadsheet Into an Access Database Tracey L. Fisher Personal Computer and Software Instructor Butler County Community College - Adult and Community Education Exceeding Your Expectations..

More information

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

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate. Microsoft Access Rollup Procedure for Microsoft Office 2007 Note: You will need tax form information in an existing Excel spreadsheet prior to beginning this tutorial. 1. Start Microsoft access 2007. 2.

More information

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

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. Microsoft Access A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. A Database Management System (DBMS) allows users to create a database; add,

More information

Creating and Using Forms in SharePoint

Creating and Using Forms in SharePoint Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

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

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH: PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH: INDEX Microsoft Access- An Overview 2 Datasheet view 4 Create a Table in Datasheet

More information

How to set up email applications for BT Openzone CONTENTS Introduction

How to set up email applications for BT Openzone CONTENTS Introduction How to set up email applications for BT Openzone CONTENTS Introduction General Email application settings Changing your Mail Server Address Outlook 2002 Page 2 Outlook 2000 Page 4 Outlook Express 6.0 and

More information

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Monthly Payroll to Finance Reconciliation Report: Access and Instructions Monthly Payroll to Finance Reconciliation Report: Access and Instructions VCU Reporting Center... 2 Log in... 2 Open Folder... 3 Other Useful Information: Copying Sheets... 5 Creating Subtotals... 5 Outlining

More information

Steps to Create a Database

Steps to Create a Database Steps to Create a Database Design the Database In order for a database to be effective some time should be spent on the layout of the table. Additionally, time should be spent on what the purpose of the

More information

Creating and Using Databases with Microsoft Access

Creating and Using Databases with Microsoft Access CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries

More information

Chapter 5. Microsoft Access

Chapter 5. Microsoft Access Chapter 5 Microsoft Access Topic Introduction to DBMS Microsoft Access Getting Started Creating Database File Database Window Table Queries Form Report Introduction A set of programs designed to organize,

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

Computer Science 125. Microsoft Access Project

Computer Science 125. Microsoft Access Project Computer Science 125 Microsoft Access Project Due Date : Tuesday, March 4th, 11:59 PM 50 points In this project, you will use Microsoft Access to create two databases : a student database and a coffee

More information

Introduction to Microsoft Access

Introduction to Microsoft Access Welcome to Teach Yourself: Introduction to Microsoft Access This Teach Yourself tutorial explains the basic operations and terminology of Microsoft Access 2003, a database management program. Microsoft

More information

IST 195 Lab 11: MS Access

IST 195 Lab 11: MS Access Title of lab: Microsoft Access 2010 IST 195 Lab 11: MS Access Learning goal: Databases are collections of information, and database programs are designed to maintain data in structured tables. In this

More information

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports Introduction...2 Tables...3 Designing a Table...3 Data Types...4 Relationships...8 Saving Object Designs and Saving Data...9 Queries...11

More information

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

More information

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

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008 Microsoft Amarillo College Revision Date: July 30, 2008 Table of Contents GENERAL INFORMATION... 1 TERMINOLOGY... 1 ADVANTAGES OF USING A DATABASE... 2 A DATABASE SHOULD CONTAIN:... 3 A DATABASE SHOULD

More information

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

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access. COURSE DESCRIPTION Course Name Queries in Microsoft Access Audience need This course is designed for users with a to create queries in Microsoft Access. Prerequisites * Keyboard and mouse skills * An understanding

More information

MICROSOFT ACCESS TABLES

MICROSOFT ACCESS TABLES MICROSOFT ACCESS TABLES Create a New Table... 1 Design View... Datasheet View... 5 Table Tools in Datasheet View... 6 Sorting and Filtering Data... 8 Import and Export Data... 10 Relationships... 11 Relationship

More information

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

How To Connect Your Transactions To Quickbooks Online From Your Bank Or Credit Card Account On A Pc Or Mac Computer Or Ipa Device You can save time and reduce errors by downloading your transactions directly from your bank and credit card accounts from a secure online connection. QuickBooks Online allows you to set these transactions

More information

Email Export. Exporting Client Email Addresses

Email Export. Exporting Client Email Addresses Email Export Exporting Client Email Addresses STX has the ability to export email addresses from the Client file. Once those addresses are exported, STX has nothing else to do with getting the addresses

More information

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

User Services. Microsoft Access 2003 II. Use the new Microsoft User Services July 2007 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet Create Relationships Create a Form with a Subform Create Action Queries Create Command Buttons Create a

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

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

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

Microsoft Access Part I (Database Design Basics) ShortCourse Handout

Microsoft Access Part I (Database Design Basics) ShortCourse Handout Microsoft Access Part I (Database Design Basics) ShortCourse Handout July 2004, Technology Support, Texas Tech University. ALL RIGHTS RESERVED. Members of Texas Tech University or Texas Tech Health Sciences

More information

Learning Services IT Guide. Access 2013

Learning Services IT Guide. Access 2013 Learning Services IT Guide Access 2013 Microsoft Access is a programme which allows you to store a lot of information easily in the form of a database. For example you could create a database which stored

More information

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

Microsoft Office Access 2007 which I refer to as Access throughout this book Chapter 1 Getting Started with Access In This Chapter What is a database? Opening Access Checking out the Access interface Exploring Office Online Finding help on Access topics Microsoft Office Access

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Microsoft Access is a computer application used to create and work with databases. In computer jargon that means it s a Database Management System or DBMS. So what is a database?

More information

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

Primavera Unifier v9.14 / 2014 EPPM Day Hands On Session Exercise Document Primavera Unifier v9.14 / 2014 EPPM Day Hands On Session Exercise Document This exercise document is a basic Unifier intro. document, for those people, who would like to gain the first impression around

More information

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

LAB 1: Getting started with WebMatrix. Introduction. Creating a new database. M1G505190: Introduction to Database Development LAB 1: Getting started with WebMatrix Introduction In this module you will learn the principles of database development, with the help of Microsoft WebMatrix. WebMatrix is a software application which

More information

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

Project Zip Code. Version 13.0. CUNA s Powerful Grassroots Program. User Manual. Copyright 2012, All Rights Reserved Project Zip Code Version 13.0 CUNA s Powerful Grassroots Program User Manual Copyright 2012, All Rights Reserved Project Zip Code Version 13.0 Page 1 Table of Contents Topic Page About Project Zip Code

More information

Microsoft Office 2010

Microsoft Office 2010 Access Tutorial 1 Creating a Database Microsoft Office 2010 Objectives Learn basic database concepts and terms Explore the Microsoft Access window and Backstage view Create a blank database Create and

More information

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

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0 ECDL European Computer Driving Licence Database Software BCS ITQ Level 1 Using Microsoft Access 2013 Syllabus Version 1.0 This training, which has been approved by BCS, includes exercise items intended

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

GUIDE FOR SORTING RX HISTORY REPORTS IN MICROSOFT EXCEL

GUIDE FOR SORTING RX HISTORY REPORTS IN MICROSOFT EXCEL GUIDE FOR SORTING RX HISTORY REPORTS IN MICROSOFT EXCEL 1. Log in to your INSPECT WebCenter Account. 2. Go to the Requests tab on the left, and select New Request. 3. Select Practitioner from the drop-down

More information

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

Instructions for applying data validation(s) to data fields in Microsoft Excel 1 of 10 Instructions for applying data validation(s) to data fields in Microsoft Excel According to Microsoft Excel, a data validation is used to control the type of data or the values that users enter

More information

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

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

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

CONFIGURING VIRTUAL TERMINAL: This is the screen you will see when you first open Virtual Terminal CONFIGURING VIRTUAL TERMINAL: This is the screen you will see when you first open Virtual Terminal Before you begin you must configure the Options for Virtual Terminal. Click on the Options drop down menu

More information

Microsoft Access 3: Understanding and Creating Queries

Microsoft Access 3: Understanding and Creating Queries Microsoft Access 3: Understanding and Creating Queries In Access Level 2, we learned how to perform basic data retrievals by using Search & Replace functions and Sort & Filter functions. For more complex

More information

Dynamics CRM for Outlook Basics

Dynamics CRM for Outlook Basics Dynamics CRM for Outlook Basics Microsoft Dynamics CRM April, 2015 Contents Welcome to the CRM for Outlook Basics guide... 1 Meet CRM for Outlook.... 2 A new, but comfortably familiar face................................................................

More information

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

Moving your GroupWise archive to Outlook 2010 Key step to take the day after your e-mail upgrade Moving your GroupWise archive to Outlook 2010 Key step to take the day after your e-mail upgrade About this guide /transformation Who should use it This guide is intended for those DBHDD (Department of

More information

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

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010 Produced by Flinders University Centre for Educational ICT PivotTables Excel 2010 CONTENTS Layout... 1 The Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands and Buttons

More information

Access Tutorial 1 Creating a Database. Microsoft Office 2013 Enhanced

Access Tutorial 1 Creating a Database. Microsoft Office 2013 Enhanced Access Tutorial 1 Creating a Database Microsoft Office 2013 Enhanced Objectives Session 1.1 Learn basic database concepts and terms Start and exit Access Explore the Microsoft Access window and Backstage

More information

EML-09 Keeping Operating Systems and Applications up to date with Patch Management 7.1

EML-09 Keeping Operating Systems and Applications up to date with Patch Management 7.1 EML-09 Keeping Operating Systems and Applications up to date with Patch Management 7.1 Description Maintianing consistant and current patch status is a critical part of any security strategy. In this lab,

More information

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

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

More information

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

How To Understand The Basic Concepts Of A Database And Data Science Database Concepts Using Microsoft Access lab 9 Objectives: Upon successful completion of Lab 9, you will be able to Understand fundamental concepts including database, table, record, field, field name,

More information

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

Aerie Help Desk App. User Guide. Aerie Consulting, LLC 110 West Canal Street Winooski, VT 05404. September 14, 2015 Version 1.0.1 Aerie Help Desk App User Guide Aerie Consulting, LLC 110 West Canal Street Winooski, VT 05404 September 14, 2015 Version 1.0.1 Table of Contents Introduction... 3 Scope & Purpose... 3 Process Overview...

More information

Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant

Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant What We ll Cover 1. Enabling database connections through Microsoft Excel 2. Accessing the data stored in the SQL Database via the

More information

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.

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. Creating a Pie Graph Step-by-step directions 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. 1. Enter Data A. Open

More information

Getting Started with Access 2007

Getting Started with Access 2007 Getting Started with Access 2007 1 A database is an organized collection of information about a subject. Examples of databases include an address book, the telephone book, or a filing cabinet full of documents

More information

Microsoft Access 2010- Introduction

Microsoft Access 2010- Introduction Microsoft Access 2010- Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Utilities. 2003... ComCash

Utilities. 2003... ComCash Utilities ComCash Utilities All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or

More information

Netmail Search for Outlook 2010

Netmail Search for Outlook 2010 Netmail Search for Outlook 2010 Quick Reference Guide Netmail Search is an easy-to-use web-based electronic discovery tool that allows you to easily search, sort, retrieve, view, and manage your archived

More information

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

ACCESS 2007 BASICS. Best Practices in MS Access. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 BASICS Best Practices in MS Access IT Training & Development (818) 677-1700 Email: training@csun.edu Website: www.csun.edu/it/training Access

More information

Introduction to Microsoft Access 2007

Introduction to Microsoft Access 2007 Introduction to Microsoft Access 2007 Introduction A database is a collection of information that's related. Access allows you to manage your information in one database file. Within Access there are four

More information

WRITE-UP CS Adjusting Entry Procedures

WRITE-UP CS Adjusting Entry Procedures WRITE-UP CS Adjusting Entry Procedures Introduction This document highlights a few of the special features in Write-Up CS that can help make processing easier. On the following pages, we provide step-by-step

More information

Making a Web Page with Microsoft Publisher 2003

Making a Web Page with Microsoft Publisher 2003 Making a Web Page with Microsoft Publisher 2003 The first thing to consider when making a Web page or a Web site is the architecture of the site. How many pages will you have and how will they link to

More information

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

Use Find & Replace Commands under Home tab to search and replace data. Microsoft Access 2: Managing Data in Tables and Creating Relationships You have created tables in an Access database. Data in Access tables can be added, deleted, and updated to be current (practiced in

More information

MICROSOFT ACCESS 2007 BOOK 2

MICROSOFT ACCESS 2007 BOOK 2 MICROSOFT ACCESS 2007 BOOK 2 4.1 INTRODUCTION TO ACCESS FIRST ENCOUNTER WITH ACCESS 2007 P 205 Access is activated by means of Start, Programs, Microsoft Access or clicking on the icon. The window opened

More information

Microsoft Access 2007 Introduction

Microsoft Access 2007 Introduction Microsoft Access 2007 Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Instructions for Creating an Outlook E-mail Distribution List from an Excel File

Instructions for Creating an Outlook E-mail Distribution List from an Excel File Instructions for Creating an Outlook E-mail Distribution List from an Excel File 1.0 Importing Excel Data to an Outlook Distribution List 1.1 Create an Outlook Personal Folders File (.pst) Notes: 1) If

More information

Database Program Instructions

Database Program Instructions Database Program Instructions 1) Start your Comparative Rating software by double-clicking the icon on your desktop. 2) Click on the button on the Comparative Rating Software Main Menu. 3) A message Loading

More information

IS 312, Information Systems for Business Database Project in Access

IS 312, Information Systems for Business Database Project in Access IS 312, Information Systems for Business Database Project in Access Department of Accounting & Information Systems College of Business & Economics 2010-2015 by David W. Miller, Ph.D. This document created

More information

File Management Using Microsoft Windows

File Management Using Microsoft Windows File Management Using Microsoft Windows lab 2 Objectives: Upon successful completion of Lab 2, you will be able to Define the terms file and folder Understand file and memory storage capacity concepts

More information

Using an Access Database

Using an Access Database A Few Terms Using an Access Database These words are used often in Access so you will want to become familiar with them before using the program and this tutorial. A database is a collection of related

More information

Six Steps to Completing a Mail-Merge

Six Steps to Completing a Mail-Merge Six Steps to Completing a Mail-Merge Mail merging means to plug data from an address table into form letters, e-mail messages, envelopes, address labels, or a directory (a list or catalog, for example).

More information

Microsoft Access 2003 Module 1

Microsoft Access 2003 Module 1 Microsoft Access 003 Module http://pds.hccfl.edu/pds Microsoft Access 003: Module June 005 006 Hillsborough Community College - Professional Development Services Hillsborough Community College - Professional

More information

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

This document is provided as-is. Information and views expressed in this document, including URLs and other Internet Web site references, may This document is provided "as-is". Information and views expressed in this document, including URLs and other Internet Web site references, may change without notice. Some examples depicted herein are

More information

Importing Email addresses from DiamondCounter into Mozilla Thunderbird

Importing Email addresses from DiamondCounter into Mozilla Thunderbird Importing Email addresses from DiamondCounter into Mozilla Thunderbird This guide will walk you through how to export your customer email list from DiamondCounter and import it into Mozilla Thunderbird

More information

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

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University Simple Invoicing Desktop Database with MS Access 2013 c 2015 by David W. Gerbing School of Business Administration Portland State University July 2, 2015 CONTENTS 1 Contents 1 Create a New Database 1 2

More information

Advanced Database Concepts Using Microsoft Access

Advanced Database Concepts Using Microsoft Access Advanced Database Concepts Using Microsoft Access lab 10 Objectives: Upon successful completion of Lab 10, you will be able to Understand database terminology, including database, table, record, field,

More information

Lab 2: MS ACCESS Tables

Lab 2: MS ACCESS Tables Lab 2: MS ACCESS Tables Summary Introduction to Tables and How to Build a New Database Creating Tables in Datasheet View and Design View Working with Data on Sorting and Filtering 1. Introduction Creating

More information

How to set up a database in Microsoft Access

How to set up a database in Microsoft Access Contents Contents... 1 How to set up a database in Microsoft Access... 1 Creating a new database... 3 Enter field names and select data types... 4 Format date fields: how do you want fields with date data

More information

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

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences Unit 4 Introduction to Spreadsheet and Database, pages 1 of 12 Department of Computer and Mathematical Sciences CS 1305 Intro to Computer Technology 15 Module 15: Introduction to Microsoft Access Objectives:

More information

Creating a Database using Access 2007

Creating a Database using Access 2007 Creating a Database using Access 2007 Starting Access 2007 Double click on the Access 2007 icon on the Windows desktop (see right), or click-on the Start button in the lower left corner of the screen,

More information

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

If the database that is required is similar to a template then whole database can be generated by using a template that already exists. Creating Tables There are many ways of creating tables; it depends on the fields required in the table and the complexity of the database to be set up as to how you create the tables. If the database that

More information

Mail Merge (Microsoft Office 2010)

Mail Merge (Microsoft Office 2010) Mail Merge (Microsoft Office 2010) Microsoft Word s 2010 mail merge feature allows users to create one document, such as a customer appreciation letter, promotional letter, or an employee appreciation

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

Affiliated Provider Billing/Coding

Affiliated Provider Billing/Coding Affiliated Provider Billing/Coding ED BILLING USING FIRSTNET Table of Contents Affiliated Provider ED Billing...2 icentra FirstNet...2 Accessing FirstNet...2 To access FirstNet:...2 Checking In as a Provider...2

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

Patch Manager. Overview. LabTech

Patch Manager. Overview. LabTech Patch Manager PATCH MANAGER 1 Overview... 1 Using the Patch Manager... 7 Using the Patch Manager for Groups... 8 Ignoring Patches... 11 Denying Patches... 12 Removing Patch Approvals from Groups... 12

More information

RIMS Community Microsite Content Management System Training

RIMS Community Microsite Content Management System Training RIMS Community Microsite Content Management System Training Table of Contents Site setup o Hands on Training: Configure your Contact Us page Content Management System o Navigation Items/Pages Overview

More information