*Follow all instructions for getting started just as you have learned from the other programs. Click Enable Content if necessary.

Size: px
Start display at page:

Download "*Follow all instructions for getting started just as you have learned from the other programs. Click Enable Content if necessary."

Transcription

1 Illustrated Access 2013 Unit A: SAM Project 1a Contact Management Database CREATING A TABLE AND BUILDING A RELATIONSHIP Project Goal PROJECT DESCRIPTION Your sales manager created a database with one table named Customers that stores the company name and contact information for customers. He asks you to create a new table named SalesReps Project Goal to store company sales representative data. You ll create the new table and add two records to it. Then you ll create the relationship between the SalesReps and Customers tables. *Follow all instructions for getting started just as you have learned from the other programs. Click Enable Content if necessary. GETTING STARTED M Project Name Download the following file from the SAM website: o IL_Access2013_UA_P1a_FirstLastName_1.accdb Open the file you just downloaded and save it with the name: o o IL_Access2013_UA_P1a_FirstLastName_2.accdb Hint: If you do not see the.accdb file extension in the Save file dialog box, do not type it. Access will add the file extension for you automatically. Open the _GradingInfoTable table and ensure that your first and last name is displayed as the first record in the table. If the table does not contain your name, delete the file and download a new copy from the SAM website. Note to students from your instructor: The black text is the original text from the start file. The blue text is my explanation of what you are about to do. The red text will be the detailed instructions and explanations. You do not follow the instructions in black and then follow the instructions in red too. If you do that you will be performing each task two times. If you understand the black text without any additional instruction, then it is fine to follow those instructions. However, if you need extra help, then read the blue text and follow the instructions from the red text. PROJECT STEPS Access is a data base program where you can store, organize, and manipulate large amounts of data. Using Access, you are able to create objects called tables, queries, forms, and reports. In this first step, you will create a table. A table is an Access Object made up of records and fields. A record is all the related information, such as a first name, last name, phone number, and address, that relates to one person or place for example. A field is the column of particular information such as first names, from the table. There is more than one way to view the objects in Access. In this first step you will work in Design View and not datasheet view. You will learn to recognize the difference between the views.

2 a. Create and save a new table in Design view with one field as follows: b. Add a field with the name SalesRepNum and a Number data type. c. Set SalesRepNum field as the table s primary key. d. Save the table with the name SalesReps. *You have opened an Access file that already has two tables created. You will see them on the left side of the program. You are about to create another table. Click the Create Ribbon, Tables Group, Table Deisgn. You just started a Table in Design View. Type SalesRepNum in the space below the Field Name label. You named the field, which will be a column of information. Click in the space under Data Type and choose Number to specify the type of data you will be using in this field. You are specifying that the type of data that belongs in this field will be a number. Click the Design Ribbon, Tools Group, Primary Key. You will observe a small key symbol to the left of SalesRepNum. *A primary key is a field with values that are unique throughout a table. Values of the key can be used to refer to entire records, because each record has a different value for the key. Each table can only have one primary key. Once you specify that a certain field is primary, you will not be able to enter duplicate values in that field. Click the save button and name the table, SalesReps. Click OK. Observe that the tab in the upper left of the table now shows the name you have assigned to the table. e. In Table Design View, add another field to the SalesReps table using the field name RepFirst and a Short Text data type. You will continue to add fields to the table. Click in the space below SalesRepNum and type RepFirst Tab or click into the Data Type column and verify or change the Data Type to Short Text. f. In Table Design View, add a field to the SalesReps table using the field name RepLast and a Short Text data type. Click in the space below RepFirst and type RepLast Tab or click into the Data Type column and verify or change the Data Type to Short Text. g. In Table Design View, add a field to the SalesReps table using the field name HireDate and a Date/Time data type. Click in the space below RepLast and type HireDate Tab or click into the Data Type column and change the Data Type to Date/Time. The Data Type limits the entries in the field to the type of data you have specified.s

3 h. In Table Design View, add a field to the SalesReps table using the field name StartingSalary and a Currency data type. Save the SalesReps table and switch to Datasheet View. Click in the space below HireDate and type StartingSalary Tab or click into the Data Type column and change the Data Type to Currency. Click the Save button, or click File/Save. On the Design Ribbon, Views Group, click the drop down on the ViewButton and switch to Datasheet View. Now you can see the Database you desiged in datasheet view. Each field you named and created will represent a column of data.this is more of a horizontal view where working in design view is more of a vertical view that is useful during the design phase. In design view, you will also have easy access to the property settings for each field. i. Enter the two records shown in Table 1 below into the SalesReps table. Save and close the SalesReps table. Type the information shown below into the correct columns of the database. (Use the tab key to move to the right) Click the Save Button. Click the X in the upper right corner of the SalesReps Table to close the table. Table 1: SalesReps Data SalesRepNum RepFirst RepLast HireDate StartingSalary 1 Jonathan Plank 1/1/14 $41, Tia Lee 2/1/14 $41, You just added two records of data to the table you created in design view. Datasheet view is an easy view for adding data. j. Open the Customers table in Table Design View and change the name of the First field to ContactFirst and the name of the Last field to ContactLast. Right click the Customers Table and click Design view to open the table in design view. Design view also gives you field properties that you are able to set while you are in design view. You will notice many additional property settings in the lower half of the screen. The power of Access is that you can define many properties to help maintain the integrity of the data that is entered into the table. You are about to modify field names and other data settings in this table. Click in the space containing First and change the field name from First to ContactFirst Click in the space containing Last and change the field name from Last to ContactLast

4 k. In the Customers table, Change the data type property of the Comment field to Long Text. Click in the Data Type space for Comment and change to Long Text. l. Add a new field to the Customers table after the Comment field. The field should be named SalesRepNum and have the Number data type. Save and close the Customers table. Click into the space under Comment and type SalesRepNum Change the Data Type to Number. Click the Save Button Click the X in the upper right of the table to close. You should notice that you had already created a field name in the SalesReps table you worked on earlier, with a field named SaleRepNum. You just added a field to the Customers table that used the exact field name. A relationship can be established between the two tables. m. Open the Relationships window, and then add the Customers table and the SalesReps table to the Relationships window. Close the Show Table dialog box. Create a one-to-many relationship between the SalesReps and Customers tables using the common SalesRepNum field. (Hint: Resize the field list for the Customers table so that all fields are visible in the field list.) Enforce referential integrity on the relationship. Save and close the Relationships window. Part of the power of Access is that you can create relationships between tables. That is why Access is often referred to as a relational database. When there is a common field shared among tables, you can create a relationship to relate those tables together. This eliminates having repetitive data from one table to another. You are about to create a relationship between the Customers table and the SaleReps table using the SalesRepNum as the related field. Click the Database Tools Ribbon, Relationship Group, Relationship Button. On the Design Ribbon, Click the Show Table Button. The Show Table dialog box will show a list of all tables in the current database. You are about to add the tables you want to link to the relationships window. Select the Customers Table and click Add. Select the SalesReps Table and click Add. Close the Show Table window. The table field names are now showing in a box with the table name at the top. These boxes can be moved by dragging the title bar of the box. Now, you are about to resize a box. Position your mouse over the lower right corner of the Customers box and look for a diagonal arrow. Click and drag to show all the fields. To create the connection between tables, you click over a field name and drag to a field name in another table. Point the mouse over SalesRepNum in the Customers Table and drag to

5 SalesRepNum in the SalesRep Table. You will see a small box with a + sign. Release the mouse. Check Enforce referential integrity. Click Create. *Observe that you have created a relationship between two tables. Because of this relationship, you will be able to create other tables, queries, forms or reports, that use information from both tables. The relationship is established because you use the same information in the SalesRepNum field of both tables. When you checked Enforce Referential Integrity, you are setting up a rule that will not allow you to delete records from one table if they are used in another table. Click the X button in the upper right of the relationships window. Answer Yes to saving. n. Open the Customers table in Datasheet view, and resize the CompanyName field to be as wide as needed to display all of the data in the field. Save the Customers table. Double click the Customers Table to open in Datasheet View. Double clicking a table name will always open it in datasheet view. Position the mouse over the line to the right side of the CompanyName label (at the top of the table) and double click to expand the column width. Click the Save button. o. Find, select, and delete the record with a CompanyNum field value of R12668 (and the CompanyName field value of KBR) from the Customers table. Use Find (Ctrl/F), or locate the CompanyNum R Position the mouse to the left side over the gray space. The mouse will change to a dark arrow pointing to the right. Click when you see the arrow to select the record. Press Delete on the keyboard. Click Yes to delete. p. Navigate to the record with a CompanyNum field value of R14855 (and the CompanyNamefield value of Petrohawk), and add a value of 1 in the SalesRepNum field. Use Find (Ctrl/F), or locate the CompanyNum R Tab to the SalesRepNum Field. Type 1 in the field. Press Enter. The SalesRepNum field is the field you have just created a relationship with to the name field in the SalesReps table. Jonthan Plank is SalesRepNum 1 in the SalesReps table. Even though Jonthan Plank is not listed in the Customers table, you would be able identify the sales rep for this customer because of the relationship you have established between tables. q. Navigate to the previous record (with a CompanyNum field value of R14420 and CompanyNamefield value of Moody National Bank), and add a value of 1 in the SalesRepNum field. Save and close the Customers table.

6 Use Find (Ctrl/F), or locate the CompanyNum R Tab to the SalesRepNum Field. Type 1 in the field. Press Enter. You just established that Jonathan Plank is the sales rep for Moody National Bank. When you set up the SalesReps table, you added two sales reps to the table. You have two sales reps and their numbers are 1 and 2. You just modified the Customers table to show who the Sales Rep is for two different customers. Both of those customers are assigned to Sales Rep 1, who is Jonathan Plank. In another step, you will see relationship between the two tables. Click the X button in the upper right corner of the Table and answer Yes to save. r. Open the SalesReps table in Datasheet view, and then expand the subdatasheet for SalesRepNum 1. (Hint: You should see the two related records from the Customers table.) In the subdatasheet, find the record with a CompanyNum field value of R In that record, change the value of the CompanyName field to First National Bank. Close the SalesReps table. Double click the SalesReps table to open in Datasheet View. Observe the + sign to the left. This indicates there is a relationship established and there are subsets of information as a result of the relationship between tables. Click the + sign to the left of SalesRepNum 1. Observe the two records in the Subdatasheet. In CompanyNum R14220, change the Company Name to First National Bank You were in the SalesReps table when you expanded to view the subset of data, but you were able to modify the CompanyName from the Customers Table through the SalesReps table, even though that data is actually stored in the Customers Table. That is the result of creating a relationship between the tables. Save and close any open objects in your database. Compact and repair your database, close it, and exit Access. Follow the directions on the SAM website to submit your completed project. Click the X in the upper right of any open object window that may be open. Answer Yes to saving if necessary. Click File/Compact and Repair. Close Access. Submit your completed project for grading. You will find your graded report in the Reports section of your SAM account. Download and open the file. On the left side, you will see a report has been created named _GradingReport Double click _GradingReport to view the results.

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

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

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

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

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

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

Planning and Creating a Custom Database

Planning and Creating a Custom Database Planning and Creating a Custom Database Introduction The Microsoft Office Access 00 database wizards make creating databases easy, but you may need to create a database that does not fit any of the predefined

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

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

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

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

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

Making Visio Diagrams Come Alive with Data

Making Visio Diagrams Come Alive with Data Making Visio Diagrams Come Alive with Data An Information Commons Workshop Making Visio Diagrams Come Alive with Data Page Workshop Why Add Data to A Diagram? Here are comparisons of a flow chart with

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

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS An Excel Pivot Table is an interactive table that summarizes large amounts of data. It allows the user to view and manipulate

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

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

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

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

Filter by Selection button. Displays records by degree to which they match the selected record. Click to view advanced filtering options The Home Ribbon Sort Buttons: sort records into ascending or descending order by selected field Filter by Selection button. Displays records by degree to which they match the selected record. Display summary

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

Welcome to Bridgit @ CSU The Software Used To Data Conference.

Welcome to Bridgit @ CSU The Software Used To Data Conference. Welcome to Bridgit @ CSU The Software Used To Data Conference. Overview SMART Bridgit software is a client/server application that lets you share programs and information with anyone, anywhere in the world.

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

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

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

Microsoft Migrating to Access 2010 from Access 2003

Microsoft Migrating to Access 2010 from Access 2003 In This Guide Microsoft Access 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Access 2010 training,

More information

Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics

Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics Getting Started Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics Snap Report Price Charts Comparing Price

More information

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009 User Services July 2009 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet & MS Access database Create Relationships Create a Form with a Subform Create Action Queries Create Command

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

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

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

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

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 A Turning Account is a unique identifier that is used to tie together all software accounts and response devices. A Turning Account is required

More information

Mac Outlook Calendar/Scheduler and Tasks

Mac Outlook Calendar/Scheduler and Tasks Introduction Schedule an event and/or meeting. Schedule all-day and recurring events. Assign tasks to another user and use special shortcut keys. Contents Introduction Contents Calendar View Edit an appointment

More information

Transitioning from TurningPoint 5 to TurningPoint Cloud - NO LMS 1

Transitioning from TurningPoint 5 to TurningPoint Cloud - NO LMS 1 Transitioning from TurningPoint 5 to TurningPoint Cloud - NO LMS 1 A Turning Account is a unique identifier that is used to tie together all software accounts and response devices. A Turning Account is

More information

Access 2007 Creating Forms Table of Contents

Access 2007 Creating Forms Table of Contents Access 2007 Creating Forms Table of Contents CREATING FORMS IN ACCESS 2007... 3 UNDERSTAND LAYOUT VIEW AND DESIGN VIEW... 3 LAYOUT VIEW... 3 DESIGN VIEW... 3 UNDERSTAND CONTROLS... 4 BOUND CONTROL... 4

More information

Page Numbering for a Thesis or Dissertation

Page Numbering for a Thesis or Dissertation Page Numbering for a Thesis or Dissertation Tip: Add Page Numbering to your document after you are finished making all edits. After the page numbering has been added, then add the Table of Contents and/or

More information

Introduction to Microsoft PowerPoint

Introduction to Microsoft PowerPoint Introduction to Microsoft PowerPoint By the end of class, students should be able to: Identify parts of the work area. Create a new presentation using PowerPoint s design templates. Navigate around a presentation.

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

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

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

Aeries Student Information System Attendance Notes October 3, 2008

Aeries Student Information System Attendance Notes October 3, 2008 Aeries Student Information System Attendance Notes October 3, 2008 The Attendance Notes will give schools the ability to store Attendance Notes within Aeries from the Period and Daily Attendance form.

More information

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

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Excel basics Excel is a powerful spreadsheet and data analysis application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features

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

Creating A Drip Campaign

Creating A Drip Campaign Downloading and Uploading the ecards 1. Login to Elevated Network at elevatednetwork.com 2. Click on the My Rancon from Dashboard Creating A Drip Campaign 3. Login to My Rancon and click on Marketing ->

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

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

Department of Information Technology. Microsoft Outlook 2013. Outlook 101 Basic Functions

Department of Information Technology. Microsoft Outlook 2013. Outlook 101 Basic Functions Department of Information Technology Microsoft Outlook 2013 Outlook 101 Basic Functions August 2013 Outlook 101_Basic Functions070713.doc Outlook 101: Basic Functions Page 2 Table of Contents Table of

More information

PA Payroll Exercise for Intermediate Excel

PA Payroll Exercise for Intermediate Excel PA Payroll Exercise for Intermediate Excel Follow the directions below to create a payroll exercise. Read through each individual direction before performing it, like you are following recipe instructions.

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

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Access 2007. Using Access

Access 2007. Using Access Access 2007 Using Access 1 Contents Introduction to Microsoft Access 2007... 3 Microsoft Access 2007 features 3 Opening a database 4 Database objects 5 Opening objects 6 Working with objects 6 Saving in

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

IN THIS PROJECT, YOU LEARN HOW TO

IN THIS PROJECT, YOU LEARN HOW TO UNIT 2 PROJECT 11 CREATING A CUSTOMIZED DATABASE IN THIS PROJECT, YOU LEARN HOW TO Examine a Database and Its Objects Create Tables and Set Field Properties in Design View Create Relationships Add and

More information

User Tutorial on Changing Frame Size, Window Size, and Screen Resolution for The Original Version of The Cancer-Rates.Info/NJ Application

User Tutorial on Changing Frame Size, Window Size, and Screen Resolution for The Original Version of The Cancer-Rates.Info/NJ Application User Tutorial on Changing Frame Size, Window Size, and Screen Resolution for The Original Version of The Cancer-Rates.Info/NJ Application Introduction The original version of Cancer-Rates.Info/NJ, like

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

Section DB DATABASE - Microsoft Access

Section DB DATABASE - Microsoft Access Section DB DATABASE - Microsoft Access About Access 2007 Access 2007 is part of Microsoft Office 2007. It is an important productivity tool for business. Microsoft Access provides an inexpensive yet powerful

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

MICROSOFT OFFICE ACCESS 2007 - LEVEL 1

MICROSOFT OFFICE ACCESS 2007 - LEVEL 1 MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - LEVEL 1 Exploring Access Creating Tables Working with Tables Editing Tables Finding and Filtering Data Printing Data Creating Relationships Using Simple

More information

Microsoft Access 2007 Module 1

Microsoft Access 2007 Module 1 Microsoft Access 007 Module http://pds.hccfl.edu/pds Microsoft Access 007: Module August 007 007 Hillsborough Community College - Professional Development and Web Services Hillsborough Community College

More information

Microsoft Access 2010: Basics & Database Fundamentals

Microsoft Access 2010: Basics & Database Fundamentals Microsoft Access 2010: Basics & Database Fundamentals This workshop assumes you are comfortable with a computer and have some knowledge of other Microsoft Office programs. Topics include database concepts,

More information

HOW TO CLAIM ACORD DIGITAL CREDENTIALS: INDIVIDUAL BADGES

HOW TO CLAIM ACORD DIGITAL CREDENTIALS: INDIVIDUAL BADGES Congratulations on receiving an ACORD Digital Credential! Follow the steps below to create your credential profile page, claim your badge, and display it on your social media pages or email signature.

More information

Spreadsheet - Introduction

Spreadsheet - Introduction CSCA0102 IT and Business Applications Chapter 6 Spreadsheet - Introduction Spreadsheet A spreadsheet (or spreadsheet program) is software that permits numerical data to be used and to perform automatic

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

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

IRTH One Call Service Area Registration (SAR) Program:

IRTH One Call Service Area Registration (SAR) Program: Attention USA North Members, IRTH One Call Service Area Registration (SAR) Program: Operation of the new IRTH One Call Service Area Registration (SAR) Program requires the following: Internet Explorer

More information

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 TASK 4: ADD TOTAL LABEL AND FORMULA FOR FREQUENCY... 12 TASK 5: MODIFICATIONS TO THE HISTOGRAM...

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

Instructions for Importing (migrating) Data

Instructions for Importing (migrating) Data Instructions for Importing (migrating) Data from CTAS Version 7 to CTAS Version 8 For Windows 8 and 8.1 CTAS Version 8 is designed to work with your Version 7 data if you choose to. These instructions

More information

Knowledgebase Article

Knowledgebase Article Company web site: Support email: Support telephone: +44 20 3287-7651 +1 646 233-1163 2 EMCO Network Inventory 5 provides a built in SQL Query builder that allows you to build more comprehensive

More information

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

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Microsoft Outlook 2007 Calendar Features

Microsoft Outlook 2007 Calendar Features Microsoft Outlook 2007 Calendar Features Participant Guide HR Training and Development For technical assistance, please call 257-1300 Copyright 2007 Microsoft Outlook 2007 Calendar Objectives After completing

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

Access Part 2 - Design

Access Part 2 - Design Access Part 2 - Design The Database Design Process It is important to remember that creating a database is an iterative process. After the database is created and you and others begin to use it there will

More information

This activity will show you how to draw graphs of algebraic functions in Excel.

This activity will show you how to draw graphs of algebraic functions in Excel. This activity will show you how to draw graphs of algebraic functions in Excel. Open a new Excel workbook. This is Excel in Office 2007. You may not have used this version before but it is very much the

More information

Blackboard Version 9.1 - Grade Center Contents

Blackboard Version 9.1 - Grade Center Contents Blackboard Version 9.1 - Grade Center Contents Edit mode... 2 Grade Center...... 2 Accessing the Grade Center... 2 Exploring the Grade Center... 2 Icon Legend... 3 Setting Up / Customizing the Grade Center...

More information

Access 2007. Queries

Access 2007. Queries Access 2007 Queries WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 WHAT IS A QUERY?... 2 WHY USE QUERIES?... 2 TERMS TO KNOW... 2 Select Queries 2 Action Queries 2 Crosstab Queries

More information

Appointments: Calendar Window

Appointments: Calendar Window Appointments Appointments: Calendar Window Purpose The Appointment Calendar window is the automated equivalent of a paper appointment book. You can make appointments, confirm appointments, and view appointments

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

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

Windows 8.1 Tips and Tricks

Windows 8.1 Tips and Tricks Windows 8.1 Tips and Tricks Table of Contents Tiles... 2 Removing, Resizing and Moving Existing Tiles... 2 Adding New Tiles... 2 Returning to the Start Screen (Charms)... 3 The Search Feature... 3 Switching

More information

Access Database Design

Access Database Design Access Database Design Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk -- 293-4444 x 1 http://oit.wvu.edu/support/training/classmat/db/ Instructors:

More information

FleetFocus M5 Basic Application Navigation Manual

FleetFocus M5 Basic Application Navigation Manual FleetFocus M5 Basic Application Navigation Manual January, 2010 Release 2.4.0 998 Old Eagle School Road, Suite 1215 Wayne, PA19087 T: 610.687.9202 F: 610.971.9447 www.assetworks This software product and

More information

Event Record Monitoring and Analysis Software. Software Rev. 3.0 and Up. User s Guide

Event Record Monitoring and Analysis Software. Software Rev. 3.0 and Up. User s Guide Event Record Monitoring and Analysis Software Software Rev. 3.0 and Up User s Guide 2 Contents Contents Chapter 1: About ERMAWin 4 Chapter 2: Overview 5 About this Manual 5 System Requirements 5 Installing

More information

Microsoft Access 2007 Advanced Queries

Microsoft Access 2007 Advanced Queries Microsoft Access 2007 Advanced Queries When you run a query in Microsoft Access 2007, it is not only able to display records, but also able to perform specific tasks and actions based on user defined criteria.

More information

ECHO360 PERSONAL CAPTURE

ECHO360 PERSONAL CAPTURE ECHO360 PERSONAL CAPTURE Echo360 - Personal Capture allows a User an easy way to capture, edit, publish, and view lectures from their personal computers. Users and/or Instructors can use Echo360 to capture

More information

Beginning Microsoft Access

Beginning Microsoft Access Beginning Microsoft Access A database is a collection of information. Common collections of information that can be entered into a database include the library card catalog, a recipe box, or your personal

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

Creating Fill-able Forms using Acrobat 8.0: Part 1

Creating Fill-able Forms using Acrobat 8.0: Part 1 Creating Fill-able Forms using Acrobat 8.0: Part 1 The first step in creating a fill-able form in Adobe Acrobat is to generate the form with all its formatting in a program such as Microsoft Word. Then

More information

Reduced Quality Sample

Reduced Quality Sample Access 2007 Essentials PART ONE Mobile MOUSe Access 2007 Essentials Version # 1.1 Part One 08/08/2010 11:20 About this Course Microsoft Access is the database application included with Microsoft Office.

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

Comprehensive Medical Billing and Coding Student CD Quick Start Guide By Deborah Vines, Ann Braceland, Elizabeth Rollins

Comprehensive Medical Billing and Coding Student CD Quick Start Guide By Deborah Vines, Ann Braceland, Elizabeth Rollins Comprehensive Medical Billing and Coding Student CD Quick Start Guide By Deborah Vines, Ann Braceland, Elizabeth Rollins Welcome! In this CD that accompanies your Comprehensive Medical Billing and Coding

More information

Book Builder Training Materials Using Book Builder September 2014

Book Builder Training Materials Using Book Builder September 2014 Book Builder Training Materials Using Book Builder September 2014 Prepared by WDI, Inc. Table of Contents Introduction --------------------------------------------------------------------------------------------------------------------

More information

Choosing your Preferred Colours in Windows

Choosing your Preferred Colours in Windows Choosing your Preferred Colours in Windows Some people will occasionally find certain text and background combinations difficult to read, while others prefer to always have a certain colour combination

More information

Microsoft Access GUI Building

Microsoft Access GUI Building Microsoft Access GUI Building Forms Reports 1 Microsoft Access provides the tools for developing graphical user interfaces that facilitate the use of database applications. An Access GUI consists of a

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