Microsoft Access 2007 Module 2

Size: px
Start display at page:

Download "Microsoft Access 2007 Module 2"

Transcription

1 Microsoft Access 007 Module

2

3 Microsoft Access 007: Module August Hillsborough Community College - Professional Development and Web Services

4 Hillsborough Community College - Professional Development and Web Services The material contained in this training material is copyrighted 007 Hillsborough Community College Department of Professional Development and Web Services and may not be reproduced without express, written permission. Other trademarks, trade names, logos, designs, brand names, and product services mentioned in this publication may be trademarks or registered trademarks of third parties.

5 Microsoft Access Module II Table of Contents Objectives Import a Table from Excel Export an Access Table to Excel Create a Query Query Sort Show Text Data Criteria Wildcards Field Not in Result Number Comparison Comparison And Comparison Or Aggregate Functions Count Avg (Average) Parameters and the Between Operator Report Wizard Modify a Report Insert Images into a Form or Report Resize Images in a Form or Report i

6

7 Microsoft Access Module II Objectives At the end of this training session you will be able to: 1. Import a table from Excel;. Export an Access table to Excel;. Create a query; 4. Sort fields in a query; 5. Show fields in a query; 6. Run a query using wildcards; 7. Run a query for fields not in result; 8. Run a query for a number value; 9. Run a query using the comparison criteria And ; 10. Run a query using the comparison criteria Or ; 11. Understand the purpose of Aggregate Functions; 1. Create and run a query using count; 1. Create and run a query using average; 14. Create and run a query using the parameter between; 15. Insert and resize a graphic/image; 16. Create and Modify a Report.

8 Hillsborough Community College - Professional Development and Web Services

9 Microsoft Access Module II Import a Table From Excel Access and Excel work well together. It is quite simple to import data from an already existing Excel spreadsheet. In this example, we are using the files located on your computer s desktop, in the PDWS folder Open this module s Access 007 file. e.g. Desktop > PDWS folder >Access > Access II > Access007_M.accdb Under the External Data tab>import group, click on Excel.. After the Get External Data dialog box appears, click on Import the source data into a new table in the current database. Other options are to append the new records to a table or link the Excel spreadsheet to the Access database. If you choose to append the records to a table, make sure the fields and data types match with the existing data.. Click on the Browse button and select the file to import. e.g. Desktop > PDWS folder >Access > Access II > Employee_Add.xlsx 4. Click OK. 5. Select which worksheet or range to import by clicking on the Show Worksheets or Show Named Ranges radio button. e.g. Show Worksheets 6. Select the sheet or sheet range to import and click on Next. e.g. Sheet1 7. Add a check mark by clicking on the First Row Contains Column Headings and click on Next. Adding this check mark specifies that the first row contains a column heading

10 Hillsborough Community College - Professional Development and Web Services 8. You can specify information about the spreadsheet fields on this screen, such as data type. You can even specify if you do not want to import a certain field. These specifications are set in the Field Options area. In this example, we are going to import all fields. 9. Click Next. 10. Choose the appropriate primary key setting and click on Next. In this example the ID is the primary key; however, Access can choose a primary key. Also you can choose a primary key or choose not to have any primary key. Select Choose my own primary key and ID from the drop-down list. 11. Type a name for the table and click on Finish. e.g. tblemployeeaddresses 1. If you will be importing a file repeatedly, Access gives you an option to save the import steps. For this example, do not check to Save import steps and click on the Close button. 1. tblemployeeaddresses now appears in the left pane, under Tables

11 Microsoft Access Module II Export an Access Table to Excel Any database table can be exported, in a variety of formats. In this example, we are going to export to Excel. 1. In the Navigation Pane, select the object to export, 1 e.g. tblempinfo. In the External Data tab>export group, select Excel.. Click the Browse button to select a destination for the exported file. 4. Select an appropriate file format. If you need to share this file with people that do not have Excel 007, choose Microsoft Excel If that is not a concern, select Excel Workbook. 5. Specify the appropriate export options. Add a checkmark to Export data with formatting and layout. You can also select the option Open the destination file after the export operation is complete, if you would like to preview the exported file. 6. Click on OK If you elected to Open the destination file after the export operation is complete, Excel will open with the new exported file displayed. 8. Save the export steps, if this is a regularly occurring export and click Close. 8 5

12 Hillsborough Community College - Professional Development and Web Services Create a Query A query allows for table inquiries. A query can change, delete, add, and arrange data in tables. Queries also aid gathering information for forms and reports. With a query you can ask questions and set parameters. 1. Select the Create tab.. In the Other group, select Query Wizard.. Select Simple Query Wizard and click OK. 4. Under Tables/Queries, click on the down arrow and select the tables and/or queries to create and run a new query. e.g. tblempinfo In the Available Fields list, select the table's field(s) to add to the query. In this example, all the fields are used; therefore, click on the double-headed arrow icon to move all the items (fields) to the Selected Fields list. 6. Click Next

13 Microsoft Access Module II 7. Select a Detail or Summary. e.g. Detail 8. Click on Next. 9. Type a title for the query, such as qryemployeecomp. 10. Click on either the Open the query to view information radio button or the Modify the query design radio button. e.g. Modify the query design 11. Click Finish. 1. The qryemployeecomp query is now displayed in Design View

14 Hillsborough Community College - Professional Development and Web Services Query in Design View: Sort Sorting information can be a valuable tool when dealing with large amounts of information or when simply organizing information (fields). More than one field can be sorted; however, the field farthest to the left is given priority when sorting. Fields can be sorted by: Ascending Descending Not Sorted In this example, the LastName field is sorted in ascending order. 1. While in Design View, click in the blank box next to Sort, under Lastname; a down arrow appears.. Select the sort option. e.g. Ascending. In the Query Tools/Design tab>results group, click the Run button to activate the query and see your results. 4. Go back to Design View to edit your query

15 Microsoft Access Module II Query in Design View: Show The Show option displays or hides fields in a query or form. In this example, some fields will be hidden. 1. While in Design View, uncheck the show box for Exempt, Zip Code and Street. To show fields in a query s results, add a check to each field name s Show checkbox. To hide fields in a query s results, remove the check in the field name s Show checkbox. 1. Click the Run button to see your query results. Notice that the Exempt, Zip Code and Street fields are not being shown.. Select Design View to make more adjustments to the query design. 9

16 Hillsborough Community College - Professional Development and Web Services Query: Text Data Criteria Text Data is data in fields that are in text format. Such examples include but are not limited to names, addresses, employee number, location, etc. In this example, employees that are exempt are queried. 1. In the Criteria section under Exempt, type the text data criteria. e.g. Yes. Check the Show box for Exempt, to show this field in the results.. In the Query Tools/Design tab>results group, click the Run button. 4. The results of the query now display all employees that are Exempt. 1 4 Activity Run a query looking for employees who live in Temple Terrace. How many HCC employees live in Temple Terrace? 10

17 Microsoft Access Module II Query Criteria: Wildcards In this example, the last name of an employee with the letter M is queried. 1. Go back to Design View. In the Criteria section under LastName, type the text data criteria. e.g. M*. Click on the Run button.. The results of a query now display all employees with a last name that begins with the letter M. Wildcards are useful in Access to serve as a character or blending of characters. There are two types of wildcards in Access * (asterisk)? (question mark) 1 The * wildcard symbolizes any compilation of characters. Therefore, mi* stands for the letters mi, followed by any letter combination. The? wildcard symbolizes any defined letter. As a result, B?rt operates as the letter, B, followed by any single letter, r, and t. Appropriately, B?rt can mean Bert or Burt. Activity Run a query looking for employees working at a campus with the letter D. How many employees work at a campus with the letter D? How would you run a query for employees working at District? How many employees work at District? 11

18 Hillsborough Community College - Professional Development and Web Services Query Criteria: Field Not in Result Field Not in Result is a query where criteria for a specific field do not need to appear in the outcome of the final query. In this example, the last name, first name, and middle initial are necessary. However, the campus does not need to appear. Therefore, a query with only the names of the employees working at the Brandon campus is required. 1. In Design View, uncheck the items to be hidden. e.g. Campus. Type criterion in the Criteria section, under Campus. e.g. BR. Click on the Run button. 4. The results of the query now display all employees at the Brandon campus

19 Microsoft Access Module II Query Criteria: Number Using a number in a criteria is useful when information from a data field that consists of numbers is required. A dollar sign or decimal point is not required in the criterion. In this example, the names, campuses, and the salary of employees earning $9, are needed. 1. In Design View, type criterion in the Criteria section. For example, under Salary, type Do not type in the dollar sign or the decimal point. Uncheck unnecessary fields, such as Street, City, State, ZipCode and Exempt.. Click on the Run button.. The results of the query now display all employees whose salary is $9, Activity Run a query looking for employees earning $60,000. How many employees are earning $60,000? 1

20 Hillsborough Community College - Professional Development and Web Services Query Criteria: Comparison Using a number in a criteria is useful when information from a data field that consists of numbers is required. A dollar sign or decimal point is not required in the criterion. In this example, the names, campuses, and the salary of employees earning more than $0, is needed. 1. In Design View, type criterion in the Criteria section. e.g. Under Salary, type >0000. Do not type in the dollar sign or the decimal point.. Click on the Run button.. The results of the query now display all employees earning more than $0, Activity Run a query looking for employees earning less than $0000. How many employees are earning less than $0,000? 14

21 Microsoft Access Module II Query Criteria: Comparison AND Using the AND criteria is appropriate when information is needed from multiple fields. AND conditions must appear on the same criteria line, for example, the names of employees earning more than $0, at the Dale Mabry campus. 1. In Design View, type criterion in the Criteria section. e.g. Under Salary, type >0000. Do not type in the dollar sign or the decimal point.. Type the AND criterion. e.g. Under Campus, type DM.. Click on the Run button. 4. The results of the query now display all employees earning more than $0,000 at the Dale Mabry campus. 1 Since the two conditions are on the same line, each one must be true. 4 Activity Run a query looking for employees working at the Ybor campus and who are exempt. How many employees are working at the Ybor campus and are exempt? 15

22 Hillsborough Community College - Professional Development and Web Services Query Criteria: Comparison OR Using the OR criteria is applicable when information is needed from multiple fields. 1 OR conditions must appear on the separate lines. 4 In this example, the names of employees earning less than $0, or with the last name beginning with the letter M are required. 1. Type criterion in the Criteria section. Under Salary, type <0000. Do not type in the dollar sign or the decimal point.. Type the OR criterion. Under Last Name, type M* on a separate line.. Click on the Run button. 4. The results of the query now display all employees earning less than $0,000 or employees with a last name beginning with the letter M. Since the two conditions are on separate lines, at least one condition must be true. Activity Run a query looking for employees working at the Ybor (YB) campus or the Plant City (PC) campus. 16

23 Microsoft Access Module II Aggregate Functions Aggregate functions within Access allows the user to carry out simple mathematical operations within a query. Aggregate functions (operations) include sum, average, minimum, maximum, count, standard deviation and variance. These functions can be accessed by selecting the Totals button on the query design toolbar or typing the aggregate function in the Total row of the Design grid. Aggregate Function Sum Description Determines the sum of field values. Supports the following data types: AutoNumber, Currency, Date/ Time and Number. Avg Min Max Count StDev Var Calculates the average of field values. Supports the following data types: AutoNumber, Currency, Date/ Time and Number. Determines the lowest field value. Supports the following data types: AutoNumber, Currency, Date/ Time, Number and Text. Determines the highest field value. Supports the following data types: AutoNumber, Currency, Date/ Time and Number. Determines the number of records in a field. Supports the following data types: AutoNumber, Currency, Date/Time, Memo, Number, OLE Object, Text and Yes/No. Calculates the standard deviation of a field value. Supports the following data types: Currency or Number. Calculates the statistical variances of a field. Supports the following data type: Currency. 17

24 Hillsborough Community College - Professional Development and Web Services 1 Query: Using the Aggregate Function Count Using the aggregate function Count is useful when a simple count or tally of information is required. 1. In the Create tab>other group, select Query Design.. Select the tables and/or queries to show and click Add. e.g. tblempinfo. Click Close. 4. Double click on a field name from the table or query twice to appear in the query design grid. e.g. Campus. 4 18

25 Microsoft Access Module II 5. In the Query Tools/Design tab>show/hide group, click on the Totals button. 6. The Total row now appears in the design grid between Table and Sort. 7. Select the aggregate function on the second Campus field e.g. Count Click on the Run button. 9. Result of query using the aggregate function Count. 10. Save the query as qrycntcampus Activity Create a query for gender using the aggregate function Count. Save the query as qrycntgender How many are males? How many are females? How could using the aggregate function Count be useful to you? 9 19

26 Hillsborough Community College - Professional Development and Web Services Query: Using the Aggregate Function Avg Using the aggregate function Avg (average) is useful when an average of information is required. In this example, we are determining the average salary by campus. 1. Under the Create tab>other group, select Query Design.. Select the tables and/or queries to show and click Add. e.g. tblempinfo. Click Close. 4. Double click on the field names from the table to appear in the Field design grid. e.g. Campus and Salary. 5. Click on the Totals button. The Total row now appears in the design grid between Table and Sort. 6. Select the aggregate function on the second field and click on the Run e.g. Avg. button. 7. Result of query using the aggregate function Average. 8. Save the query as qryavgsalarycampus Activity Create a query for the average salary by city using the aggregate function Avg. Save the query as qryavgsalarycity. 7 Which city has the highest average salary? How could using the aggregate function Avg be useful to you? 0

27 Microsoft Access Module II Query: Using Parameters and the Between Operator Creating a parameter query allows you to search for information in fields. However, for the parameters to function, you will have to enter the criteria when prompted by the parameter dialog box. 1 In this example, we are determining the names of the people whose start date is between 1/01/1980 and 1/1/ Under the Create tab>other group, select Query Design.. Select the tables and/or queries to show and click Add. e.g. tblempinfo. Click Close. 4. Double click on the field names from the table to appear in the Field design grid. e.g. FirstName, LastName, and StartDate. 5. Under StartDate Criteria type the following: Between [Beginning Start Date] And [Ending Start Date]

28 Hillsborough Community College - Professional Development and Web Services 6. Click on the Run button and enter the following parameters Beginning Start Date: 1/01/1980 and Ending Start Date: 1/1/ Result of query using the parameter Between. 8. Save the query as qrybtwnstartdate Activity Create a query using parameters. The query will show the names of people, salary and campus. Save the query as qrybtwsalarycampus. Show how many people make between $0,000 and $40,000 and at which campus he/she works. What are the results for each campus?

29 Microsoft Access Module II Create a Report: Report Wizard Report Wizard is easy to use and allows for the design, development, printing, and print preview of information such as labels, lists, form letters, invoices, summaries, display charts, etc. The user can personalize reports by adding a logo or picture, organizing headers, footers and sorting columns. 1 In this example, the names of employees earning more than $0, or with the last name beginning with the letter M are required. Adjust the qryemployeecomp query, if necessary. 1. In the All Access Objects pane, select the object that you would like to use for creating the report. For example, select qryemployeecomp.. Under the Create tab>reports group, select Report Wizard.. Make sure the correct table or query is selected. Add Available Fields to Selected Fields and click on Next. In this example, qryemployeecomp should be selected and add all available fields. 4. Add any grouping levels; however, in this example do not add any. Therefore, click on Next. 4

30 Hillsborough Community College - Professional Development and Web Services 5. Sort records, up to four fields in ascending or descending order, and click on Next. In this example, the fields LastName and FirstName, are sorted in ascending order. 6. Choose a report layout and orientation and click on Next. e.g. Tabular layout and Landscape orientation 7. Choose a report style and click on Next. e.g. Access Type in a report title, preview the report, or modify the report s design and click on Finish. e.g. rptemployeeinfo 9. The Employee Information report now appears

31 Microsoft Access Module II Modify a Report Design View and Layout View allow for the modification and customizing of reports by adding a logo or picture, organizing headers, footers, and sorting columns. In this example, the Employee Information report is modified In the Home tab>views group, select View > Design View to change to Design View.. The report now appears in Design View.. To change the font, highlight the text box, then make your font selection. For example, click on the Last Name label text box and choose a larger font size. Also change the alignment to Center. 4. Select Report View see the changes. 5. Report changes are viewable. 4 To move report objects around, click on an object and drag it to the new location, while you are in Design View or Layout View. You can also resize and delete columns. 5 Activity Modify rptemployeeinfo by changing the font, size and color. Change the report header title to HCC Employee Information. Delete unnecessary columns to save space. 5

32 Hillsborough Community College - Professional Development and Web Services Insert a Graphic/Image Personalize forms and reports by adding a company logo or another graphic. To insert a graphic into a form or report, you can be in Design View or Layout View. In this example, we ll use Design View In the Report Design Tools/Design tab>control group, click Image.. Take the image pointer and click and hold, then draw a rectangle to the approximate size of the graphic in the location where the image will appear. Release mouse button after the Image box is drawn. In this example, the HCC logo is added to the report header.. After the Insert Picture dialog box appears, locate the file and click on OK. e.g. Desktop > PDWS Folder > Access II> HCCLogo. 4. Resize graphic with sizing handles. 4 6

33 Microsoft Access Module II Resize Image/Graphic Sometimes after an image is placed on a form or report, it does not fit properly in its box. Below are the steps to resize an image without resizing the box entirely Select the image.. Right click on the mouse and click on Properties.. Click on the Format tab. 4. Point to and click on Size Mode down arrow and choose Stretch. 5. The image now fits in the box. 4 Activity Insert an image into your report and resize the image using the Resize Image/Graphic steps. 5 7

34 Hillsborough Community College - Professional Development and Web Services 8

Microsoft Access 2007 Module 1

Microsoft Access 2007 Module 1 Microsoft Access 007 Module http://citt.hccfl.edu Microsoft Access 007: Module August 007 007 Hillsborough Community College - CITT Faculty Professional Development Hillsborough Community College - CITT

More information

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key Getting started with Ms Access 2007 Getting Started Customize Microsoft Office Toolbar The Ribbon Quick Access Toolbar Navigation Tabbed Document Window Viewing Primary Key Composite Key Foreign Key Table

More information

Introduction to Microsoft Access 2016

Introduction to Microsoft Access 2016 Introduction to Microsoft Access 2016 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

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports Version 07/11/09 Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Subforms, and the Lookup Wizard May 2009 by Floyd Jay Winters and Julie Manchester winterf@mccfl.edu Database

More information

Microsoft Access 2010

Microsoft Access 2010 2013\2014 Microsoft Access 2010 Tamer Farkouh M i c r o s o f t A c c e s s 2 0 1 0 P a g e 1 Definitions Microsoft Access 2010 What is a database? A database is defined as an organized collection of data

More information

Working with Data in Microsoft Excel 2010

Working with Data in Microsoft Excel 2010 Working with Data in Microsoft Excel 2010 This document provides instructions for using the sorting and filtering features in Microsoft Excel, as well as working with multiple worksheets in the same workbook

More information

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification.

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification. Appendix 1 Microsoft Office Specialist: Access Certification Introduction The candidates for Microsoft Office Specialist certification should have core-level knowledge of Microsoft Office Access 2010.

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

Complete Quick Reference Summary

Complete Quick Reference Summary Microsoft Access 2010 Complete Quick Reference Summary Microsoft Access 2010 Quick Reference Summary Advanced Filter/Sort, Use AC 153 Advanced button (Home tab Sort & Filter, Advanced Filter/Sort) All

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE C30147 RELATIONAL DATABASE Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards This module has been developed to further the learner s

More information

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities ACCESS SUMMARIZING DATA AND CALCULATING IN FORMS AND REPORTS Section 4 Skills Use functions in a query to calculate statistics Summarize data in a crosstab query Summarize data in a PivotTable Summarize

More information

SOFTWARE SKILLS BUILDERS

SOFTWARE SKILLS BUILDERS USING ACCESS TO CREATE A SCIENCE DATABASE A database allows you to enter, store, retrieve, and manipulate data efficiently. You will first design your database and enter information into a table called

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Links to Activities ACTIVITY 3.1. Links to Activities ACTIVITY 3.

Links to Activities ACTIVITY 3.1. Links to Activities ACTIVITY 3. ACCESS CREATING QUERIES, FORMS, AND REPORTS Section 3 0 Skills Create a select query using the Simple Query Wizard Create a select query in Design view Add multiple tables to a query Sort the query results

More information

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Queries, Lookup Wizard, Relationships August 2010 by Floyd Jay Winters and Julie Manchester winterf@scf.edu SEE GRADING CRITERIA

More information

PowerSchool Handbook Federal Survey Card Report

PowerSchool Handbook Federal Survey Card Report Handbook Federal Survey Card Report Version 1.0 August 9, 2017 Copyright 2017, San Diego Unified School District. All rights reserved. This document may be reproduced internally by San Diego Unified School

More information

Integrating Word with Excel

Integrating Word with Excel Integrating Word with Excel MICROSOFT OFFICE Microsoft Office contains a group of software programs sold together in one package. The programs in Office are designed to work independently and in conjunction

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

Computer Skills MS Access Work Sheet # 1

Computer Skills MS Access Work Sheet # 1 Computer Skills MS Access Work Sheet # 1 Topics Covered: Database Concepts (Databases, Microsoft Access, Databases Uses, Relational Database, Tables, Records and Fields, The Difference between Data and

More information

PowerSchool Handbook Federal Survey Form Report

PowerSchool Handbook Federal Survey Form Report Handbook Federal Survey Form Report Version 2.1 August 22, 2018 Copyright 2018, San Diego Unified School District. All rights reserved. This document may be reproduced internally by San Diego Unified School

More information

MODULE 5 DATABASES. Content

MODULE 5 DATABASES. Content MODULE 5 DATABASES Module Goals Module 5 - Databases, requires candidates to understand some of the basic concepts of databases demonstrate the ability to use a database on a personal computer. Candidates

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access This module was developed to assist students in passing the SkillCheck Incorporated Access 2003 Technology Competency Assessment. It was last updated

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) The purpose of a form is to: A) simplify the entry of data into a table. B) display the

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

PowerPoint Presentation to Accompany GO! All In One. Chapter 13

PowerPoint Presentation to Accompany GO! All In One. Chapter 13 PowerPoint Presentation to Accompany GO! Chapter 13 Create, Query, and Sort an Access Database; Create Forms and Reports 2013 Pearson Education, Inc. Publishing as Prentice Hall 1 Objectives Identify Good

More information

GO! with Microsoft Access 2016 Comprehensive

GO! with Microsoft Access 2016 Comprehensive GO! with Microsoft Access 2016 Comprehensive First Edition Chapter 1 Getting Started with Microsoft Access 2016 Learning Objectives Identify Good Database Design Create a Table and Define Fields in a Blank

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Creating Select Queries Norm Downey Chapter 2 pages 173 193 and Chapter 3 pages 218 249 2 1 This PowerPoint uses the Sample Databases on the class website Please download them now

More information

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting Microsoft Excel 2010 Chapter 2 Formulas, Functions, and Formatting Objectives Enter formulas using the keyboard Enter formulas using Point mode Apply the AVERAGE, MAX, and MIN functions Verify a formula

More information

K Hinds Page 1. Information Communication Technology Microsoft Access

K Hinds Page 1. Information Communication Technology Microsoft Access www.smsbarbados.wordpress.com Page 1 Information Communication Technology Microsoft Access www.smsbarbados.wordpress.com Page 2 What is a database? A database is a collection of information that is organized

More information

Microsoft Access 5: Reports & Other Useful Functions

Microsoft Access 5: Reports & Other Useful Functions Microsoft Access 5: Reports & Other Useful Functions You can print out simple records of your data by using the Office menu. However, if you want to create a customized report from one or more tables or

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

MS Access Let s begin by looking at the toolbar and menu of Access.

MS Access Let s begin by looking at the toolbar and menu of Access. MS Access 2003 Access is a database program that allows you to store, retrieve, analyze, and print information. Individuals use databases for various purposes. Businesses use databases to manage customer

More information

Access - Introduction to Queries

Access - Introduction to Queries Access - Introduction to Queries Part of managing a database involves asking questions about the data. A query is an Access object that you can use to ask the question(s). The answer is contained in the

More information

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary MIS Cases: Decision Making With Application Software, Second Edition Database Glossary This database glossary is designed to accompany MIS Cases: Decision Making With Application Software, Second Edition,

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Let s create another simple report from one of our queries available: Author Age query.

Let s create another simple report from one of our queries available: Author Age query. Microsoft Access 6: Reports & Other Useful Functions This can be a very quick way to build a report, especially if you plan to put only a few fields on your report. When you click on the Blank Report button,

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

More information

Access 2003 Introduction to Report Design

Access 2003 Introduction to Report Design Access 2003 Introduction to Report Design TABLE OF CONTENTS CREATING A REPORT IN DESIGN VIEW... 3 BUILDING THE REPORT LAYOUT... 5 SETTING THE REPORT WIDTH... 5 DISPLAYING THE FIELD LIST... 5 WORKING WITH

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 1 Databases and Database Objects: An Introduction Objectives Design a database to satisfy a collection of requirements Describe the features of the Access window Create a

More information

Excel 2013 Next Steps

Excel 2013 Next Steps Excel 2013 Next Steps ADULT SERVICES DEPARTMENT CRYSTAL LAKE PUBLIC LIBRARY 126 W. PADDOCK STREET CRYSTAL LAKE, IL 60014 815-459-1687, X7 WWW.CLPL.ORG Agenda 2 Home Toolbar Alignment Group Number Formats

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Name: Class: Date: Access Module 2

Name: Class: Date: Access Module 2 1. To create a new query in Design view, click CREATE on the ribbon to display the CREATE tab and then click the button to create a new query. a. Query b. Design View c. Query Design d. Select Query ANSWER:

More information

Unit 11.Introduction to Form and Report

Unit 11.Introduction to Form and Report Introduction to Form Unit 11.Introduction to Form and Report Introduction: Databases are made to be used. Access provides an easy way to enter data into Access database tables with forms. Forms can also

More information

Excel 2013 Workshop. Prepared by

Excel 2013 Workshop. Prepared by Excel 2013 Workshop Prepared by Joan Weeks Computer Labs Manager & Madeline Davis Computer Labs Assistant Department of Library and Information Science June 2014 Excel 2013: Fundamentals Course Description

More information

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007 Many people know that you can use the Mail Merge feature in Microsoft Word 2007 to easily create mailing labels, but did you know you can use it to quickly create custom name badge inserts? Here, you will

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name 1) The table Design view shows 1) A) the relationships established for the table. B) the formatting applied to the table. C) the structure of the table. D) the number of records in the table.

More information

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the The Original Quick Reference Guides Microsoft Access 2010 Access is a tool for creating and managing databases collections of related records structured in an easily accessible format such as a table,

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Creating Queries Norm Downey This PowerPoint uses the Sample Databases on the class website Please download them now 2 1 What is a Query? Queries allow the user to manipulate the

More information

Microsoft Office 2016 Mail Merge

Microsoft Office 2016 Mail Merge Microsoft Office 2016 Mail Merge Mail Merge Components In order to understand how mail merge works you need to examine the elements involved in the process. In any mail merge, you'll deal with three different

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Microsoft Office 2010: Introductory Q&As Access Chapter 2

Microsoft Office 2010: Introductory Q&As Access Chapter 2 Microsoft Office 2010: Introductory Q&As Access Chapter 2 Is it necessary to close the Navigation Pane? (AC 78) No. It gives you more room for the query, however, so it is usually a good practice to hide

More information

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel.

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel. Candy is Dandy Grading Rubric You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those bags. You

More information

Excel Module 7: Managing Data Using Tables

Excel Module 7: Managing Data Using Tables True / False 1. You should not have any blank columns or rows in your table. True LEARNING OBJECTIVES: ENHE.REDI.16.131 - Plan the data organization for a table 2. Field names should be similar to cell

More information

Microsoft Office Illustrated Introductory, Building and Using Queries

Microsoft Office Illustrated Introductory, Building and Using Queries Microsoft Office 2007- Illustrated Introductory, Building and Using Queries Creating a Query A query allows you to ask for only the information you want vs. navigating through all the fields and records

More information

ADD AND NAME WORKSHEETS

ADD AND NAME WORKSHEETS 1 INTERMEDIATE EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Microsoft Office Specialist Access 2016

Microsoft Office Specialist Access 2016 77-730 Microsoft Office Specialist Access 201 For coverage of all objectives, please utilize Shelly Cashman Series Office 35 & Access 201 Comprehensive Domain Obj Number Objective text Module Pages: Topic

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

http://pdws.hccfl.edu March 2014 2014 Hillsborough Community College - Professional Development and Workshop Services Hillsborough Community College - Professional Development and Workshop Services The

More information

Database Design Practice Test JPSFBLA

Database Design Practice Test JPSFBLA 1. You see field names, data types, and descriptions in: a. Datasheet View c. Form View b. Design View d. Property View 2. The data type for insurance policy numbers, such as 0012-M-340-25 or 43F33-7805,

More information

Table of Contents COURSE OVERVIEW... 5

Table of Contents COURSE OVERVIEW... 5 Table of Contents COURSE OVERVIEW... 5 DISCUSSION... 5 THE NEW DATABASE FORMAT... 5 COURSE TOPICS... 6 CONVENTIONS USED IN THIS MANUAL... 7 Tip Open a File... 7 LESSON 1: THE NEW INTERFACE... 8 LESSON

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

Microsoft Access XP Edition for ECDL Syllabus 4.5 (UK only)

Microsoft Access XP Edition for ECDL Syllabus 4.5 (UK only) ECDL Module 5 WORKBOOK Databases Microsoft Access XP Edition for ECDL Syllabus 4.5 (UK only) PAGE 2 - ECDL MODULE 5 (OFFICE XP) - WORKBOOK 1995-2007 Cheltenham Courseware Ltd. All trademarks acknowledged.

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

SUM, AVERAGE, MEDIAN, MIN,

SUM, AVERAGE, MEDIAN, MIN, Lab 3 Activity Name Demonstration Notes Objective 12: Use the SUM, AVERAGE, MEDIAN, MIN, and MAX Functions 5.25 Using the SUM and AVERAGE Functions 5.26 Using the MEDIAN Function Start Excel. Open goaio_1e_08c_script_data.xlsx.

More information

Introduction to MS Excel Management Information Systems

Introduction to MS Excel Management Information Systems Introduction to MS Excel 2007 Management Information Systems 1 Overview What is MS Excel? Functions. Sorting Data. Filtering Data. Data Form. Data Validation. Create charts in Excel. Formatting Cells.

More information

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

Microsoft Access XP (2002) Reports

Microsoft Access XP (2002) Reports Microsoft Access XP (2002) Reports AutoReports Report Wizards Manually Design a Report Table Relations Multitable Reports Mailing Labels Mail Merge with MS Word Table of Contents INTRODUCTION TO REPORTS...

More information

GO! with Microsoft Access 2016 Comprehensive

GO! with Microsoft Access 2016 Comprehensive GO! with Microsoft Access 2016 Comprehensive First Edition Chapter 3 Forms, Filters, and Reports 2 Create and Use a Form to Add and Delete Records A form is a database object that can be used to: display

More information

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012 Introductory Excel 2010 Walpole Public Schools Professional Development Day March 6, 2012 By: Jessica Midwood Agenda: What is Excel? How is Excel 2010 different from Excel 2007? Basic functions of Excel

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

More information

For Microsoft Office XP or Student Workbook. TECHNOeBooks Project-based Computer Curriculum ebooks.

For Microsoft Office XP or Student Workbook. TECHNOeBooks Project-based Computer Curriculum ebooks. TECHNOConsultant For Microsoft Office XP or 2003 Student Workbook TECHNOeBooks Project-based Computer Curriculum ebooks www.bepublishing.com Copyright 1993 2010. TechnoKids Inc. in partnership with B.E.

More information

MICROSOFT WORD. MS. Office includes the following application:

MICROSOFT WORD. MS. Office includes the following application: MICROSOFT WORD MS. Office consists of group of application developed overtime by MS work together, both in terms of accomplishing things is a similar way and in terms of providing easy of data. MS. Office

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

Basic Microsoft Excel 2011

Basic Microsoft Excel 2011 Basic Microsoft Excel 2011 Table of Contents Starting Excel... 2 Creating a New Workbook... 3 Saving a Workbook... 3 Creating New Worksheets... 3 Renaming a Worksheet... 3 Deleting a Worksheet... 3 Selecting

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Athens-Clarke County Library Page 1 What is a spreadsheet program? Microsoft Excel is an example of a spreadsheet program that will maintain records for you relating to finances, products, activities,

More information

FOCUS ON: DATABASE MANAGEMENT

FOCUS ON: DATABASE MANAGEMENT EXCEL 2002 (XP) FOCUS ON: DATABASE MANAGEMENT December 16, 2005 ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is dedicated

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

Shelly Cashman Series Microsoft Office 365 and Access 2016 Introductory 1st Edition Pratt TEST BANK

Shelly Cashman Series Microsoft Office 365 and Access 2016 Introductory 1st Edition Pratt TEST BANK Shelly Cashman Series Microsoft Office 365 and Access 2016 Introductory 1st Edition Pratt TEST BANK Full clear download (no formatting errors) at: https://testbankreal.com/download/shelly-cashman-series-microsoft-office-365-access-

More information

DESIGNING, BUILDING, AND USING DATABASES (BEGINNING MICROSOFT ACCESS, X405.4)

DESIGNING, BUILDING, AND USING DATABASES (BEGINNING MICROSOFT ACCESS, X405.4) Technology & Information Management Instructor: Michael Kremer, Ph.D. Database Program: Microsoft Access Series DESIGNING, BUILDING, AND USING DATABASES (BEGINNING MICROSOFT ACCESS, X405.4) Section 3 AGENDA

More information

TABLE OF CONTENTS. i Excel 2016 Basic

TABLE OF CONTENTS. i Excel 2016 Basic i TABLE OF CONTENTS TABLE OF CONTENTS I PREFACE VII 1 INTRODUCING EXCEL 1 1.1 Starting Excel 1 Starting Excel using the Start button in Windows 1 1.2 Screen components 2 Tooltips 3 Title bar 4 Window buttons

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

More information

Basics of Spreadsheet

Basics of Spreadsheet 106 :: Data Entry Operations 6 Basics of Spreadsheet 6.1 INTRODUCTION A spreadsheet is a large sheet having data and information arranged in rows and columns. As you know, Excel is one of the most widely

More information

Microsoft Access 2003 Edition for ECDL Syllabus 4.5 (UK only)

Microsoft Access 2003 Edition for ECDL Syllabus 4.5 (UK only) ECDL Module 5 WORKBOOK Databases Microsoft Access 2003 Edition for ECDL Syllabus 4.5 (UK only) PAGE 2 - ECDL MODULE 5 (OFFICE 2003) - WORKBOOK 1995-2007 Cheltenham Courseware Ltd. All trademarks acknowledged.

More information

IGSS 13 Configuration Workshop - Exercises

IGSS 13 Configuration Workshop - Exercises IGSS 13 Configuration Workshop - Exercises Contents IGSS 13 Configuration Workshop - Exercises... 1 Exercise 1: Working as an Operator in IGSS... 2 Exercise 2: Creating a new IGSS Project... 28 Exercise

More information