What are we dealing with? Creating a New MS Access Database

Size: px
Start display at page:

Download "What are we dealing with? Creating a New MS Access Database"

Transcription

1 What are we dealing with? Databases are widely used in industry and in applications where large amounts of information need to be managed effectively. Databases help users search for key information in large databases and help narrow the numerous fields in large databases down to several fields of interest. This article will guide beginning users through the steps to create a database in Microsoft Access on a Purdue University ITaP PC. However, after the first step of launching Microsoft Access is completed, the documentation applies for all users of Microsoft Access Using the example of creating a class list, these examples will show the user the benefits of creating tables, forms, reports and queries. Compiling these tools along the way will assist the user in acquiring the necessary skills to use Microsoft Access to manage small to large quantities of information effectively. Creating a New MS Access Database One of the biggest differences between MS Access and other MS Office applications is the process of creating new files. Typically, as is the case in MS Word and MS Excel, new files are created automatically when the application is launched and can be modified and populated with data straightaway. However, this is not the case with MS Access. When a user launches MS Access, he/she is presented with a blank workspace. In addition, unlike other MS Office files, MS Access databases must be saved before they can be manipulated. The procedure presented in this section will guide you through the process of creating a new MS Access database. 1. Launch Microsoft Access. On a standard Purdue University ITaP computer, MS Access can be launched by clicking on Start All Programs Standard Software Microsoft Office Microsoft Office Access 2003, as shown in Figure 1. Figure 1 This is where you start

2 2 2. To start a new database, on the MS Access window, click on File New or hit ctrl-n on your keyboard. A New File menu will appear on the right side of the screen. 3. Click on Blank Database, as shown in Figure 2. A new window will appear asking you where you want to save your database. Figure 2 Selecting Blank Database from the New File menu 4. Specify the directory in which you want to save the database. See Figure 3 for reference. Figure 3 - Saving File 5. Enter a file name for your database, and click on Create. A new window will appear with your newly entered filename as a title. This window will be referred to as the MS Access navigating window in this documentation. Refer to Figure 4 to see what this window looks like. YOU ARE NOW READY TO POPULATE AND TO CREATE TABLES, QUERIES, FORMS, AND REPORTS FOR YOUR DATABASE.

3 3 Creating a Table The overall purpose of the table in a Microsoft Access database is to store and categorize data. The unique design of the Microsoft Access table allows the administrator to efficiently and accurately access and keep track of information. Data is often regarded as an important facet in nearly all circumstances; therefore, any application that safeguards and processes data is a convenient and valuable tool. The steps listed below should provide a convenient and efficient method of creating a table in Microsoft Access. 1. In the MS Access navigating window, select Tables under Objects on the left menu, and double click on Create table in Design view. See Figure 4. A new window will appear asking you to configure the fields for your database. See Figure 5 on the next page for what this looks like. Figure 4 the MS Access Navigating Window: Creating a Table in Design View 2. On the first line under Field Name, type the title of the first column heading of your database. Refer to Figure 5 on the following page. Note: Microsoft Access requires a Primary Key field: a field that is unique for each entry of the database). Therefore, it might be best to populate the first field with some sort of identification data, such as student identification numbers.

4 4 Figure 5 Enter field name 3. Click on the drop down button on the first field under Data Type, and select the type of field you wish to create. Example: If your first field is titled Student Identification Number, you might specify the data type to be Number or Auto number. A brief description of the data types can be found in the MS Access help documents. 4. If you wish to include a description of the field, enter a description under Descriptions. Note: This is not required, but could be useful if multiple users will be accessing and modifying your database. 5. To define a field as the primary key of your database, right click on the arrowhead on the left side of the field name entry, and select Primary Key. Refer to Figure 6 below. Figure 6 Making the primary key 6. Specify the properties of the field by modifying the entries under Field Properties at the bottom of the page. See Figure 7 on the following page.

5 5 Figure 7 Possible set of field properties 7. Repeat the above procedures for each column heading you wish to create in your database. 8. After you finish configuring all the fields, click on the icon on the top left corner of the screen to switch to table view. 9. When MS Access asks you to save the table, click on Yes on the Save Table dialog box, and type a name for the table. Your database will now appear in table format with the field names or the field caption as column headings. 10. Populate the fields with relevant data. Figure 8 below gives an example of a class-list database. Figure 8 Example of a complete populated database

6 6 YOU HAVE NOW POPULATED YOUR DATABASE WITH DATA. YOU CAN USE THESE DATA TO PRODUCE REPORTS AND TO CREATE QUERIES. Creating a Form Forms in a Microsoft Access database allow the user and / or administrator to enter information into the database from an outside source. For example, when gathering customer information for a credit card application, many companies have the capability of using online forms to allow those customers to submit the required information. This information is then gathered into the database where it can be validated and analyzed. Overall, forms represent an efficient and relatively simple form of input that can be readily utilized by any and every database administrator out there. Remember, the implementation of forms in a database can be quite diverse whether you are a large company or just an individual, forms can work for you. Forms are most easily created by using the form wizard. The procedure in this section will guide the user through the form-creation wizard. 1. In the MS Access navigator window, select Forms under Objects and double click on Create Form by Using Wizard. See Figure 9. Figure 9 - Creating form by using wizard 2. Select the table or query you wish to create a form on by selecting from the drop down list under Tables/Queries. See Figure 10. Figure 10 - Select table wanted

7 7 3. Specify the fields you want to include in the report by selecting the field name from the list of available fields and clicking on the single forward arrow. Figure 11 shows what your screen might look like. Note: If you wish for all the fields in your table or query to appear in the report, click on the double forward arrow. To remove a field from the list of selected entries, select the field name and click on the reverse arrow. To remove all the fields from the list of selected entries, click on the double reverse arrow. Figure 11 Form Wizard: Selecting All Available Fields 4. Click Next > to proceed. 5. In the next menu, choose one of the given form layouts that you would like to use for your form. The wizard will give a list of these various layouts, along with mini-previews and explanations for each simply choose the one that you consider the most suitable for your database. 6. Click Next >. 7. In the next menu, select one of the available design-styles that you wish to use for your form. The wizard gives you a list of the design-styles available, along with mini-previews of each design. Choose the design you consider to be the most appropriate. 8. Click Next >. 9. Enter a form title.

8 8 10. If you wish to modify the design of your form, select Modify the Form s Design. Otherwise, select Open the Form to View and Enter Information and click Finish. Your newly created form will appear in a new window. Refer to Figure 12 for an example of a functioning form. Figure 12 Sample running form 11. To navigate between different records, use the arrows at the bottom of the Forms window. YOU CAN NOW MODIFY OR ADD ENTRIES TO YOUR DATABASE USING THE FORM INSTEAD OF THE DATABASE TABLE! Creating a Report Reports in a Microsoft Access database are just the opposite of forms in that they represent a way to output the information already stored in the database. Reports are simple yet effective tools that accurately display certain information stored in the database. Reports can provide a summary, a statement of accounts, or just a simple listing of the gathered information in the database. Basically, reports give the administrator of the database the ability to provide valuable information to the user / customer without jeopardizing the integrity of the database. In other words, since the report is a form of output separate from the database, there is no need for the user / customer to directly access the database from whence this information was accessed. Thus, reports present a consistent and reliable method to organize and output information. Using Microsoft Access, reports are most easily created using the report wizard. A step by step process for creating reports is listed on the next page:

9 9 1. In the MS Access navigating window, select Reports under Objects, and double click on Create Report by Using Wizard, as shown in Figure 13. Figure 13 Create report using wizard 12. Select the table or query you wish to create a report on by selecting from the drop down list under Tables/Queries. Refer to Figure 14. Figure 14 - Specify table wanted 13. Specify the fields you want to include in the report by selecting the field name from the list of available fields and clicking on the single arrow. Note: If you want all the fields in your table or query to appear in the report, click on the double forward arrow. To remove a field from the list of selected entries, select the field name and click on the reverse arrow. To remove all the fields from the list of selected entries, click on the double reverse arrow.

10 10 Figure 15 Implementing specified fields 2. When you are ready to proceed, click Next >. 3. If you would like to add grouping levels: i. Specify the grouping level in the next menu by selecting the field you would like to group data by and clicking on the > arrow. ii. Click Next > If you do not want grouping levels: Ignore this menu and click Next >. What is Grouping? Grouping allows the user (you) to group data based on specified values. For example, you might have the names, addresses, phone numbers and social security numbers of 300 employees in a database. Instead of painstakingly looking through each record, you can use grouping to sort each record by a certain field, such as name. If all records are grouped by name, all that you have to do is get your name and all the information will be right there for you. You also have the option of grouping fields such as names alphabetically and so on. 4. In the next menu, specify how you want the data to be ordered. Figure 16 shows what your screen should look like. Figure 16 Sorting Records 5. When you are ready to proceed, click Next >. Example: If you would like your data to be sorted by name: 1. Click on the drop down box next to the first field, and select Name. 2. Specify whether you want the names to be sorted in ascending or descending order. To switch between Ascending and Descending, simply click on the Ascending/Descending button, as shown in Figure In the next menu, specify the layout and orientation you want for your report. 7. If you would like fields to be adjusted so that your report fits in one page, put a checkmark next to Adjust the field width so all fields fit in a page.

11 11 8. Click on Next >. 9. In the next menu, select the design you would like for your report. The wizard gives you a list of the design-styles available, along with mini-previews of each design. Choose the design you consider to be the most appropriate. 10. In the next menu, specify a name for your report. 11. If you wish to make changes to the report design or layout: Select Modify the Report s Design, then click Finish. 12. If you do not wish to make changes to the report design or layout: Select Preview the Report and Finish to preview and print the report. YOU HAVE LEARNED TO PRODUCE AN OUTPUT FOR YOUR DATABASE! Creating a Query Queries allow users to retrieve and combine sections of data that they need out of the database; the data can be retrieved from one or multiple tables. The selected data can then be placed in a new query table, which can be analyzed and used to create forms and reports. This documentation will provide you with instructions on creating a select query, the most common type of query. This documentation will also provide an example of retrieving and analyzing data from one table only. To create a select query in design view: 1. On the MS Access navigating window, select Queries under Objects, then double-click on Create Query in Design View. See Figure 17. Figure 17 Creating a Query in Design View A new window will appear asking you to choose which tables and/or queries you wish to use for your new query.

12 12 2. Select the table(s) you wish to use and click on Add. See Figure 18. Figure 18 Select table wanted 3. When you are done selecting data sources, click on Close. The data sources (query or table) you have selected should appear as small windows in the top half of the query window, with the fields that will appear on the query listed. Figure 19 shows what one of these windows should look like. Figure 19 - Query Window 4. To add fields to your query, click on the drop down box next to Field, and select from the list of available fields. Note - You can add as many fields as you want into your query. 5. If you choose not to show one or more fields in your queries: Uncheck the Show checkbox that corresponds to the fields you do not want to display. 6. If you would like to sort one or more fields alphabetically or numerically: Click on the corresponding Sort fields, and select Ascending or Descending. Refer to Figure 20. Figure 20 An example of the design of a query.

13 13 Note: In the example above, all the fields will be displayed and the records will be sorted in descending order based on grade1 and grade2. If sorting criteria are specified for more than one field, the records will be first sorted based on the first field criteria (in this case: grade1). If there are common entries in the first field, they will be sorted based on the second. 7. Now switch to table view by clicking on the icon on the top left corner of the page. A query table should appear that displays records in ascending or descending order as specified by your query See Figure 21. Figure 21 Table result of Figure 19 Query You could also specify criteria for one or more fields in the query to display select records that contain certain entries in certain fields. Example: To create a query that displays information of students with no software proficiencies: Type none in the criteria field under Software Proficiencies. See Figure 22. Figure 22 - Display 'no software proficiencies'

14 14 8. Now switch to table view by clicking on the icon on the top left corner of the page. A query table should appear that displays only the records containing the entries specified by your new criteria. Figure 23 below gives an example of what this query table looks like. Figure 23 Query result from Figure 22 Continuing With Microsoft Access Congratulations! You are now on your way to managing information using databases. As this tutorial is completed, please understand that there are many tools and tricks in using Microsoft Access and this has only been an introduction to them. The skills that have been presented here can now be used along with Microsoft Access Help or a supplementary tutorial program to refine your database skills. Good Luck and Happy Database Hunting!

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

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

Microsoft Access 2007

Microsoft Access 2007 How to Use: Microsoft Access 2007 Microsoft Office Access is a powerful tool used to create and format databases. Databases allow information to be organized in rows and tables, where queries can be formed

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

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

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

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

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

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

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

General User/Technical Guide for Microsoft Access

General User/Technical Guide for Microsoft Access General User/Technical Guide for Microsoft Access School of Nursing University of Michigan This guide is the first step in understanding your database. See the list of documentation locations at the end

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

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

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

In This Issue: Excel Sorting with Text and Numbers

In This Issue: Excel Sorting with Text and Numbers In This Issue: Sorting with Text and Numbers Microsoft allows you to manipulate the data you have in your spreadsheet by using the sort and filter feature. Sorting is performed on a list that contains

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

Section 4. Mastering Folders

Section 4. Mastering Folders Section 4 Mastering Folders About This Section Section 3: Working with Receipts introduced you to the Receipts Grid area of the Receipt Organizer window (the lower of the two grids). In the Receipts Grid,

More information

Creating an Access Database. To start an Access Database, you should first go into Access and then select file, new.

Creating an Access Database. To start an Access Database, you should first go into Access and then select file, new. To start an Access Database, you should first go into Access and then select file, new. Then on the right side of the screen, select Blank database. Give your database a name where it says db1 and save

More information

The LSUHSC N.O. Email Archive

The LSUHSC N.O. Email Archive The LSUHSC N.O. Email Archive Introduction The LSUHSC N.O. email archive permanently retains a copy of all email items sent and received by LSUHSC N.O. Academic email users. Email items will be accessible

More information

Blackbaud StudentInformationSystem. Reports Guide for Admissions Office

Blackbaud StudentInformationSystem. Reports Guide for Admissions Office Blackbaud StudentInformationSystem Reports Guide for Admissions Office 102811 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means,

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 Access 2000

Microsoft Access 2000 Microsoft Access 2000 Level 1 Region 4 Teaching, Learning and Technology Center Kaplan, LA Activity 1 Creating a Database 1. Open Microsoft Access 2000 a. Click on START, highlight Programs, point and

More information

Database Applications Microsoft Access

Database Applications Microsoft Access Lesson 1 Tutorial 1 Database Applications Microsoft Access Lesson 1 Introduction For Lesson 1, you will work through Tutorial 1 in your textbook. The tutorial may expose you to more information than is

More information

Creating Custom Crystal Reports Tutorial

Creating Custom Crystal Reports Tutorial Creating Custom Crystal Reports Tutorial 020812 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Using Ad-Hoc Reporting

Using Ad-Hoc Reporting Using Ad-Hoc Reporting The purpose of this guide is to explain how the Ad-hoc reporting function can be used to produce Management Information from client and product data held in the Key. The guide will

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

LEGISLATOR DATABASE. September, 2012

LEGISLATOR DATABASE. September, 2012 LEGISLATOR DATABASE September, 2012 1. INTRODUCTION 2. LIST OF QUERIES 3. FIELDS 4. QUERY DESCRIPTIONS 5. USING THE LEGISLATOR DATABASE QUERIES 6. DOWNLOADING THE LEGISLATOR DATABASE FROM THE CGA HOME

More information

Work with the MiniBase App

Work with the MiniBase App Work with the MiniBase App Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos of Blackboard, Inc. All other

More information

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Description This lab provides a hands-on overview of the IT Analytics Solution. Students will learn how to browse cubes and configure

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

Pharmacy Affairs Branch. Website Database Downloads PUBLIC ACCESS GUIDE

Pharmacy Affairs Branch. Website Database Downloads PUBLIC ACCESS GUIDE Pharmacy Affairs Branch Website Database Downloads PUBLIC ACCESS GUIDE From this site, you may download entity data, contracted pharmacy data or manufacturer data. The steps to download any of the three

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

Working with Windows Handout

Working with Windows Handout Working with Windows Handout INTRODUCTION Welcome! This class is a continuation of Introduction to Windows and will build upon information taught in that class. In the last class, you learned about the

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Forms Although information in a database can be entered and edited directly in a table, most people find it simpler to use a form. We use forms all the time in everyday life as a

More information

Access 2010: The Navigation Pane

Access 2010: The Navigation Pane Access 2010: The Navigation Pane Table of Contents OVERVIEW... 1 BEFORE YOU BEGIN... 2 ADJUSTING THE NAVIGATION PANE... 3 USING DATABASE OBJECTS... 3 CUSTOMIZE THE NAVIGATION PANE... 3 DISPLAY AND SORT

More information

Access II 2007 Workshop

Access II 2007 Workshop Access II 2007 Workshop Query & Report I. Review Tables/Forms Ways to create tables: tables, templates & design Edit tables: new fields & table properties Import option Link tables: Relationship Forms

More information

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

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

Microsoft Access to Microsoft Word Performing a Mail Merge from an Access Query

Microsoft Access to Microsoft Word Performing a Mail Merge from an Access Query Microsoft Access to Microsoft Word Performing a Mail Merge from an Access Query Performing a Query in Access Before performing a mail merge, we need to set up a query with the necessary fields. Opening

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

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

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

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

Databases in Microsoft Access David M. Marcovitz, Ph.D.

Databases in Microsoft Access David M. Marcovitz, Ph.D. Databases in Microsoft Access David M. Marcovitz, Ph.D. Introduction Schools have been using integrated programs, such as Microsoft Works and Claris/AppleWorks, for many years to fulfill word processing,

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

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

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

Tutorial 3. Maintaining and Querying a Database

Tutorial 3. Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save queries

More information

Microsoft Office 2010

Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save

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

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

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu http://www.csun.edu/training TABLE

More information

Word 2007: Mail Merge Learning Guide

Word 2007: Mail Merge Learning Guide Word 2007: Mail Merge Learning Guide Getting Started Mail merge techniques allow you to create a document which combines repetitive text elements with data drawn from an external data document. To perform

More information

How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com

How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com Contents First Time Login Instructions... 1 1) Use the Internet Explorer (IE) Web browser*... 1 2) Install the.net Framework...

More information

Discoverer Training Guide

Discoverer Training Guide Discoverer Training Guide Learning objectives Understand what Discoverer is Login and Log out procedures Run a report Select parameters for reports Change report formats Export a report and choose different

More information

Search help. More on Office.com: images templates. Here are some basic tasks that you can do in Microsoft Excel 2010.

Search help. More on Office.com: images templates. Here are some basic tasks that you can do in Microsoft Excel 2010. Page 1 of 8 Excel 2010 Home > Excel 2010 Help and How-to > Getting started with Excel Search help More on Office.com: images templates Basic tasks in Excel 2010 Here are some basic tasks that you can do

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

CONTENTS. Introduction... 3. Outlook at a glance... 3. Configure Outlook 2010 on-campus... 3. Creating Folders... 4. Sorting Emails...

CONTENTS. Introduction... 3. Outlook at a glance... 3. Configure Outlook 2010 on-campus... 3. Creating Folders... 4. Sorting Emails... OFFICE OF INFORMATION TECHNOLOGY Academic Technology Unit Microsoft Outlook 2010 Basics Workbook CONTENTS Introduction... 3 Outlook at a glance... 3 Configure Outlook 2010 on-campus... 3 Creating Folders...

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

Appointment Scheduler

Appointment Scheduler Appointment Scheduler User s Guide While every attempt is made to ensure both accuracy and completeness of information included in this document, errors can occur, and updates or improvements may be implemented

More information

Welcome to MaxMobile. Introduction. System Requirements. MaxMobile 10.5 for Windows Mobile Pocket PC

Welcome to MaxMobile. Introduction. System Requirements. MaxMobile 10.5 for Windows Mobile Pocket PC MaxMobile 10.5 for Windows Mobile Pocket PC Welcome to MaxMobile Introduction MaxMobile 10.5 for Windows Mobile Pocket PC provides you with a way to take your customer information on the road. You can

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

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

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) This guide was created to allow agencies to set up the e-data Tech Support project s Microsoft Access template. The steps below have been

More information

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS.

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS. Using the TestTrack ODBC Driver The read-only driver can be used to query project data using ODBC-compatible products such as Crystal Reports or Microsoft Access. You cannot enter data using the ODBC driver;

More information

TheFinancialEdge. Reports Guide for Accounts Receivable

TheFinancialEdge. Reports Guide for Accounts Receivable TheFinancialEdge Reports Guide for Accounts Receivable 041813 2013 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or

More information

SUCCESSFACTORS LEARNING USER OVERVIEW REFERENCE GUIDE

SUCCESSFACTORS LEARNING USER OVERVIEW REFERENCE GUIDE SUCCESSFACTORS LEARNING USER OVERVIEW REFERENCE GUIDE SuccessFactors, Inc. 4401 Wilson Boulevard, Suite 400 Arlington, VA 22203 Tel: (703) 678-0000 www.successfactors.com Confidential and Proprietary For

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Lotus Notes Client Version 8.5 Reference Guide

Lotus Notes Client Version 8.5 Reference Guide Lotus Notes Client Version 8.5 Reference Guide rev. 11/19/2009 1 Lotus Notes Client Version 8.5 Reference Guide Accessing the Lotus Notes Client From your desktop, double click the Lotus Notes icon. Logging

More information

TimeValue Software Due Date Tracking and Task Management Software

TimeValue Software Due Date Tracking and Task Management Software User s Guide TM TimeValue Software Due Date Tracking and Task Management Software File In Time Software User s Guide Copyright TimeValue Software, Inc. (a California Corporation) 1992-2010. All rights

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

Converting to Advisor Workstation from Principia: The Research Module

Converting to Advisor Workstation from Principia: The Research Module Converting to Advisor Workstation from Principia: The Research Module Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -1 Overview of the Research Module in Advisor Workstation

More information

CAPITAL V8. Capital Business Software Tutorial Series. Introduction to Capital Business Manager V8 User Interface 1.2

CAPITAL V8. Capital Business Software Tutorial Series. Introduction to Capital Business Manager V8 User Interface 1.2 CAPITAL V8 Capital Business Software Tutorial Series Introduction to Capital Business Manager V8 User Interface 1.2 C A P I T A L O F F I C E B U S I N E S S S O F T W A R E Capital Business Software Tutorial

More information

Copyright Texthelp Limited All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

Copyright Texthelp Limited All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval Copyright Texthelp Limited All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language, in any form, by any

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

How to Attach Files in Blackboard Learn Email, Messages, Discussions, and Assignments

How to Attach Files in Blackboard Learn Email, Messages, Discussions, and Assignments E-Mail 1. Launch the Email by clicking the icon from the Menu frame found on the left side of the screen. 2. From within the Send Email page, click the "Select Users" link. If you click any links above

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 2000 for Windows Handout: 3 Academic Computing Support Information Technology Services Tennessee Technological University December 2001 1. Creating a new database In this exercise, we

More information

SKYWARD. Data Mining. Quick Reference Guide

SKYWARD. Data Mining. Quick Reference Guide SKYWARD Data Mining Quick Reference Guide Table of Contents Data Mining How to Get to Data Mining 1 Filter Reports - All Reports 2 Filter Reports - All My Reports 3 Run an Existing Report 4 Create a New

More information

The "Reports" section is where reports can be scheduled or viewed.

The Reports section is where reports can be scheduled or viewed. REPORTS The "Reports" section is where reports can be scheduled or viewed. In Box Once the "Reports" button is clicked, a screen like the one below will appear, which would list any pre-scheduled reports

More information

NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc.

NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc. NDA-30141 ISSUE 1 STOCK # 200893 CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000 NEC America, Inc. LIABILITY DISCLAIMER NEC America, Inc. reserves the right to change the specifications,

More information

How To Use Syntheticys User Management On A Pc Or Mac Or Macbook Powerbook (For Mac) On A Computer Or Mac (For Pc Or Pc) On Your Computer Or Ipa (For Ipa) On An Pc Or Ipad

How To Use Syntheticys User Management On A Pc Or Mac Or Macbook Powerbook (For Mac) On A Computer Or Mac (For Pc Or Pc) On Your Computer Or Ipa (For Ipa) On An Pc Or Ipad SYNTHESYS MANAGEMENT User Management Synthesys.Net User Management 1 SYNTHESYS.NET USER MANAGEMENT INTRODUCTION...3 STARTING SYNTHESYS USER MANAGEMENT...4 Viewing User Details... 5 Locating individual

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

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Relational Queries Creating a query can be a little different when there is more than one table involved. First of all, if you want to create a query that makes use of more than

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

Introduction to Microsoft Access XP

Introduction to Microsoft Access XP Introduction to Microsoft Access XP Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. An address book or a library

More information

Introduction to SPSS 16.0

Introduction to SPSS 16.0 Introduction to SPSS 16.0 Edited by Emily Blumenthal Center for Social Science Computation and Research 110 Savery Hall University of Washington Seattle, WA 98195 USA (206) 543-8110 November 2010 http://julius.csscr.washington.edu/pdf/spss.pdf

More information

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables 1. What Are The Different Views To Display A Table A) Datasheet View B) Design View C) Pivote Table & Pivot Chart View D) All Of Above 2. Which Of The Following Creates A Drop Down List Of Values To Choose

More information

How to get the most out of Windows 10 File Explorer

How to get the most out of Windows 10 File Explorer How to get the most out of Windows 10 File Explorer 2 Contents 04 The File Explorer Ribbon: A handy tool (once you get used to it) 08 Gain a new perspective with the Group By command 13 Zero in on the

More information

Java. How to install the Java Runtime Environment (JRE)

Java. How to install the Java Runtime Environment (JRE) Java How to install the Java Runtime Environment (JRE) Install Microsoft Virtual Machine (VM) via System Check Install Sun Java Runtime Environment (JRE) via System Check Loading Java Applet Failed How

More information

Utilizing Microsoft Access Forms and Reports

Utilizing Microsoft Access Forms and Reports Utilizing Microsoft Access Forms and Reports The 2014 SAIR Conference Workshop #3 October 4 th, 2014 Presented by: Nathan Pitts (Sr. Research Analyst The University of North Alabama) Molly Vaughn (Associate

More information

Software Application Tutorial

Software Application Tutorial Software Application Tutorial Copyright 2005, Software Application Training Unit, West Chester University. No Portion of this document may be reproduced without the written permission of the authors. For

More information

Outlook 2013 ~ e Mail Quick Tips

Outlook 2013 ~ e Mail Quick Tips The Ribbon: Home tab New Email to send a new mail New Items to send a new mail, a new appointment, a new meeting, a new contact, a new task, a new Lync Meeting Ignore to ignore a request Clean Up to clean

More information

Don't have Outlook? Download and configure the Microsoft Office Suite (which includes Outlook)!

Don't have Outlook? Download and configure the Microsoft Office Suite (which includes Outlook)! UVa Exchange Service Outlook 2013 Quickstart Guide Don't have Outlook? Download and configure the Microsoft Office Suite (which includes Outlook)! In this Quickstart Guide, you will learn to: Send and

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

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