When you start Microsoft Access, the upper left of your screen looks like this.

Size: px
Start display at page:

Download "When you start Microsoft Access, the upper left of your screen looks like this."

Transcription

1 Basic Queries in Access 2010: Filtering Ira Chinoy / JOUR 772 & 472 / Philip Merrill College of Journalism Access is a program that allows us to examine the information in a database several different ways in effect, to interview a database. One of ways we can do this is to search for individual records that meet certain criteria. If we had a database of campaign contributions, this sort of query might be used to find each of the donors who gave to a particular candidate. If we had a database of restaurant inspections, the same sort of query might allow us to find all the restaurants that had a history of unsanitary conditions. This process of searching for specific records is referred to as filtering. In subsequent class sessions we will look at two other ways of exploring a database. One is summarizing for example, determining the sum of contributions received by each candidate. The other way of exploring records in a database is by linking or joining information contained in separate collections of data for example, finding individuals who are in both the database of registered school bus drivers and the database of traffic court cases. GETTING ORIENTED: Let s start by getting familiar with moving around in Access. When you start Microsoft Access, the upper left of your screen looks like this. If you click on File, the view will toggle back and forth between what you see above and this: 1

2 To open a file in, click on File and then Open Let s open a database of dam inspection records. It s named Dams98.accdb. The.accdb file extension tells us that this is an Access database file that can be used with versions 2007 or later. Access files from 2003 or earlier have an.mdb extension and can also be used with Access You will see this security warning: For data files we will use in this class, click on Enable Content after which you will see another warning: Click Yes. You will not see a box labeled Tables with one table in it, DAMS. An Access file is a container that holds a variety of objects, and it has a great many uses and functions. We will concern ourselves in this course with the basics. 2

3 If you click on the drop-down arrow to the right of the Tables label, you will see a list that includes two of the objects of interest to us in this course: Tables and Queries. The first, Tables, lets us see the names of specific data tables in the database or create new tables. Database files often contain more than one table that can be linked together, something we will learn later on. The second, Queries, refers to the questions we ask of the table or tables in the database. To see the tables and queries as we move along, we re going to click on the item at the bottom of the list that says All Access Objects. As we move along, the Queries we save for later use will also show up in this set of objects. The Tables and Related Views option is another way to see both the tables and any queries associated with them. For now, we will stick with All Access Objects. This database contains a single table named DAMS. If we double-click on DAMS, we can see the table or the part of the table that s visible. Use the Maximize icon to see the table in the fullest possible view: Here s what you will see: 3

4 If we scroll to the right, we can see the other columns in the database: In a database, the rows are called records and the columns are called fields. At the bottom of the screen is an important number, the number of records in the table. In this table, there are 1,644 records. That means the table contains entries for 1,644 dams. We will talk in class about the importance of the number of records, and we will talk about some of the issues associated with understanding what the fields in a table represent and what the entries in those fields mean. To close the database without exiting Access, click on File and Close Database. If you changed the width of columns for easter viewing, you will see this: You can click on Yes. 4

5 FILTERING: We re now going to turn to a different database to learn how to do filtering queries. We will be using a database of campaign contributions in class. It s called Contribs.accdb, and you will be downloading it from the class Web site. It is a portion of a database of campaign contributions made to candidates for the U.S. House and Senate from individuals listing South Florida addresses. It covers eight months starting in August (This is part of a database provided by the Federal Election Commission (FEC) to the National Institute for Computer-Assisted Reporting, and it is referenced in the optional textbook for this course.) EXAMINING THE DATABASE: Remember to select Enable this content when you get the initial security warning. The database contains two tables: Candidates and Contributions. For this exercise we are going to be using the Contributions table. EXAMINING A TABLE: When you get data from an outside source, you ll want to make sure that the number or count of records in what you see matches what the source agency listed as the number of records in each table. You will also want to look for such data integrity issues as whether there is consistency in the way the same information such as city names appears in different records and whether there are blank cells or null values. If you open up the Contributions table by double clicking on it. Use the Maximize icon here at the top of the frame that contains the table to work with the table in the largest possible view With the table open, you ll notice at the bottom of the screen that it has 3,374 records. You ll also see that this Contributions table does not actually have the names of the candidates receiving these contributions. Instead, there is an identification number for the candidate, which appears as the last column on the right, CAND_ID. 5

6 The other table, Candidates, has information used to link a candidate s ID number (assigned by the Federal Election Commission) to the candidate s name. We will learn in a subsequent exercise how to join these two tables using that identification number. DOCUMENTATION: To make sense of the field names you see in Contributions, you ll need the documentation the record layout, or list of fields, and a code sheet or data dictionary that explains any codes that appear in the table. Here s the basic documentation for Contributions: FIELD NAME TYPE SIZE DESCRIPTION LAST Text 20 Last name of contributor REST Text 20 Rest of contributor name CITY Text 18 Contributor city STATE Text 2 Contributor state ZIP Text 5 Contributor zip code OCCUPATION Text 35 Contributor occupation CONT_DATE Date 8 Date of contribution AMOUNT Number 8 Amount of contribution (or refund if the number is negative) PRIMGEN Text 1 Election type P = Primary G = General R = Runoff CAND_ID Text 9 FEC Candidate ID If you were using this database for a story, you would be able to learn a lot more about it from more extensive documentation, from the source of the data, and perhaps from other reporters who had used it. For example, you might learn that the Occupation field sometimes contains the donor s type of work and sometimes the name of the donor s employer or business. Before we take the next step, close the Contributions table. Use the X button on the upper right of the table, but not the red X button at the top of the screen, which closes the program). Next, let s look at the landscape at the top of your computer screen. 6

7 Access 2010 has a two-tiered menu system for locating commands. First, there is a row of tabs: And these sit atop a ribbon of icons that are different for each tab. If we click on the tab that says Create, we see this set of icons in the ribbon: The sixth icon from the left is Query Design. We will click on that. Once we do that, we have a choice to make. Which table or tables are we going to query? Let s say we wanted to get a listing, in alphabetical order, of all the names of the donors. We d want the Contributions table. So click once on Contributions and then click Add and then Close. Now you see something that looks like this (and use the Maximize icon again): At the top is the table you have chosen Contributions and there is a box that will let you scroll through the field names in that table. The area below is called the Query Grid. You will use it to build queries for interviewing the database. We ll learn the meaning of its parts as we work with Access: Field, Table, Sort, Show, Criteria, and one labeled or (for adding more criteria, or search terms and conditions) 7

8 SELECTING FIELDS AND SORTING RECORDS: You re ready to begin building queries. We want to start by getting field names from the list in the Contributions table down into the Field line in the query grid. There are three ways to do this. For example, to get LAST (i.e. last name of the donors) into the Field line, we can do one of the following: (1). We can move the cursor to LAST in the list of field names, hold the left mouse button down to select LAST, and then continue to hold down the button as we drag that field name to the Field line in the query grid, where we release the button. (2). Or, we can double-click on LAST in the list of field names for the Contributions table. In either of these cases, LAST will appear in the query grid on the Field line, and below it you will also see the name of the Table from which LAST came, Contributions. The third way to get a field into the query grid is to click in an empty cell on the Field line in the grid. A small drop-down arrow appears. If you then click on the arrow, you will get a list of field names from which to choose. You can select the field you want from that list by clicking on the field name. The small box in the Show line will get a check mark when you add a field to the grid, indicating that this field will be displayed in the answer you get from your query. If we add the first names (REST), city, state, contribution amount and date, we see this: If we want to sort these by last name, we can click on the Sort line under LAST in the query grid and we will get three choices. If we pick Ascending, we will be able to sort the data from our query in alphabetical order: 8

9 You may have noticed that as we were building our query, the ribbon changed to from the Create tab to the Design tab, with an extension labeled Query Tools: To Run the query that is, to see the answer to our question we click on the button that shows a red exclamation mark: Here s what we get: You ll notice at the bottom of the screen with the list of contributor names is the total number of records returned by the query. It s 3,374 the total number of records in the Contributions table. The number is 3,374 because our query, while selecting only certain fields, did not set no Criteria to select some records and disregard others. We ll do that in a minute. To get back to the Design View to modify our query, click on the View button: 9

10 CRITERIA FOR SPECIFIC RECORDS: To get all the donors in this database who live in a place called Atlantis (really), we d type Atlantis in the Criteria line for the CITY field. We can add in the last name, first name, amount and state (they should all be from Atlantis, Florida, since this is a database of South Florida donors, but it never hurts to be cautious). Here s the query: You ll notice that if, after typing in Atlantis, you click on another cell in the query grid, Access adds the quotation marks around Atlantis. This is a signal that you are searching for text rather than a number or a date. Here s what the query looks like now: When you run the query, here s what you get: The number on the bottom of the screen 14 in this case tells you the total number of records returned by your query. Access shows a blank row underneath the 14 th record -- the one with the asterisk -- but it is not part of your answer set. We didn t get all 3,374 records because our query, by setting criteria, returned only some records. 10

11 AMOUNTS: You could search for all the contributions over or under a certain amount by using these operators: the greater than sign: > the less than sign: < For example, the query below will return records for contributions greater than $500. We will remove Atlantis from the Criteria line for CITY We will put >500 in the Criteria line for AMOUNT. Note that you don t use quotation marks or a dollar sign when setting the criteria line for a numeric field. We will choose Ascending on the Sort line for AMOUNT. And we will remove the sort Ascending from LAST by selecting (not sorted) on the Sort line for LAST. The result: If you were searching for amounts of 1,000 or more, you would type this into the query grid WITHOUT THE COMMAS. Here are some other operators you can use. A tip sheet of operators and special characters is included in this handout. Greater than or equal to: >= Less than or equal to: <= 11

12 DATES: We can also search for contributions on a particular date. Let s say we wanted to look for all the contributions on September 8, We could type that into the Criteria line in any number of ways, such as these: 9/8/95 Sept. 8, 1995 Sept Sept-95 Access would take what we typed in and revise it to the format below after we moved off that cell. The hash marks (#) are a clue that this is a date field (not numbers or text). We see our entry this way: #9/8/95# Here s the result: BETWEEN: You could also search for all records that fall between two dates (and including those two dates). To fine the ones between Christmas, 1995, and New Year s Day, 1996, you would type this: Access would change the query to look like this: Here s the result: 12

13 NARROWING YOUR QUERY: Think AND and use the same criteria line You might be interested in finding donors who meet two or more criteria: for example, all the people who listed their occupation as student and listed their city as Palm Beach. (NOTE: Queries of text fields are not case-sensitive, as you ll see below). First, let s clear the grid empty out the query grid so we can create a fresh query. You need to be on the Home tab. And in the Sort & Filter area, you need to click on Advanced From the menu for the Advanced, click on Clear Grid. NOTE: To have this command easily accessible in the future, you can right click on Clear Grid and then pick Add to Quick Access Toolbar. The Clear Grid button (looking like a handwritten X ) should now appear near the upper left of your Access 2010 screen and stay there. After you select Clear Grid, the table you are using for your query will remain, but the part of the grid used to build the queries by choosing fields and criteria will be emptied out: OK, back to our query (and back to the Design tab on the ribbon). We are interested in donors who are students and are from Palm Beach. The operative word in our question is and, and the query looks like this: 13

14 Notice that student and palm beach appear on the same line, which will show any record in which the donor s occupation is student and the donor s city is Palm Beach. A student living outside Palm Beach would not appear in the answer, nor would a non-student from Palm Beach. Here s what you get five records: Do you have any questions about what you ve found so far? How might you go about answering them? 14

15 WIDENING YOUR QUERY: Think or. and use separate criteria lines In contrast to that way of constructing a query using this and concept, if you wanted to find any record in which the donor s city is Palm Beach or the donor s occupation is student, you would need to put these criteria on separate criteria lines, as follows. In this query, the results are sorted first by last name, then by first name, and then by date: Notice that we now get many more records than our original and query 272. The results include: donors from Palm Beach who are not listed as students donors who are listed from Palm Beach but are not students and donors who are both from Palm Beach and listed as students 15

16 FINDING RECORDS USING NOT Let s say you wanted to find all the students who lived outside Palm Beach. You could use the not operator, as follows and remember that what you are building, in this case, is a query that includes the and idea: one that will return any record in which the occupation is student and the city is not Palm Beach. If we type not palm beach in the criteria line, Access changes it to Not palm beach. The word not is recognized as an operator, and palm beach is recognized as text. Here s the result students from everywhere except Palm Beach 16

17 OPERATORS WITHIN A SINGLE FIELD: Let s say you work for a paper near Lake Okeechobee and you cover the communities of Pahokee and Belle Glade. You could find any donor who listed his or her residence as either Belle Glade or Pahokee and you could do this one of two ways. The first is the way you learned above: But since you are establishing criteria for a single field, you could also set up the same query this way: The result: Notice what happens if you use and instead of or when you construct the query. If you set it up this way: Here s what you get: nada. Why? Because it is logically impossible to have any donor whose city is listed precisely as Pahokee and, in the same spot, also listed precisely as Belle Glade This is a common mistake. There are definitely occasions when you might use and within a single cell, but only when you are using wildcards (more on wildcards below). 17

18 USING WILDCARDS: Access is quite literal. If you plug in Miami Beach as the criteria for the city, it will return the 74 records in which the city is listed precisely as Miami Beach but it will not return the record with the city listed as Miami Bch. You remember that we have talked about data integrity, and this is an example of dirty data two entities that are the same but, in this case, spelled differently. That s where wildcards come in. They let you search for parts of words. The two most common are the asterisk (*) and the question mark (?). The asterisk (*) lets you search for any number of characters or numerals. For example, in the criteria line for the city field: Miami B* would return records with Miami Beach or Miami Bch *Miami B* would return records with the city listed as one of the following: Miami Bch Miami Beach N Miami Beach No Miami Beach North Miami Bch North Miami Beach Boynt?n Beach returns Boynton Beach and Boyntin Beach (misspelled) but does not return Boynton Bch or Boyton Beach (also misspelled). You ll note when you run a wildcard query that after you type in *Miami B* in the criteria line Access changes it to this: Like *Miami B* 18

19 NULL VALUES An empty cell in a record is called a null value. Sometimes you may want to look at the records that have null values in a particular field, or you may want to look at records that only have something entered in a particular field. You would use the criteria Is Null for the former and Is Not Null for the later. For example, you could use Is Null (don t use quotation marks) to bring back all records in which nothing is entered for the donor s occupation: Or you could bring back only those records that DO have something listed for the occupation by using Is Not Null: 19

20 A WORD OF CAUTION: If you build a query that takes up more than one Criteria line, you need to be careful. Here are some examples for you to study. I suggest you look at them closely until you get the distinction between them: The following brings back any records with the words housewife or homemaker appearing in the Occupation field (and sorted here by last name and then by first name). We get 282 records The following brings back anyone with the words housewife or homemaker appearing in the Occupation field (sorted here by last name and then by first name) AND who is from Palm Beach. Or, stated another way, we get anyone who is a homemaker from Palm Beach OR a housewife from Palm Beach: The result: 32 records: 20

21 But the following is different: It brings back any record for which at least one of the following (A or B) is true: (A). The occupation is housewife AND the city is Palm Beach OR: (B) The occupation is homemaker regardless of that person s city of residence. The result: many more records, 201. If you explore the results, you will see homemakers from all over Florida, but the only time housewife is listed is when the city is Palm Beach. The point here: When you are building queries with complex conditions, be sure that they are asking the question you mean to ask! 21

22 SAVING YOUR QUERY: Let s say that we want to save our query of student donors: From the quick access menu at the top of the screen, click the save button: This brings up a small dialog box for naming the query, with the default name Query 1 appearing as the suggested name. Replace Query1 in the dialog box with the name you are giving the query such as Student donors and then click OK. The query is now saved to be run again. You will find it under Queries in the list of Objects on the left of your screen. You can view the query grid for that query by rightclicking Student Donors once and bringing up a menu. Then click on Design view to see the query. Or you can run the query by clicking on Student Donors twice. 22

23 Operator / Special Character [No operator] * at the beginning and end of a text string * at the beginning of a text string * at the end of a text string OPERATORS AN SPECIAL CHARACTERS IN ACCESS Examples of criteria Smith Smith *farm* Like *farmer* *house Like *house house* Like house*? s?n Like s?n AND [In some cases the ampersand ( & ) functions like AND] Operator / Special Character OR NOT < > [see note for exception] XOR [either or] *Patrick* and *Ward* Like *Patrick* and like *Ward* Examples of criteria Smith or Jones Smith or Jones Not Smith < > Smith Not Smith *New* XOR *York* What it does In a name field, brings back any record where the name is Smith (but not Smithsonian or Robert Smith) Wildcard returning any text string that includes farm: Farmer Sugar Cane Farmer State Farm Insurance Returns any text string then ENDS with house: White House House The Big House But not: Housewife Returns any text string that BEGINS with house Housewife House of Pain But not: White House The question mark is a wildcard that stands in for any single character: Sun Son In a field that had first and last names, would bring back: Ward Patrick Patrick Ward Patrick A. Ward What it does In a field of last names, this brings back any record for Smith or for Jones Brings back all names except Smith. Note: < > does not substitute for NOT when combined with LIKE; you can use NOT LIKE *Smith* but the following does not work: <> LIKE *Smith* Returns a cell that contains either New or York but does not contain both New and York (so it would not return New York). Brings back any record that has Smith, Jones, or King as the field showing last names. IN IN (Smith, Jones, King) IN( Smith, Jones, King ) BETWEEN Between 100 and 500 Selects any value from 100 through 500 < <10 Returns any value less than 10 <= <=10 Returns any value less than or equal to 10 23

24 > >1000 Returns any value greater than 1,000 [Note: Do not use a comma when writing a number in a query, such as >1,000] >= >=1000 Returns any value greater than or equal to 1,000 [Note: Do not use a comma when writing a number in a query, such as >1,000. Access doesn t know what you are talking about.] Is Null Is Null Returns any record for which there is no data in the field you are searching. For example, if you were searching on a field recording someone s age, putting Is Null in the criteria line of the query would bring back any record in which no age was listed. Is Not Null Is Not Null Does the opposite of the example above brings back records in which some value has been entered in the age field. Revised

GETTING STARTED: Let s start by getting familiar with moving around in Access.

GETTING STARTED: Let s start by getting familiar with moving around in Access. Basic Queries in Access 2007: Filtering Ira Chinoy / JOUR 772 & 472 / Philip Merrill College of Journalism Access is a program that allows us to examine the information in a database several different

More information

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy Virus check and backups: Remember that if you are receiving a file from an external source a government agency or some other source, for example you will want

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

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

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

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Exporting data into text files and importing text files into Access 2007 Jour 772 & 472 / Chinoy

Exporting data into text files and importing text files into Access 2007 Jour 772 & 472 / Chinoy Exporting data into text files and importing text files into Access 2007 Jour 772 & 472 / Chinoy The materials for the data acquisition assignment include a brief discussion of importing text files into

More information

Microsoft Access 2007 Tutorial. Creating a Database using Access 2007

Microsoft Access 2007 Tutorial. Creating a Database using Access 2007 Creating a Database using Access 2007 Created: 12 December 2006 Starting Access 2007 Double click on the Access 2007 icon on the Windows desktop (see right), or click-on the Start button in the lower left

More information

Exporting data into text files and importing text files into Access Jour 772 & 472 / Chinoy

Exporting data into text files and importing text files into Access Jour 772 & 472 / Chinoy Exporting data into text files and importing text files into Access Jour 772 & 472 / Chinoy The materials for the data acquisition assignment include a brief discussion of importing text files into Access:

More information

Making ERAS work for you

Making ERAS work for you Making ERAS work for you (Beyond the basics) If you ve used ERAS for your application season, you ve probably mastered the basics; collecting mail from ERAS Post Office, checking boxes in the status listing,

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

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

Using Microsoft Word. Tables

Using Microsoft Word. Tables Using Microsoft Word are a useful way of arranging information on a page. In their simplest form, tables can be used to place information in lists. More complex tables can be used to arrange graphics on

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

More information

Microsoft Excel 2016 LEVEL 2

Microsoft Excel 2016 LEVEL 2 TECH TUTOR ONE-ON-ONE COMPUTER HELP COMPUTER CLASSES Microsoft Excel 2016 LEVEL 2 kcls.org/techtutor Microsoft Excel 2016 Level 2 Manual Rev 11/2017 instruction@kcls.org Microsoft Excel 2016 Level 2 Welcome

More information

Filter and PivotTables in Excel

Filter and PivotTables in Excel Filter and PivotTables in Excel FILTERING With filters in Excel you can quickly collapse your spreadsheet to find records meeting specific criteria. A lot of reporters use filter to cut their data down

More information

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions Course contents Overview: Goodbye, calculator Lesson 1: Get started Lesson 2: Use cell references Lesson 3: Simplify formulas by using functions Overview: Goodbye, calculator Excel is great for working

More information

MS Office 2016 Excel Pivot Tables - notes

MS Office 2016 Excel Pivot Tables - notes Introduction Why You Should Use a Pivot Table: Organize your data by aggregating the rows into interesting and useful views. Calculate and sum data quickly. Great for finding typos. Create a Pivot Table

More information

The first time you open Word

The first time you open Word Microsoft Word 2010 The first time you open Word When you open Word, you see two things, or main parts: The ribbon, which sits above the document, and includes a set of buttons and commands that you use

More information

OneView. User s Guide

OneView. User s Guide OneView User s Guide Welcome to OneView. This user guide will show you everything you need to know to access and utilize the wealth of information available from OneView. The OneView program is an Internet-based

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Introduction This handout briefly outlines most of the basic uses and functions of Excel that we will be using in this course. Although Excel may be used for performing statistical

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

Using Microsoft Access

Using Microsoft Access Using Microsoft Access After Tables, are perhaps the most important component in a database. are used to retrieve information from a database. Once again, a telephone directory can be used for an example

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

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

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

1. Managing Information in Table

1. Managing Information in Table 1. Managing Information in Table Spreadsheets are great for making lists (such as phone lists, client lists). The researchers discovered that not only was list management the number one spreadsheet activity,

More information

Introduction to Excel

Introduction to Excel Introduction to Excel Written by Jon Agnone Center for Social Science Computation & Research 145 Savery Hall University of Washington Seattle WA 98195 U.S.A. (206)543-8110 November 2004 http://julius.csscr.washington.edu/pdf/excel.pdf

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

Microsoft Access XP (2002) Queries

Microsoft Access XP (2002) Queries Microsoft Access XP (2002) Queries Column Display & Sorting Simple Queries And & Or Conditions Ranges Wild Cards Blanks Calculations Multi-table Queries Table of Contents INTRODUCTION TO ACCESS QUERIES...

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

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

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL We have spent the first part of the course learning Excel: importing files, cleaning, sorting, filtering, pivot tables and exporting

More information

Using Mail Merge in Microsoft Word 2003

Using Mail Merge in Microsoft Word 2003 Using Mail Merge in Microsoft Word 2003 Mail Merge Created: 12 April 2005 Note: You should be competent in Microsoft Word before you attempt this Tutorial. Open Microsoft Word 2003 Beginning the Merge

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

Microsoft Office Excel Training

Microsoft Office Excel Training Region One ESC presents: Microsoft Office Excel Training Create your first workbook Course contents Overview: Where to begin? Lesson 1: Meet the workbook Lesson 2: Enter data Lesson 3: Edit data and revise

More information

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

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

Introduction to PeopleSoft Query. The University of British Columbia

Introduction to PeopleSoft Query. The University of British Columbia Introduction to PeopleSoft Query The University of British Columbia December 6, 1999 PeopleSoft Query Table of Contents Table of Contents TABLE OF CONTENTS... I CHAPTER 1... 1 INTRODUCTION TO PEOPLESOFT

More information

Microsoft Access 2007 Lesson 2: Retrieving Information from a Database

Microsoft Access 2007 Lesson 2: Retrieving Information from a Database Microsoft Access 2007 Lesson 2: Retrieving Information from a Database In this lesson you will learn how to construct queries to retrieve information from a database. It uses the example database (ExampleDB.accdb)

More information

Microsoft Office Illustrated. Using Tables

Microsoft Office Illustrated. Using Tables Microsoft Office 2007 - Illustrated Using Tables Objectives Plan a Table Create a Table Add Table Data Find and Replace Table Data Delete Table Data 2 Objectives Sort Table Data Use Formulas in a Table

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

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

Lexis for Microsoft Office User Guide

Lexis for Microsoft Office User Guide Lexis for Microsoft Office User Guide Created 12-2017 Copyright 2017 LexisNexis. All rights reserved. Contents Lexis for Microsoft Office About Lexis for Microsoft Office... 1 About Lexis for Microsoft

More information

ICDL & OOo BASE. Module Five. Databases

ICDL & OOo BASE. Module Five. Databases ICDL & OOo BASE Module Five Databases BASE Module Goals taken from the Module 5 ICDL Syllabus Module 5 Database requires the candidate to understand some of the main concepts of databases and demonstrates

More information

Instructions for Using the Databases

Instructions for Using the Databases Appendix D Instructions for Using the Databases Two sets of databases have been created for you if you choose to use the Documenting Our Work forms. One set is in Access and one set is in Excel. They are

More information

Word 2007 Tables Objectives

Word 2007 Tables Objectives Word 2007 Tables In this lesson you will learn how to create, modify and format tables. You will also learn to use the AutoFormat table option and to sort table rows. Objectives Create a table Modify a

More information

Introductory Exercises in Microsoft Access XP

Introductory Exercises in Microsoft Access XP INFORMATION SYSTEMS SERVICES Introductory Exercises in Microsoft Access XP This document contains a series of exercises which give an introduction to the Access relational database program. AUTHOR: Information

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. FileMaker Pro. Relational Databases

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. FileMaker Pro. Relational Databases FACULTY AND STAFF COMPUTER TRAINING @ FOOTHILL-DE ANZA FileMaker Pro Relational Databases 1 Relational Databases Explanation Most smaller data documents are called flat files. That means that all the information

More information

Create your first workbook

Create your first workbook Create your first workbook You've been asked to enter data in Excel, but you've never worked with Excel. Where do you begin? Or perhaps you have worked in Excel a time or two, but you still wonder how

More information

WORD PROCESSING FOR SALE. By Shel Silverstein

WORD PROCESSING FOR SALE. By Shel Silverstein ASSIGNMENT #1 ~ Scavenger Hunt 2. Your job is to retrieve several documents. Read the poem, and then write down on the worksheet the clue word you find, then you will close and exit the file. 3. Each clue

More information

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

More information

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL We have spent the first part of the course learning Excel: importing files, cleaning, sorting, filtering, pivot tables and exporting

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

Excel Foundation Quick Reference (Windows PC)

Excel Foundation Quick Reference (Windows PC) Excel Foundation Quick Reference (Windows PC) See https://staff.brighton.ac.uk/is/training/pages/excel/foundation.aspx for videos and exercises to accompany this quick reference card. Structure of a spreadsheet

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

Resource Center & Messaging System

Resource Center & Messaging System SOS 2012 User Manual Resource Center & Messaging System Alpha Omega Publications MMVI Alpha Omega Publications, Inc. Switched-On Schoolhouse 2012, Switched-On Schoolhouse. Switched-On, and their logos

More information

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

EXCEL Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu TABLE OF CONTENTS Introduction... 1

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

Using Microsoft Word. Text Editing

Using Microsoft Word. Text Editing Using Microsoft Word A word processor is all about working with large amounts of text, so learning the basics of text editing is essential to being able to make the most of the program. The first thing

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Accuterm 7 Usage Guide

Accuterm 7 Usage Guide P a g e 1 Accuterm 7 Usage Guide Most if not all computers on our campus have Accuterm 7 already installed on them. To log in, you will double click the icon on your desktop that looks like the one shown

More information

Resource Center & Messaging System

Resource Center & Messaging System SOS 2009 User Manual Resource Center & Messaging System Alpha Omega Publications MMVI Alpha Omega Publications, Inc. Switched-On Schoolhouse 2009, Switched-On Schoolhouse. Switched-On, and their logos

More information

Interactive Tourist Map

Interactive Tourist Map Adobe Edge Animate Tutorial Mouse Events Interactive Tourist Map Lesson 2 Make click events In the last lesson you learned how to set up you stage and get your project ready for some interactivity. You

More information

RITIS Training Module 4 Script

RITIS Training Module 4 Script RITIS Training Module 4 Script Welcome to the Regional Integrated Information System or RITIS Module 04 CBT. To begin, select the start button or press Shift+N on your keyboard. This training module will

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

John W. Jacobs Technology Center 450 Exton Square Parkway Exton, PA Introduction to

John W. Jacobs Technology Center 450 Exton Square Parkway Exton, PA Introduction to John W. Jacobs Technology Center 450 Exton Square Parkway Exton, PA 19341 610.280.2666 ccljtc@ccls.org Introduction to Microsoft Access 2007 Introduction to Microsoft Access What is Microsoft Access? Access

More information

Sorting and Filtering Data

Sorting and Filtering Data chapter 20 Sorting and Filtering Data IN THIS CHAPTER Sorting...................................................... page 332 Filtering..................................................... page 337 331

More information

GiftWorks Import Guide Page 2

GiftWorks Import Guide Page 2 Import Guide Introduction... 2 GiftWorks Import Services... 3 Import Sources... 4 Preparing for Import... 9 Importing and Matching to Existing Donors... 11 Handling Receipting of Imported Donations...

More information

Introduction to Microsoft Office 2007

Introduction to Microsoft Office 2007 Introduction to Microsoft Office 2007 What s New follows: TABS Tabs denote general activity area. There are 7 basic tabs that run across the top. They include: Home, Insert, Page Layout, Review, and View

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC116 AC117 Selecting Fields Pages AC118 AC119 AC122 Sorting Results Pages AC125 AC126 Specifying Criteria Pages AC132 AC134

More information

Bucknell University Digital Collections. LUNA Insight User Guide February 2006

Bucknell University Digital Collections. LUNA Insight User Guide February 2006 Bucknell University Digital Collections LUNA Insight User Guide February 2006 User Guide - Table of Contents Topic Page Number Installing Insight. 2-4 Connecting to Insight 5 Opening Collections. 6 Main

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 Excel 2007 for ESL students

Introduction to Excel 2007 for ESL students Introduction to Excel 2007 for ESL students Download at http://www.rtlibrary.org/excel2007esl.pdf Developed 2010 by Barb Hauck-Mah, Rockaway Township Library for The American Dream Starts @your Library

More information

Chapter 8 Relational Tables in Microsoft Access

Chapter 8 Relational Tables in Microsoft Access Chapter 8 Relational Tables in Microsoft Access Objectives This chapter continues exploration of Microsoft Access. You will learn how to use data from multiple tables and queries by defining how to join

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Intermediate Excel 2013

Intermediate Excel 2013 Intermediate Excel 2013 Class Objective: Elmhurst Public Library is committed to offering enriching programs to help our patrons Explore, Learn, and Grow. Today, technology skills are more than a valuable

More information

John W. Jacobs Technology Center 450 Exton Square Parkway Exton, PA Introduction to

John W. Jacobs Technology Center 450 Exton Square Parkway Exton, PA Introduction to John W. Jacobs Technology Center 450 Exton Square Parkway Exton, PA 19341 610.280.2666 ccljtc@ccls.org Introduction to Microsoft Access 2007 Introduction to Microsoft Access What is Microsoft Access? Access

More information

YEAR and IIF Functions / Microsoft Access Ira Chinoy / JOUR 772 & 472

YEAR and IIF Functions / Microsoft Access Ira Chinoy / JOUR 772 & 472 YEAR and IIF Functions / Microsoft Access Ira Chinoy / JOUR 772 & 472 YEAR function: This function allows you to analyze your records by year when you don t have a field in your database listing the year

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

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010 Week 5 Creating a Calendar About Tables Tables are a good way to organize information. They can consist of only a few cells, or many cells that cover several pages. You can arrange boxes or cells vertically

More information

Excel Intermediate

Excel Intermediate Excel 2013 - Intermediate (103-124) Multiple Worksheets Quick Links Manipulating Sheets Pages EX16 EX17 Copying Worksheets Page EX337 Grouping Worksheets Pages EX330 EX332 Multi-Sheet Cell References Page

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

1. Managing Information in Table

1. Managing Information in Table 1. Managing Information in Table Spreadsheets are great for making lists (such as phone lists, client lists). The researchers discovered that not only was list management the number one spreadsheet activity,

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

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer Learning Targets: Students will be introduced to industry recognized game development software Students will learn how to navigate within the software Students will learn the basics on how to use Construct

More information

Information from Your

Information from Your UNIT 2 PROJECT 12 Retrieving Information from Your Database IN THIS PROJECT, YOU LEARN HOW TO Find Records Sort Records Filter Records Create Select Queries Create Compound Queries and Use Comparison Operators

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

Downloading shapefiles and using essential ArcMap tools

Downloading shapefiles and using essential ArcMap tools CHAPTER 1 KEY CONCEPTS downloading shapefiles learning essential tools exploring the ArcMap table of contents understanding shapefiles customizing shapefiles saving projects Downloading shapefiles and

More information

ClientTouch User Guide (Abridged)

ClientTouch User Guide (Abridged) ClientTouch User Guide (Abridged) For ClientTouch Version 3.2 This abridged edition of the ClientTouch User Guide contains all of the instruction steps of the full User Guide. It does not contain the tutorial

More information

When you first start OneNote, it creates a sample notebook for you. You can use this notebook or quickly create your own.

When you first start OneNote, it creates a sample notebook for you. You can use this notebook or quickly create your own. Basic tasks in Microsoft OneNote 2013 OneNote is a digital notebook that provides a single place for all of your notes and information everything you need to remember and manage in your life at home, at

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 18) Finding Bad Data in Excel

MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 18) Finding Bad Data in Excel MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 18) Finding Bad Data in Excel Objective: Find and fix a data set with incorrect values Learning Outcomes: Use Excel to identify incorrect

More information

Spreadsheet Concepts Using Microsoft Excel

Spreadsheet Concepts Using Microsoft Excel Spreadsheet Concepts Using Microsoft Excel lab 5 Objectives: Upon successful completion of Lab 5, you will be able to Create and edit a simple spreadsheet document Describe the advantage of using formulas

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

ENTERING DATA & FORMULAS...

ENTERING DATA & FORMULAS... Overview NOTESOVERVIEW... 2 VIEW THE PROJECT... 5 NAVIGATING... 6 TERMS... 6 USING KEYBOARD VS MOUSE... 7 The File Tab... 7 The Quick-Access Toolbar... 8 Ribbon and Commands... 9 Contextual Tabs... 10

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

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