Queries with Multiple Criteria (OR)

Size: px
Start display at page:

Download "Queries with Multiple Criteria (OR)"

Transcription

1 Queries with Multiple Criteria (OR) When a query has multiple criteria, logical operators such as AND or OR combine the criteria together. This exercise has two example questions to illustrate, in two different cases, the use of the OR operator to combine criteria. The OR logical operator specifies that just one criteria is true or both criteria are true for a record to display when you run the query.

2 Queries with Multiple Criteria (OR) If necessary: Start Microsoft Access. Open the database file Queries from your Exploring Access folder.

3 Question 1 Multiple Criteria, Same Field, Logical OR Operator Just read this slide! Question 1 illustrates: A multiple criteria query. The criteria are for the same field. The criteria are combined with the OR operator. Question 1: List all of the products whose units in stock is less than 20 or greater than 100 using the ProductName, UnitsInStock, and UnitPrice fields of the Products table. Save this query as Products with Few or Many in Stock.

4 Question 1 Multiple Criteria, Same Field, Logical OR Operator Click the Query Design button in the Queries group on the CREATE tab of the ribbon bar.

5 Question 1 Multiple Criteria, Same Field, Logical OR Operator To add the Products table to the query window. Double-click the Products table.

6 Question 1 Multiple Criteria, Same Field, Logical OR Operator Click the Close button to close the Show Table dialog box.

7 Question 1 Multiple Criteria, Same Field, Logical OR Operator Double-click the ProductName, UnitsInStock and UnitPrice fields in the Products table window. To add these fields to the query s design grid.

8 Question 1 Multiple Criteria, Same Field, Logical OR Operator Both criteria are written for the UnitsInStock field. The 1 st criteria for Question 1 is: <20 The 2 nd criteria for Question 1 is: >100 Because both criteria are written for the same field, the two criteria are combined using the OR operator as such: <20 Or >100

9 Question 1 Multiple Criteria, Same Field, Logical OR Operator Type <20 Or >100 in the first Criteria row of the UnitsInStock column.

10 Question 1 Multiple Criteria, Same Field, Logical OR Operator The criteria for Question 1 reads as: UnitsInStock < 20 or UnitsInStock > 100

11 Question 1 Multiple Criteria, Same Field, Logical OR Operator Click the Save button on the Quick Access Toolbar.

12 Question 1 Multiple Criteria, Same Field, Logical OR Operator Type Products with Few or Many in Stock in the Query Name textbox. Click the OK button to save the query.

13 Question 1 Multiple Criteria, Same Field, Logical OR Operator The completed query.

14 Question 1 Multiple Criteria, Same Field, Logical OR Operator Click the Run button in the Results group of the DESIGN tab in the QUERY TOOLS section of the ribbon bar.

15 Question 1 Multiple Criteria, Same Field, Logical OR Operator When you run this query, it displays all the products (Product records) 1. whose units in stock is less than 20, OR 2. whose units in stock is greater than 100. According to logic, if both operands of the OR operator are true, then the result of the OR is true. But, for the use of OR in this query, it is impossible for both criteria to be true for a record to display in the query. Go to the next slide to see the records displayed for this query.

16 Question 1 Multiple Criteria, Same Field, Logical AND Operator Close the query.

17 Question 2 Multiple Criteria, Different Fields, Logical OR Operator Just read this slide! Question 2 illustrates: A multiple criteria query. The criteria are for different fields. The criteria are combined with the OR operator. Question 2: List all of the books that are published after 1996 or whose list price is greater than or equal to 40 dollars using the Title, Year, ListPrice and Publisher fields of the Books table. Save this query as New or Expensive Books.

18 Question 2 Multiple Criteria, Different Fields, Logical OR Operator Click the Query Design button in the Queries group on the CREATE tab of the ribbon bar.

19 Question 2 Multiple Criteria, Different Fields, Logical OR Operator To add the Books table to the query window. Double-click the Books table.

20 Question 2 Multiple Criteria, Different Fields, Logical OR Operator Click the Close button to close the Show Table dialog box.

21 Question 2 Multiple Criteria, Different Fields, Logical OR Operator If necessary, increase the height of the Books table window to view all the fields. Double-click the Title, Year, ListPrice and Publisher fields in the Books table window. To add these fields to the query s design grid.

22 Question 2 Multiple Criteria, Different Fields, Logical OR Operator The Year criteria for Question 2 is: >1996 The ListPrice criteria for Question 2 is: >=40 Because each criteria is written for a different field, the two criteria can not be combined using the word OR. To combine both criteria with the OR operator: Each criteria is written in a criteria row for its field. Each criteria must be written on a different row.

23 Question 2 Multiple Criteria, Different Fields, Logical OR Operator Type >1996 in the first Criteria row of the Year column.

24 Question 2 Multiple Criteria, Different Fields, Logical OR Operator Type >=40 in the second Criteria row of the ListPrice column.

25 Question 2 Multiple Criteria, Different Fields, Logical OR Operator The criteria for Question 2 reads as: Year > 1996 or ListPrice >= 40

26 Question 2 Multiple Criteria, Different Fields, Logical OR Operator Click the Save button on the Quick Access Toolbar.

27 Question 2 Multiple Criteria, Different Fields, Logical OR Operator Type New or Expensive Books in the Query Name textbox. Click the OK button to save the query.

28 Question 2 Multiple Criteria, Different Fields, Logical OR Operator The completed query.

29 Question 2 Multiple Criteria, Different Fields, Logical OR Operator Click the Run button in the Results group of the DESIGN tab in the QUERY TOOLS section of the ribbon bar.

30 Question 2 Multiple Criteria, Different Fields, Logical OR Operator When you run this query, it displays all the books (Book records) 1. whose year is greater than 1996, OR 2. whose list price is greater than or equal to 40 dollars, OR 3. whose year is greater than 1996 and list price is greater than or equal to 40 dollars. According to logic, if both operands of the OR operator are true, then the result of the OR is true. Number 3 above is this case and for the use of OR in this query, it is possible for both criteria to be true for a record to display in the query. Go to the next slide to see the records displayed for this query.

31 Question 2 Multiple Criteria, Different Fields, Logical OR Operator

32 Question 2 Multiple Criteria, Different Fields, Logical OR Operator Close the query. Close the database file and Microsoft Access.

Access Objects. Tables Queries Forms Reports Relationships

Access Objects. Tables Queries Forms Reports Relationships Access Review Access Objects Tables Queries Forms Reports Relationships How Access Saves a Database The Save button in Access differs from the Save button in other Windows programs such as Word and Excel.

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

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

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

Exchange Address Book Order

Exchange Address Book Order Exchange Address Book Order From your Outlook Ribbon, locate the Address Book Click on Tools, Options 3 options are available, as shown below, select Custom to arrange the order of your address books.

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

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

Tutorial 1. Creating a Database

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

More information

INSERT SUBTOTALS Database Exercise Sort the Data Department Department Data Tab Sort and Filter Group

INSERT SUBTOTALS Database Exercise Sort the Data Department Department Data Tab Sort and Filter Group INSERT SUBTOTALS Subtotals are used to summarize data in a range of data. This command offers many kinds of summary information, including counts, sums, averages, minimums, and maximums. When this feature

More information

Module 5. Databases. Astro Computer Training. Page 1

Module 5. Databases. Astro Computer Training. Page 1 Module 5 Databases Astro Computer Training Page 1 1. Database Terminologies What is a Database? A database is a collection of data related to a particular topic organised and stored for easy retrieval.

More information

SECTION 4 USING QUERIES. What will I learn in this section?

SECTION 4 USING QUERIES. What will I learn in this section? SECTION 4 USING QUERIES What will I learn in this section? Select Queries Creating a Query Adding a Table to Query Adding Fields to Query Single Criteria Hiding column in a Query Adding Multiple Tables

More information

Database Design Lab: MS Access Queries

Database Design Lab: MS Access Queries Database Design Lab: MS Access Queries 1. Download lab6.accdb and rename it to lab7.accdb. 2. Create a simple query named qryauthor that has a Name attribute (i.e. Firstname Lastname ). a) Open lab6.accdb.

More information

M i c r o s o f t. Office Introductory Concepts and Techniques. Access Project 1. Creating and Using a Database

M i c r o s o f t. Office Introductory Concepts and Techniques. Access Project 1. Creating and Using a Database M i c r o s o f t Office 2003 Introductory Concepts and Techniques Access Project 1 Creating and Using a Database Objectives Describe databases and database management systems Start Access Describe the

More information

Switchboard. Creating and Running a Navigation Form

Switchboard. Creating and Running a Navigation Form Switchboard A Switchboard is a type of form that displays a menu of items that a user can click on to launch data entry forms, reports, queries and other actions in the database. A switchboard is typically

More information

Chapter 5: Hierarchical Form Lab

Chapter 5: Hierarchical Form Lab Chapter 5: Hierarchical Form Lab Learning Objectives This chapter demonstrates Access 2013 features for hierarchical forms that are more complex than the single table forms you developed in Chapter 4.

More information

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Slide 1 Customizing Outlook Course objectives Create a custom toolbar and customize the menu bar; customize the Quick Access toolbar,

More information

Working with Macros. Creating a Macro

Working with Macros. Creating a Macro Working with Macros 1 Working with Macros THE BOTTOM LINE A macro is a set of actions saved together that can be performed by issuing a single command. Macros are commonly used in Microsoft Office applications,

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

AUSTIN COMMUNITY COLLEGE CONTINUING EDUCATION. INTRODUCTION TO DATABASE/FILE MANAGEMENT (Access Introduction) (12 hours) ITSW 1053 COURSE SYLLABUS

AUSTIN COMMUNITY COLLEGE CONTINUING EDUCATION. INTRODUCTION TO DATABASE/FILE MANAGEMENT (Access Introduction) (12 hours) ITSW 1053 COURSE SYLLABUS Course Description: Learn how to design and complete a working database system using this popular software. An introduction to database concepts including: Program parameters, data dictionary, optional

More information

Step 1: Create a totals query to show the total cost price and total sale price of the wine for each supplier.

Step 1: Create a totals query to show the total cost price and total sale price of the wine for each supplier. Hands-On-2: Queries In D1 you used Select queries to extract required information from your database. You used these to list data that met certain criteria and also used totals queries (a special type

More information

Introduction to Microsoft PowerPoint 2016

Introduction to Microsoft PowerPoint 2016 Course 55176A: Introduction to Microsoft PowerPoint 2016 Course details Course Outline Module 1: Creating a PowerPoint Presentation This module explains how get started using Microsoft PowerPoint. Starting

More information

Chapter 3. Introduction to relational databases and MySQL. 2010, Mike Murach & Associates, Inc. Murach's PHP and MySQL, C3

Chapter 3. Introduction to relational databases and MySQL. 2010, Mike Murach & Associates, Inc. Murach's PHP and MySQL, C3 1 Chapter 3 Introduction to relational databases and MySQL Slide 2 Objectives Applied 1. Use phpmyadmin to review the data and structure of the tables in a database, to import and run SQL scripts that

More information

Introduction. Opening and Closing Databases. Access 2010 Managing Databases and Objects. Video: Working with Databases in Access 2010

Introduction. Opening and Closing Databases. Access 2010 Managing Databases and Objects. Video: Working with Databases in Access 2010 Access 2010 Managing Databases and Objects Introduction Page 1 Each Access database consists of multiple objects that let you interact with data. Databases can include forms for entering data, queries

More information

Copyright 2012 Pulse Systems, Inc. Page 1 of 29

Copyright 2012 Pulse Systems, Inc. Page 1 of 29 Use the CCD Control to receive and distribute a patient's "Continuity of Care Document" which contains the recorded medical history from a particular facility. Click anywhere to continue Copyright 2012

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

Module 4 : Spreadsheets

Module 4 : Spreadsheets Module 4 : Spreadsheets What is a spreadsheet program? A spreadsheet program allows you to store, organise and analyse information. Applications of spreadsheets focus on generating numeric information

More information

Introduction to Microsoft Access

Introduction to Microsoft Access Introduction to Microsoft Access Chapter 1 Data is simply a collection of characters (that is, letters, numbers and symbols) which, on their own, have no particular meaning. When data about a particular

More information

Microsoft Excel & The Internet. J. Carlton Collins ASA Research

Microsoft Excel & The Internet. J. Carlton Collins ASA Research Microsoft Excel & The Internet J. Carlton Collins ASA Research Carlton@ASAResearch.com 770.734.0950 Excel and the Internet There are at least 9 good ways in which Excel and the Internet can work together,

More information

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College PRODUCTIVITY TIPS USING OUTLOOK 2016 Washtenaw Community College August 23, 2018 TABLE OF CONTENTS Email Management... 3 1. Create a Rule:... 3 2. Add a Folder to Your Favorites... 3 To Show Folders in

More information

Sent Items Organizer User s Manual

Sent Items Organizer User s Manual Sent Items Organizer User s Manual Welcome... 2 Configuring the Add-In... 2 General Settings Tab... 3 Confirmation Mode Tab... 4 Keyword Mode Tab... 5 Associate Contacts Mode Tab... 6 Troubleshooting...

More information

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM Access 2010 Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 840 SOUTH ROESSLER STREET MONROE,

More information

To complete this database, you will need the following file:

To complete this database, you will need the following file: = CHAPTER 5 Access More Skills 13 Specify Relationship Join Types Database objects forms, queries, and reports display fields from related tables by matching the values between the fields common to both

More information

Exercise 1: Assigning Responsibilities to Delegates (This was called Proxy in GroupWise)

Exercise 1: Assigning Responsibilities to Delegates (This was called Proxy in GroupWise) Delegates Exercise 1: Assigning Responsibilities to Delegates (This was called Proxy in GroupWise) 1. On the menu bar, click Tools and then click Options. 2. When the Options dialog box opens, click on

More information

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related PROCEDURES LESSON 8: MANAGING RELATIONSHIPS BETWEEN TABLES Renaming a Table 1 In the Navigation pane, right-click the table you want to rename 2 On the shortcut menu, click Rename 3 Type the new table

More information

Using Standard Generation Rules to Generate Test Data

Using Standard Generation Rules to Generate Test Data Using Standard Generation Rules to Generate Test Data 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Creating More Detailed Forms

Creating More Detailed Forms Creating More Detailed Forms Chapter 5 When databases become larger it is necessary to be able move fields anywhere on the screen so that all the data can be clearly displayed. Access allows you to produce

More information

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1 Word 2010 Working with Tables Introduction Page 1 A table is a grid of cells arranged in rows and columns. Tables can be customized and are useful for various tasks such as presenting text information

More information

Microsoft Office Excel 2007: Basic Course 01 - Getting Started

Microsoft Office Excel 2007: Basic Course 01 - Getting Started Microsoft Office Excel 2007: Basic Course 01 - Getting Started Slide 1 Getting started Course objectives Identify spreadsheet components Identify the main components of Excel Use the Help feature Open

More information

Office 2010: New Features Course 01 - The Office 2010 Interface

Office 2010: New Features Course 01 - The Office 2010 Interface Office 2010: New Features Course 01 - The Office 2010 Interface Slide 1 The Excel Ribbon (Home Tab) Slide 2 The Cell Styles Gallery in Excel Slide 3 Live Preview Default Live Preview of the cell style

More information

To complete this database, you will need the following file:

To complete this database, you will need the following file: CHAPTER 2 Access More Skills 13 Create a Multiple Items Form A multiple items form displays records in rows and columns in the same manner as a datasheet. A multiple items form provides more formatting

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

COMM 391 Winter 2014 Term 1. Tutorial 1: Microsoft Excel - Creating Pivot Table

COMM 391 Winter 2014 Term 1. Tutorial 1: Microsoft Excel - Creating Pivot Table COMM 391 Winter 2014 Term 1 Tutorial 1: Microsoft Excel - Creating Pivot Table The purpose of this tutorial is to enable you to create Pivot Table to analyze worksheet data in Microsoft Excel. You should

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

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

Grapher 10 Ribbon Bar

Grapher 10 Ribbon Bar Grapher 10 Ribbon Bar When Grapher 10 was released, it included many changes to the user interface. Once such change was the new Ribbon Bar. The Ribbon Bar is designed to better emulate the menu bars in

More information

Adding Parts to the PriceBook by Import and Associating Vendor Part Information

Adding Parts to the PriceBook by Import and Associating Vendor Part Information Adding Parts to the PriceBook by Import and Associating Vendor Part Information Table of Contents Importing Parts into the PriceBook... 3 What Are Vendor Part Items?... 3 Manually Adding Vendor Information

More information

Reference Services Division Presents. Excel Introductory Course

Reference Services Division Presents. Excel Introductory Course Reference Services Division Presents Excel 2007 Introductory Course OBJECTIVES: Navigate Comfortably in the Excel Environment Create a basic spreadsheet Learn how to format the cells and text Apply a simple

More information

Trident Trust PowerPoint User Guide

Trident Trust PowerPoint User Guide Trident Trust PowerPoint User Guide Intelligent Documents October 2017 1 Overview The PowerPoint template is designed to make it quick and easy to create consistent and professional presentations conforming

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

SPREADSHEET (Excel 2007)

SPREADSHEET (Excel 2007) SPREADSHEET (Excel 2007) 1 U N I T 0 4 BY I F T I K H A R H U S S A I N B A B U R Spreadsheet Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative

More information

Tutorial 2: Queries and Reports

Tutorial 2: Queries and Reports Tutorial 2: Queries and Reports This tutorial covers construction of queries using Microsoft Access query by example (QBE) tool and report writer. In this tutorial, you will extend the Infinity Computers

More information

More Skills 12 Create Web Queries and Clear Hyperlinks

More Skills 12 Create Web Queries and Clear Hyperlinks CHAPTER 9 Excel More Skills 12 Create Web Queries and Clear Hyperlinks Web queries are requests that are sent to web pages to retrieve and display data in Excel workbooks. Web queries work best when retrieving

More information

training handout EMIS Web: Batch Data Manager Access Batch Data Manager Batch add a clinical code

training handout EMIS Web: Batch Data Manager Access Batch Data Manager Batch add a clinical code training handout EMIS Web: Batch Data Manager Use this training handout to help you use Batch Data Manager. Batch Data Manager is designed to help users add clinical codes, run protocols and perform set

More information

Formatting Values. 1. Click the cell(s) with the value(s) to format.

Formatting Values. 1. Click the cell(s) with the value(s) to format. Formatting Values Applying number formatting changes how values are displayed it doesn t change the actual information. Excel is often smart enough to apply some number formatting automatically. For example,

More information

Access: Printing Data with Reports

Access: Printing Data with Reports Access: Printing Data with Reports Reports are a means for displaying and summarizing data from tables or queries. While forms are primarily for on-screen viewing, reports are for presenting your data

More information

Introduction to Queries

Introduction to Queries Learning Microsoft Access 2007 By Greg Bowden Chapter 3 Introduction to Queries Guided Computer Tutorials www.gct.com.au PUBLISHED BY GUIDED COMPUTER TUTORIALS PO Box 311 Belmont, Victoria, 3216, Australia

More information

Animation: Enter Vouchers by Item or Amount?

Animation: Enter Vouchers by Item or Amount? Creating Manual Vouchers Topic 1 Monday, May 23, 2011 Page 1: Animation: Enter Vouchers by Item or Amount? Teacher Narration: When your company has a non-inventory expense, such as a utility bill, a cleaning

More information

Microsoft Office Access Learn how to use the Query window in Design view. Tutorial 3b Querying a Database

Microsoft Office Access Learn how to use the Query window in Design view. Tutorial 3b Querying a Database Microsoft Office Access 2003 Tutorial 3b Querying a Database 1 Learn how to use the Query window in Design view The Query window in Design view allows you to specify the results you want for a query. In

More information

In this tutorial we will discuss different options available in the Options tab in EMCO Network Inventory 4.x.

In this tutorial we will discuss different options available in the Options tab in EMCO Network Inventory 4.x. In this tutorial we will discuss different options available in the Options tab in EMCO Network Inventory 4.x. Include Options Tab Basic Info: This option enables you to configure EMCO Network Inventory

More information

Advisor Workstation Quick Start Guide

Advisor Workstation Quick Start Guide SM Morningstar dvisor Workstation Morningstar dvisor Workstation provides financial advisors with tools for investment research, portfolio analysis, and sales presentations. This is designed to get you

More information

Introduction to Application Software for Office Use, Microsoft Office 2010 and Windows Environment

Introduction to Application Software for Office Use, Microsoft Office 2010 and Windows Environment Introduction to Application Software for Office Use, Microsoft Office 2010 and Windows Environment Prepared by: Teo Siew Copyright 2017 MAHSA UNIVERSITY Faculty of Business, Finance, and Hospitality Objectives

More information

Use Active Directory To Simulate InfoPath User Roles

Use Active Directory To Simulate InfoPath User Roles Page 1 of 7 Use Active Directory To Simulate InfoPath User Roles You can leverage the information returned by the Active Directory web service to simulate InfoPath User Roles, which are disabled in browser

More information

Topics Covered in Video:

Topics Covered in Video: Highline College - Busn 216: Computer Applications for Business (Fun and Power with Computers) Office 2016 Video #40: Access 2016: Office 2016 Video #40: Access 2016: Building Queries in Access (15 Examples)

More information

UMHS Financial Systems Workspace & Smart View Templates

UMHS Financial Systems Workspace & Smart View Templates Level 1 Password https://findatamgr.dsc.umich.edu/workspace/index.jsp What If I have a blank Homepage? Utilize the Use Current Page button to set the Home Page. Why do I not see the Preview User Point

More information

Navigation Bar Icons

Navigation Bar Icons Outlook 2016 Main Screen Navigation Bar Icons Mail Calendar Contains mail-related folders like your Inbox, Sent Items and Search Folders. Use the Favorite Folders at the top of the pane for easy access

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

Working with Database & Objects

Working with Database & Objects Working with Database & Objects Working with Database & Objects Introduction Each Access database consists of multiple objects that let you interact with data. Databases can include forms for entering

More information

Quick Tips & Tricks. Important You must use SEMICOLONS ( ie; ) to separate address when sending mail to multiple users

Quick Tips & Tricks. Important You must use SEMICOLONS ( ie; ) to separate  address when sending mail to multiple users Quick Tips & Tricks Important You must use SEMICOLONS ( ie; ) to separate email address when sending mail to multiple users Customize Mail View Click, View, and then highlight Current View Click, Customize

More information

Incoming Mail Organizer User s Manual

Incoming Mail Organizer User s Manual Incoming Mail Organizer User s Manual Welcome... 2 Configuring the Add-in... 3 General Settings Tab... 3 Confirmation Mode Tab... 4 Keyword Mode Tab... 4 Associate Contacts Mode Tab... 5 Troubleshooting...

More information

Getting Started The Application Window Office Office 2003 Application Window cont d

Getting Started The Application Window Office Office 2003 Application Window cont d Introduction to Microsoft Word at the Library a 2 Hour Course for Beginners Class goals & Objectives By the end of this session participants will: Be familiar with the components of the MS Word application

More information

Word 3 Microsoft Word 2013

Word 3 Microsoft Word 2013 Word 3 Microsoft Word 2013 Mercer County Library System Brian M. Hughes, County Executive Action Technique 1. Insert a Text Box 1. Click the Insert tab on the Ribbon. 2. Then click on Text Box in the Text

More information

Activant Prophet 21. Using Fast Edits on Your Database

Activant Prophet 21. Using Fast Edits on Your Database Activant Prophet 21 Using Fast Edits on Your Database This class is designed for Prophet 21 users who are involved with any type of data entry Objectives Identify the fast edits that are available Select

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

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

Shopping Cart: Queries, Personalizations, Filters, and Settings

Shopping Cart: Queries, Personalizations, Filters, and Settings Shopping Cart: Queries, Personalizations, Filters, and Settings on the Shopping Cart Home Page Use this Job Aid to: Learn how to organize the Shopping Cart home page so that it is easier to use. BEFORE

More information

Lab Manual Access Module

Lab Manual Access Module Lab Manual Access Module Lab 3: Advanced Queries Custom calculations in queries Sometimes, you want to specify certain calculated variables that would show up in your query result. Access allows you to

More information

BDM Hyperion Workspace Basics

BDM Hyperion Workspace Basics BDM Hyperion Workspace Basics Contents of this Guide - Toolbars & Buttons Workspace User Interface 1 Standard Toolbar 3 Explore Toolbar 3 File extensions and icons 4 Folders 4 Browsing Folders 4 Root folder

More information

New Perspectives on PowerPoint Module 2: Adding Media and Special Effects

New Perspectives on PowerPoint Module 2: Adding Media and Special Effects New Perspectives on PowerPoint 2016 Module 2: Adding Media and Special Effects Objectives, Part 1 Apply a theme used in another presentation Insert shapes Format shapes and pictures Rotate and flip objects

More information

An Introduction to Basic ClassPad Manipulations and eactivity

An Introduction to Basic ClassPad Manipulations and eactivity An Introduction to Basic ClassPad Manipulations and eactivity The pen is here. Introduction to the Main Application I. Inputting/Editing Calculations II. Drag and Drop III. Inputting an Equation IV. Inserting

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

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x ABSTRACT An often requested feature in reporting is the development of simple Dashboard reports that summarize project information in

More information

ESRI stylesheet selects a subset of the entire body of the metadata and presents it as if it was in a tabbed dialog.

ESRI stylesheet selects a subset of the entire body of the metadata and presents it as if it was in a tabbed dialog. Creating Metadata using ArcCatalog (ACT) 1. Choosing a metadata editor in ArcCatalog ArcCatalog comes with FGDC metadata editor, which create FGDC-compliant documentation. Metadata in ArcCatalog stored

More information

Instructions for creating and modifying queries will be available in the future.

Instructions for creating and modifying queries will be available in the future. This document is intended to get you started quickly with BEx Analyzer 7.0. You will be able to open, run, and save queries; and export your data to Excel. Instructions for creating and modifying queries

More information

If this is the first time you have run SSMS, I recommend setting up the startup options so that the environment is set up the way you want it.

If this is the first time you have run SSMS, I recommend setting up the startup options so that the environment is set up the way you want it. Page 1 of 5 Working with SQL Server Management Studio SQL Server Management Studio (SSMS) is the client tool you use to both develop T-SQL code and manage SQL Server. The purpose of this section is not

More information

The University of New Orleans PeopleSoft 9.0: Working with the List Page for Reports

The University of New Orleans PeopleSoft 9.0: Working with the List Page for Reports 2010 The University of New Orleans PeopleSoft 9.0: Working with the List Page for Reports Training Group List Page The list page shows reports that have been processed and not purged. The list page allows

More information

Introduction. Saving Workbooks. Excel 2010 Saving. To Use the Save As Command: Page 1

Introduction. Saving Workbooks. Excel 2010 Saving. To Use the Save As Command: Page 1 Excel 2010 Saving Introduction Page 1 Are you saving a workbook for the first time? Saving it as another name? Sharing it with someone that does not have Excel 2010? There are many ways you share and receive

More information

FCMT Advanced Find User Guide

FCMT Advanced Find User Guide FCMT Advanced Find User Guide Abstract This user help document was created to provide an overview of the FCMT functionality of creating advanced find views and queries. FCMT is a web application shared

More information

Introduction to relational databases and MySQL

Introduction to relational databases and MySQL Chapter 3 Introduction to relational databases and MySQL A products table Columns 2017, Mike Murach & Associates, Inc. C3, Slide 1 2017, Mike Murach & Associates, Inc. C3, Slide 4 Objectives Applied 1.

More information

Budget Exercise for Intermediate Excel

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

More information

Microsoft Access 2003 Quick Tutorial

Microsoft Access 2003 Quick Tutorial 1 Starting Access: 1. If there is no Access shortcut on the desktop, select Start, then Programs, then Microsoft Office, and then Access. 2. When access is open select File and then click on Blank Database

More information

4. In the Address Book drop-down list, click the address book that contains the addresses you want in your distribution list.

4. In the Address Book drop-down list, click the address book that contains the  addresses you want in your distribution list. Page 1 of 5 Outlook > Contacts Create and work with a distribution list Show All A distribution list is a collection of contacts. It provides an easy way to send messages to a group of people. For example,

More information

Tutorial 2. Building a Database and Defining Table Relationships

Tutorial 2. Building a Database and Defining Table Relationships Tutorial 2 Building a Database and Defining Table Relationships Microsoft Access 2010 Objectives Learn the guidelines for designing databases and setting field properties Modify the format of a field in

More information

Office 365 Employee San Jac Outlook 2010

Office 365 Employee  San Jac Outlook 2010 Office 365 Employee Email San Jac Outlook 2010 Interface Overview 1. Quick Access Toolbar contains shortcuts for the most commonly used tools. 2. File tab (Backstage View) contains tools to manage account

More information

Excel 2010 Charts - Intermediate Excel 2010 Series The University of Akron. Table of Contents COURSE OVERVIEW... 2

Excel 2010 Charts - Intermediate Excel 2010 Series The University of Akron. Table of Contents COURSE OVERVIEW... 2 Table of Contents COURSE OVERVIEW... 2 DISCUSSION... 2 COURSE OBJECTIVES... 2 COURSE TOPICS... 2 LESSON 1: MODIFY CHART ELEMENTS... 3 DISCUSSION... 3 FORMAT A CHART ELEMENT... 4 WORK WITH DATA SERIES...

More information

Create Forms 5. KEY TERMS Blank Form tool common filters filter filter by form Form Design button Form tool Form Wizard Themes LESSON SKILL MATRIX

Create Forms 5. KEY TERMS Blank Form tool common filters filter filter by form Form Design button Form tool Form Wizard Themes LESSON SKILL MATRIX Create Forms 5 LESSON SKILL MATRIX Skill Exam Objective Objective Number Creating Forms Create new forms. 4.1.1 Save forms. 4.1.3 Delete forms. 4.1.4 Create databases using wizards. 1.1.4 Apply themes.

More information

Morningstar Advisor Workstation SM Quick Start Guide

Morningstar Advisor Workstation SM Quick Start Guide Morningstar Advisor Workstation provides financial advisors with tools for security research, portfolio analysis, and sales presentations. This is designed to get you up and running quickly, taking you

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

Skills Exam Objective Objective Number. Creating crosstab queries Create a crosstab query

Skills Exam Objective Objective Number. Creating crosstab queries Create a crosstab query 12 Advanced Queries SKILL SUMMARY Skills Exam Objective Objective Number Creating crosstab queries Create a crosstab query. 3.1.2 Creating a subquery Add fields. Remove fields. Group data by using comparison

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Chapter A spreadsheet is a computer program that turns the computer into a very powerful calculator. Headings and comments can be entered along with detailed formulas. The spreadsheet screen is divided

More information