M I C R O S O F T A C C E S S : P A R T 2 G E T T I N G I N F O R M A T I O N O U T O F Y O U R D A T A

Size: px
Start display at page:

Download "M I C R O S O F T A C C E S S : P A R T 2 G E T T I N G I N F O R M A T I O N O U T O F Y O U R D A T A"

Transcription

1 M I C R O S O F T A C C E S S : P A R T 2 G E T T I N G I N F O R M A T I O N O U T O F Y O U R D A T A Michael J. Walk ALC Instructor michael@jwalkonline.org SUMMARY Now take your access database and turn it into an information machine! Learn how to take hundreds of thousands of pieces of information from multiple tables and extract, organize, summarize, and analyze only the information you want. Then learn how to put that information on a visually appealing report. Prerequisites: all topics covered in Part 1, including: 1. What an Access database is and how it is different from Excel. 2. The purpose of and creation process for basic tables, queries, forms, and reports. 3. Basic knowledge of different data types. 4. How to create dropdown and check boxes in your tables. 5. How to switch between object views (e.g., for forms: design view, form view, and layout view).

2 TABLE OF CONTENTS Summary... 1 How to Use This Handout... 3 Click Paths... 3 Keyboard Directions... 3 DAtabase Relationships... 4 Creating Relationships in Access... 5 Importing Data General Instructions... 7 Field Data Types to enforce during import of Class Data... 7 Importing Quirks... 8 Advanced Query Design... 9 SELECT QUERIES Exploring Criteria... 9 SORTING RESULTS... 9 AND VS. or Criteria Syntax Using Relationships in Queries Special Select Queries Calculating Totals in Queries Retrieving a certain number of records Prompt your User for a Criteria Value ACTION QUERIES alter or manipulate the data in your tables(s)... 16

3 HOW TO USE THIS HANDOUT This handout serves as a point of reference for your workshop. However, you may also use the handout after the class is over to help you remember how to perform some of the tasks covered during the workshop. CLICK PATHS Throughout this handout, you will be given directions to perform a series of mouse clicks also called a click path. For instance, to save a change to an Access object, you should click on the File tab in the ribbon, then click on Save. In this handout, that click path is displayed using a bold font for the words to click on connected by a single right-pointing arrow ( ): File Save In some cases, you must find the correct section of the ribbon before clicking on an icon or button. In these cases, the ribbon section will be highlighted in gray, for example: External Data Import & Link Excel In this example, Import & Link is a ribbon section. KEYBOARD DIRECTIONS You also will be given directions to press certain keys on your keyboard. There are two kinds of key press sequences: (1) simultaneous and (2) sequential. 1) Simultaneous key presses refers to keys you have to hold down together to perform a task. Simultaneous key presses are displayed using the plus sign (+) between the keys to be pressed typed in caps. For example, the find box is opened by pressing CTRL + F. CTRL stands for the control key. ALT stands for the alternate key. WIN stands for the windows key (only applies to PCs with windows keys). 2) Sequential key presses refers to keys you have to press in sequence (one after the other it is not necessary to hold them down). Sequential key presses are displayed using a pipe character ( ) between the keys to be pressed typed in caps. For example, one way to save your file under a new file name is to type ALT, then F, then A. This would be displayed as: ALT F A. If you like keyboard shortcuts, Microsoft Office has provided a very robust listing of them at: (Or simply search access keyboard shortcuts.) I provide a lot in this workshop, but online lists are exhaustive.

4 DATABASE RELATIONSHIPS To get the full power and advantage of having your tables in Access, you ll need to design and specify relationships between your tables. A relationship exists between two tables when they share a field that contains the same element of data. A simple example of 5 tables and 4 relationships. Reference Tables Transactional Tables Customers CustID (primary key) FirstName LastName CustDate Employees EmpID(primary key) FirstName LastName HireDate Products ProdID (primary key) Description Cost RetailPrice QtyOnHand Orders OrderID (primary key) Date CustID Total PayMethod EmpID OrderDetails DetailID (primary key) OrderID ProdID TimeStamp Qty UnitPrice Examples of Each Table: (relationships are color-coded) Customers CustID FirstName LastName CustDate 1 Vanessa Hudgens vhudgy@ .com N 2 John Bunyan jbunny@ .com Y Products ProdID Description Cost RetailPrice QtyOnHand MLK001 Milk, gallon $2.99 $ BEF001 Steak, 1lb $2.53 $ TP002 Toilet paper, soft $3.43 $ Orders OrderID Date CustID Total PayMethod EmpID /17/ $ Cash /17/ $3.99 DSCVR 002 OrderDetails DetailID OrderID ProdID TimeStamp Qty UnitPrice MLK001 3:54:55 PM 1 $ BEF001 3:55:23 PM 20 $ MLK001 3:56:17 PM 1 $3.99 Employees EmpID FirstName LastName HireDate 1 Vanessa Hudgens 12/16/ John Bunyan 12/16/2007

5 These relationships serve two very important purposes: 1) They allow you to store repetitive information with very little pieces of data. For example, I know WHO bought WHAT without needing to constantly store the customer name and product description every time. I only need to store the CustID and the ProdID. 2) They allow you to perform complex queries to efficiently extract related data from multiple tables. For example, what are the addresses of customers who bought milk on 12/17/2007? These data are stored in 4 different tables: Customers, Orders, OrderDetails, and Products; however, the relationships will allow you to query your data and view it easily. CREATING RELATIONSHIPS IN ACCESS To begin, you ll have to import data from the class website; follow the instructions on Importing Data (p. 7) and then come back to this page. Note: Related fields MUST BE THE SAME DATA TYPE. Integers can only relate to integers. Text can only relate to text, etc. 1) Have all necessary tables (with their fields properly specified / designed) in your database. (You can add tables later and create additional relationships, but you ll need the tables in the database before you can relate them.) 2) Open Database Tools Relationships Relationships 3) This will open the Relationships Window and the Show Table box will pop up. Select all tables you want to work with that have relationships. Add the tables to the Relationships Window by double clicking on each, or selecting each and clicking on Add. Then click Close. 4) Your selected tables (field lists) will be added to the Relationships Window. I recommend expanding the size of the tables so you can see all fields.

6 5) To create the relationships between tables, simply perform a drag-and-drop maneuver with your mouse from one field name to the related field name. Two relationships exist in these tables: a. BusRoutes.RouteNumber Surveys.BusRoute i. Click on the RouteNumber field in the BusRoutes table, ii. Drag to the BusRoute field in the Surveys table and drop iii. Click Create b. Riders.RiderID Surveys.RiderID i. Click on the RiderID field in the Riders table, ii. Drage to the RiderID field in the Surveys table. iii. Click Create 6) When you re done, your Relationships Window should look like this. Then click Close in the ribbon.

7 IMPORTING DATA GENERAL INSTRUCTIONS 1. External Data Import & Link 2. Choose file type: a. Access, Excel, Sharepont, Text, XML, and much, much more 3. For Excel Importing: a. Locate data source (using Browse) b. Choose to import table (or to link 1 table), click Next c. Indicate whether the first row contains column headings or not, click Next d. Place cursor in first column, edit properties if needed, then proceed to remaining columns. When done, click Next. i. Name ii. Data Type (Access will attempt to interpret the data automatically, but you may have to change these data types see data types in the Access Part I handout) iii. Indexed (speeds up searching if you typically use a particular field for searching) 1. No: not indexed 2. Yes (Duplicates Ok): Indexes the field, allows duplicates in the field 3. Yes (No Duplicates): Indexes the field, does not allow duplicates *like a Primary Key* e. Choose whether to add primary key, select primary, or have no primary key. Click Next f. Type a name for the table (should be self-explanatory), click Finish g. You should receive a message telling you whether or not the import process was successful. h. Choose whether or not you would like to save the import steps for a later time (recommended if you ll be doing the import more than once). You can even create an Outlook event that will remind you to perform the import. FIELD DATA TYPES TO ENFORCE DURING IMPORT OF CLASS DATA Surveys worksheet from RateYourRideData 1) SurveyID should be a LONG INTEGER and should be your PRIMARY KEY 2) RiderID should be a LONG INTEGER 3) BusRoute should be an INTEGER 4) Rating should be an INTEGER 5) Complete should be YES/NO Riders worksheet from RateYourRideData 1) RiderID should be a LONG INTEGER and should be your PRIMARY KEY 2) Subscribed should be YES/NO BusRoutes worksheet 1 A linked table maintains a link (or connection) to the original file, but does not actually hold any of the data in your database. When you change the contents of the Excel spreadsheet, the linked table in your database will also change automatically.

8 1) RouteNumber should be INTEGER and should be your PRIMARY KEY IMPORTING QUIRKS Sometimes when you import from Excel, weird things happen. This can be causes by rouge data, blank rows, or corruption in the source file. There s a good article on these issues: Also, here s a few that you ll have to deal with in class. 1) Yes/No data-type fields a. Access cannot import data as a Yes/No field if Excel has text in the column. For example, the words Yes and No in your Excel file will not convert into the Yes/No data type in Access. b. Your Excel data must either be 1s and 0s (1 for true) or the Excel equivalent of TRUE or FALSE. You can get this Excel equivalent by simply typing the word TRUE or FALSE in the Excel cell. c. When imported, the data in your Access table with either display as numbers or as Yes/No. If you want the checkboxes to appear, you will have to change the Display Control of the field using the following steps: i. Open your table in design view (Home Views Design View or Right-Click on the table name in the navigation pane and select Design View) ii. Find the YES/NO field and click in the field row. iii. In the field properties at the bottom of the screen, switch to the Lookup tab, and change the Display Control to Check Box. d. Do this for the Surveys.Complete and Riders.Subscribed fields. 2) Saved Import Forgets your Primary Key Choice a. I don t know why this happens, but it does when you select an existing field as your primary key.

9 b. If you run a saved import, make sure you check that your primary key field is correctly specified. ADVANCED QUERY DESIGN There are two main types of queries: SELECT (selects certain records) and ACTION (manipulates or changes data or tables). SELECT QUERIES EXPLORING CRITERIA Queries allow you to retrieve very specific information from your database, but you have to know how to ask the right question. This means you need to understand your database structure (tables, fields, and relationships) and how to use criteria syntax. SORTING RESULTS To sort the results of your query according to a field or combination of fields, use the Sort row in the query design grid. If multiple fields are used for sorting, records will be sorted in field order from left to right. For example, if you want to sort by Last Name and then by First Name, make sure that the Last Name field is on the left. {EXERCISE: Sort Surveys by TransitMode and then by TimeSent. Also include the Rating in the query results.} Design:

10 AND VS. OR Very complex queries might require several criteria to be treated as options or as multiple refinements. For example, you may want all surveys from either Light Rail or Metro. This is an OR statement. OR statements increase the number of results. On the other hand, you may want all surveys from Light Rail from January This is an AND statement (TransitMode = Light Rail AND TimeSent is in the January 2013 range.) AND statements reduce the number of results. Access Queries have multiple OR rows in the design area. Any criteria placed on the same row are treated as AND statements. Criteria on different rows are treated as OR statements. Let s look at this example: There are two criteria on different rows: 1) TransitMode = Bus 2) Rating < 3 These criteria will work as an OR statement: Please give all surveys that are either from Bus or where Rating was less than 3. This returns 12,837 surveys. To only see records from Bus where the Rating was less than 3, move the <3 criteria to the same row as the Bus criteria. This query returns only 5,634 records, because to meet the criteria, the survey has to be from the Bus TransitMode AND the Rating has to be less than 3.

11 CRITERIA SYNTAX 1) For all data types, if you want to find all records with a SPECIFIC (EXACT) VALUE, simply type that value into the criteria box 15 find all records with a value of 15 Wilson find all records with a value of Wilson (Access will change this statement to Wilson because it knows it is text) 2/3/2008 find all records that have a date of 2/3/2008 (Access will change this statement to #2/3/2008# because it knows you re talking about a date) Yes find all records that have a value of Yes (for Yes/No data types, Access will leave Yes as it is; for text data, Access will change this to Yes, because it is a string of text) 2) For all data types, if you want to find records that match a DISCRETE SET OF VALUES, you can use the In operator In(10,12,14,16) find all records with a value of 10, 12, 14, or 16 In( PA, MD, NJ, VA ) find all records with a value of PA, MD, NJ, or VA (Notice the quotes surrounding the options; these must be added for Access to treat the options like text.) 3) For any numerical data (including dates, the following syntax can be used) where you want a RANGE OF VALUES: <15 find all records with a value less than 15 >15 find all records with a value greater than 15 <>15 find all records with a value that is not 15 (can also use Not 15) Between 15 And 20 find all records with a value between 15 and 20, inclusive Between #1/1/2008# And #1/31/2008# find all records with a date in January ) To EXCLUDE A VALUE, SET OF VALUES, OR RANGE OF VALUES, use the Not operator Not 15 find all records that are not equal to 15 (equivalent to <>15) Not Wilson find all records that are not Wilson (Access will change to Not Wilson ) Not Between #1/1/2008# And #1/31/2008# find all records that are not in January of 2008 Not In( PA, MD, NJ, VA ) find all records that are not equal to PA, MD, NJ, or VA 5) To create a WILDCARD (OR FUZZY) SEARCH, use the Like operator and the wildcards (* or?) Like W* find all records that begin with W and are followed by anything Like *W find all records that end with W and begin with anything Like *W* find all records that contain a W Like W?? find all records that start with a W that is followed by 2 characters Additional Notes on Criteria Syntax: 1) When working with Date/Time fields, you may need to include both a date AND time in your criteria if the data contain times. For example, to see all January 2013 ratings, you should use the statement: Between #1/1/2013# And #1/31/ :59:59 PM#. If you don t type a time in your criteria (i.e., you only provide a date), Access assumes you mean 12:00 AM at the start of that date. This misses 24 hours of data. 2) Other special criteria: a. Is Null: values where the field is empty b. Is Not Null: values where the field is not empty

12 USING RELATIONSHIPS IN QUERIES Defining relationships between tables allow us to leverage additional tables in our queries very easily. The act of adding an additional related table to a query will AUTOMATICALLY filter your results to only show records that have matching related data in BOTH tables. For example, adding the BusRoutes table to our query design (drag and drop the table from the navigation pane to your query design), will add another criteria to your query: Show me only those records that have a bus route that appears in BOTH tables. This is a great, simple way to check for data validity and to clean out incorrect or invalid responses. You can also place a criteria on a field in the related table to filter records in your other table(s). Add the Type field from the BusRoutes table to your design grid, and add the criteria QuickBus. Running the query reveals 251 VALID ratings with a Rating score of less than 3. {Assignment: Try creating a query that only shows those ratings received from currently subscribed riders.} SPECIAL SELECT QUERIES You can retrieve your records in different ways. You can calculate totals from records that meet your criteria, you can prompt the user for a value to use in your criteria statements, and you can retrieve only a certain number of records (e.g., the top 5%). CALCULATING TOTALS IN QUERIES A query that aggregates (summarizes) your data is called a Totals Query. Totals queries group similar records together (e.g., the same customer) and then calculate a total on a given field (e.g., sum the sales). This query would give you the TOTAL sales PER customer.

13 Let s say you have sales data in a table: Date CustomerID SaleAmount 9/24/ $ /24/ $ /25/ $ /25/ $ /26/ $40.00 And you want to know the total sales per customer. You would create a TOTALS query to group the records by CustomerID and then sum the SaleAmount. The results would look like this: CustomerID SumofSaleAmount 1 $ $62.00 To turn a basic SELECT query into a TOTAL query, you simply have to: 1) Create Queries Query Design 2) Add the tables you need for your query 3) Design Show/Hide Totals ( ) 4) Clicking on the Totals ( ) button will add the Total row to your query design grid. 5) Add the fields you need for your query. 6) Determine what Totals operation you need to perform on each field

14 a. Group By: uses the field to create groups of records. This is usually the per part of an analysis. For example, sales per CUSTOMER means group by a field to uniquely identify customers; surveys per PRODUCT means group by a field to uniquely identify products; complaints per MONTH means group by a field that contains months. b. Sum: calculate the sum of a field for each grouped set of records c. Avg: calculate the average of a field for each grouped set of records d. Min: calculate the minimum value for each grouped set of records e. Max: calculate the maximum value for each grouped set of records f. Count: count the number of records included in each grouped set of records (IMPORTANT: count only counts the number of records that contain data in the field you are counting. If there are blank records, they will not be included in the count. I usually recommend counting on primary key fields to avoid undercounting.) g. StDev/Var: Standard deviation or variance h. First/Last: Find the first or last record in the group, depending on how the query is sorted. i. Expression: use a user-defined mathematical expression j. Where: uses the indicated field only as a criterion for which selecting records are to be totaled but disregards the field in the process of totaling. Date fields are often used in totals queries to select the records that you want to perform the analysis on. For example, count the number of sales per customer in January Field Date CustomerID SalesID Total Where Group By Count Criteria Between #1/1/2013# And #1/31/2013# {Try it! Create a query to calculate the average rating per Bus Route type (only include valid Bus Routes in the query)} {Try it! Create a query to calculate the average rating and number of ratings per Bus Route type (only include valid Bus Routes in the query) for the year 2012} Additional Notes about Totals Queries 1. The query will always retrieve the live data, so, any time the data changes, the query results will change 2. Blank values will not count in the aggregate functions or expressions that you have provided RETRIEVING A CERTAIN NUMBER OF RECORDS You may only want to see the top 5 (or top 5%) of records rather than seeing all results. Queries that only display a certain number of percentage of records are called Top Values queries. These queries reduce the total number of rows that are returned in your query results to reflect an absolute number of records or a percentage of records taken from the top of the result set. 1. In query Design View 2. Design Query Setup Return 3. Pick your desired number of records to return or type in your own (can be absolute number of records or a percentage of records)

15 Only 5 records Sorted by Rating in descending (highest at top) 4. SORT your query results so that the records you want are at the TOP of your query. {Try it! Find the top 5 bus routes based on average rating.} {Try it! Find the lowest 10% satisfied riders based on average rating.} PROMPT YOUR USER FOR A CRITERIA VALUE Queries can have criteria values hard coded (typed directly into the Criteria row of the query design) OR, you can ask your user to type the requested value to make your query flexible and able to extract different ranges of dates, different target values, etc. This is called a Parameter Query. When you make a Parameter Query, you create a placeholder criteria that will ask the user for input every time the query is run. For example, create a query that retrieves all records with last names that begin with [criteria]. 1. In query design 2. In the criteria row under the desired field in the design grid, type the following (replace message here with your user prompt, e.g., [Enter Bus Route] [Message Here] 3. Edit the query as desired 4. Save the query 5. Run the query 6. Notes: i. You can specify MANY parameters for your queries, the more parameters you specify, the more prompts will be generated. ii. If the user does not type a value in the prompt box, Access will look for null values in the table to match against. If you wish to allow your user to bypass your criteria to select ALL records, then type the following:

16 Like * & [Message Here] & * iii. Parameter queries can be used with other operators (Like, Between And, etc.) {Try it! Make a query that shows all surveys received from a given bus route. The query should prompt the user for the desired bus route number.} {Try it! Make a query that calculates the total number of ratings received per bus transit mode between two dates. The query should prompt the user for the date range.} ACTION QUERIES ALTER OR MANIPULATE THE DATA IN YOUR TABLES(S) 1. Make Table: takes the records and fields you ve specified from one table or query and creates a new table (or overwrites and existing table) with the selected data a. Create a Select Query that meets your criteria b. Design Query Type Make Table c. Provide the name of the table that will be made when you run the query d. Save the query e. Run the query {Try it! Create a query that will put all incomplete surveys into their own table.} 2. Delete: deletes records from the chosen table that match the given criteria a. Create a Select Query that will select the records you want to delete

17 b. (You only need to design your query to select the particular field(s) upon which you will place your deletion criteria. c. Design Query Type Delete d. Save the query e. Run the query {Try it! Make a query to delete the incomplete records from the Surveys table.} 3. Append: take the records and fields you ve specified from one table or query and adds them to an existing table. a. Create a Select Query that meets your criteria b. Design Query Type Append c. Select the table to which you want to append your data (you can specify to which field in the destination table you want each field in the source table to append to; however, if your field names match exactly, Access will provide the information for you) d. Make sure the Append To: row in the design grid contains the correct field names for the destination table. e. Save the query f. Run the query

18 {Try it! Append the incomplete records back onto your Surveys table.} 4. Update: updates field values for records that meet your criteria a. Create a Select Query to select the records you wish to update based on a field(s) (if applicable) b. Design Query Type Update c. In the Update To: row in the design grid, type in the value or formula that to create the new values for that specific field. d. Run the query e. Save the query {Try it! Create a new field in your Surveys to hold the hour the survey was sent. Use and update query to calculate the hour and insert it into each record.}

M I C R O S O F T A C C E S S : P A R T 2 G E T T I N G I N F O R M A T I O N O U T O F Y O U R D A T A

M I C R O S O F T A C C E S S : P A R T 2 G E T T I N G I N F O R M A T I O N O U T O F Y O U R D A T A M I C R O S O F T A C C E S S 2 0 1 0 : P A R T 2 G E T T I N G I N F O R M A T I O N O U T O F Y O U R D A T A Michael J. Walk ALC Instructor michael@jwalkonline.org www.jwalkonline.org/main @MichaelJWalk

More information

Microsoft Access 2010

Microsoft Access 2010 www.jwalkonline.org/main michael@jwalkonline.org @MichaelJWalk Microsoft Access 2010 Part 3 Michael J. Walk It's about control: use advanced features of Access to control data entry, automate processes,

More information

Excel Tables & PivotTables

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

More information

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

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

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

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

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

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

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

More information

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

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

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

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

Microsoft Office 2016 Mail Merge

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

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

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 Illustrated Introductory, Building and Using Queries

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

More information

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

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

Formulas and Functions

Formulas and Functions Conventions used in this document: Keyboard keys that must be pressed will be shown as Enter or Ctrl. Controls to be activated with the mouse will be shown as Start button > Settings > System > About.

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

Introduction to Microsoft Access 2016 Introduction to Microsoft Access 2016 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Microsoft Access 2007 Module 2

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

More information

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

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

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Using Microsoft Access

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

More information

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

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

More information

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

INTRODUCTION ACCESS 2010

INTRODUCTION ACCESS 2010 INTRODUCTION ACCESS 2010 Overview of Ms. Access 2010 Microsoft Access is a computer application used to create and manage databases. Access Databases can store any type of information: numbers, text, and

More information

EXCEL 2010 TIPS & TRICKS

EXCEL 2010 TIPS & TRICKS EXCEL 2010 TIPS & TRICKS Training and Reference Guide Starlight Education Table of Contents Move to the End of a Row or Column of Data... 1 Select Cells Without Scrolling... 1 Select Non-Adjacent Ranges...

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Sage MAS Intelligence 90/200 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3

More information

Intermediate Excel 2003

Intermediate Excel 2003 Intermediate Excel 2003 Introduction The aim of this document is to introduce some techniques for manipulating data within Excel, including sorting, filtering and how to customise the charts you create.

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

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

Microsoft Excel 2016 LEVEL 3

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

More information

Excel 2016: Part 2 Functions/Formulas/Charts

Excel 2016: Part 2 Functions/Formulas/Charts Excel 2016: Part 2 Functions/Formulas/Charts Updated: March 2018 Copy cost: $1.30 Getting Started This class requires a basic understanding of Microsoft Excel skills. Please take our introductory 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... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

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

More information

Intermediate Excel 2016

Intermediate Excel 2016 Intermediate Excel 2016 Relative & Absolute Referencing Relative Referencing When you copy a formula to another cell, Excel automatically adjusts the cell reference to refer to different cells relative

More information

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems Advanced Excel Presented By: Chad Jarvi, CPA President, Civic Systems IMFOA Conference April 11, 2019 3:15 pm 4:15 pm COPY AND PASTE... 4 USING THE RIBBON... 4 USING RIGHT CLICK... 4 USING CTRL-C AND CTRL-V...

More information

Candy is Dandy Project (Project #12)

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

More information

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design Objective 1: Identify Good Database Design CHAPTER 6 SUMMARY A database is an organized collection of data facts about people, events, things, or ideas related to a specific topic or purpose. Information

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

Microsoft Access Database How to Import/Link Data

Microsoft Access Database How to Import/Link Data Microsoft Access Database How to Import/Link Data Firstly, I would like to thank you for your interest in this Access database ebook guide; a useful reference guide on how to import/link data into an Access

More information

Microsoft Excel 2010 Training. Excel 2010 Basics

Microsoft Excel 2010 Training. Excel 2010 Basics Microsoft Excel 2010 Training Excel 2010 Basics Overview Excel is a spreadsheet, a grid made from columns and rows. It is a software program that can make number manipulation easy and somewhat painless.

More information

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

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

More information

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

Microsoft Access Illustrated. Unit B: Building and Using Queries

Microsoft Access Illustrated. Unit B: Building and Using Queries Microsoft Access 2010- Illustrated Unit B: Building and Using Queries Objectives Use the Query Wizard Work with data in a query Use Query Design View Sort and find data (continued) Microsoft Office 2010-Illustrated

More information

STIDistrict Query (Basic)

STIDistrict Query (Basic) STIDistrict Query (Basic) Creating a Basic Query To create a basic query in the Query Builder, open the STIDistrict workstation and click on Utilities Query Builder. When the program opens, database objects

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

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

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

Getting Started Guide. Sage MAS Intelligence 500

Getting Started Guide. Sage MAS Intelligence 500 Getting Started Guide Sage MAS Intelligence 500 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3 Dashboard

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

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

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

More information

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

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Agenda: 1. Introduction 2. Complex formulas & cell references 3. Functions 4. Charts 5. Pivot Tables 6. Practice and Questions In order to keep computer literacy programs running in the future, we must

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

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Data. Selecting Data. Sorting Data

Data. Selecting Data. Sorting Data 1 of 1 Data Selecting Data To select a large range of cells: Click on the first cell in the area you want to select Scroll down to the last cell and hold down the Shift key while you click on it. This

More information

Microsoft Access XP Queries. Student Manual

Microsoft Access XP Queries. Student Manual Microsoft Access XP Queries Student Manual Duplication is prohibited without the written consent of The Abreon Group. Foster Plaza 10 680 Andersen Drive Suite 500 Pittsburgh, PA 15220 412.539.1800 800.338.5185

More information

Word Module 5: Creating and Formatting Tables

Word Module 5: Creating and Formatting Tables Illustrated Microsoft Office 365 and Office 2016 Intermediate 1st Edition Beskeen Test Bank Full Download: http://testbanklive.com/download/illustrated-microsoft-office-365-and-office-2016-intermediate-1st-edition-beskee

More information

Database Concepts Using Microsoft Access

Database Concepts Using Microsoft Access lab Database Concepts Using Microsoft Access 9 Objectives: Upon successful completion of Lab 9, you will be able to Understand fundamental concepts including database, table, record, field, field name,

More information

M I C R O S O F T E X C E L P A R T 2 : W O R K I N G WITH NUMBERS

M I C R O S O F T E X C E L P A R T 2 : W O R K I N G WITH NUMBERS ACHIEVEMENT & LEARNING CENTER UNIVERSITY OF BALTIMORE M I C R O S O F T E X C E L 2 0 1 3 P A R T 2 : W O R K I N G WITH NUMBERS BY: MI C HAEL J. WA LK, M. S. www.jwalkonline.org/main @MichaelJWalk michael@jwalkonline.org

More information

MS Office for Engineers

MS Office for Engineers MS Office for Engineers Lesson 4 Excel 2 Pre-reqs/Technical Skills Basic knowledge of Excel Completion of Excel 1 tutorial Basic computer use Expectations Read lesson material Implement steps in software

More information

Excel Module 7: Managing Data Using Tables

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

More information

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

Table of Contents Data Validation... 2 Data Validation Dialog Box... 3 INDIRECT function... 3 Cumulative List of Keyboards Throughout Class:...

Table of Contents Data Validation... 2 Data Validation Dialog Box... 3 INDIRECT function... 3 Cumulative List of Keyboards Throughout Class:... Highline Excel 2016 Class 10: Data Validation Table of Contents Data Validation... 2 Data Validation Dialog Box... 3 INDIRECT function... 3 Cumulative List of Keyboards Throughout Class:... 4 Page 1 of

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

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

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

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

More information

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

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

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

Introduction to Excel 2007

Introduction to Excel 2007 Introduction to Excel 2007 These documents are based on and developed from information published in the LTS Online Help Collection (www.uwec.edu/help) developed by the University of Wisconsin Eau Claire

More information

Microsoft Access XP (2002) - Advanced Queries

Microsoft Access XP (2002) - Advanced Queries Microsoft Access XP (2002) - Advanced Queries Group/Summary Operations Change Join Properties Not Equal Query Parameter Queries Working with Text IIF Queries Expression Builder Backing up Tables Action

More information

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Goal in video # 25: Learn about how to use the Get & Transform

More information

Connecting XML Data Sources to Word Using Windward Studios Report Designer

Connecting XML Data Sources to Word Using Windward Studios Report Designer Connecting XML Data Sources to Word Using Windward Studios Report Designer Welcome to Windward Studios Report Designer Windward Studios takes a unique approach to reporting. Our Report Designer sits directly

More information

Excel Level 3 - Advanced

Excel Level 3 - Advanced Excel Level 3 - Advanced Introduction This document covers some of the more advanced features of Excel. Spreadsheets can be used in such a multiplicity of ways that it cannot hope to even touch on all

More information

WAAT-PivotTables Accounting Seminar

WAAT-PivotTables Accounting Seminar WAAT-PivotTables-08-26-2016-Accounting Seminar Table of Contents What does a PivotTable do?... 2 How to create PivotTable:... 2 Add conditions to the PivotTable:... 2 Grouping Daily Dates into Years, Quarters,

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate (103-134) Building Access Databases Notes Quick Links Building Databases Pages AC52 AC56 AC91 AC93 Building Access Tables Pages AC59 AC67 Field Types Pages AC54 AC56 AC267 AC270

More information

EXCEL ADVANCED Linda Muchow

EXCEL ADVANCED Linda Muchow EXCEL ADVANCED 2016 Alexandria Technical and Community College Customized Training Technology Specialist 1601 Jefferson Street, Alexandria, MN 56308 320-762-4539 Linda Muchow lindac@alextech.edu 1 Table

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE EXCEL INTERMEDIATE Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS AND FUNCTIONS... 6 BASIC EXCEL REVIEW... 6 FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references...

More information

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

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

More information

USING ODBC COMPLIANT SOFTWARE MINTRAC PLUS CONTENTS:

USING ODBC COMPLIANT SOFTWARE MINTRAC PLUS CONTENTS: CONTENTS: Summary... 2 Microsoft Excel... 2 Creating a New Spreadsheet With ODBC Data... 2 Editing a Query in Microsoft Excel... 9 Quattro Pro... 12 Creating a New Spreadsheet with ODBC Data... 13 Editing

More information

Sage 50 U.S. Edition Intelligence Reporting Getting Started Guide

Sage 50 U.S. Edition Intelligence Reporting Getting Started Guide Sage Intelligence Reporting Sage 50 U.S. Edition Intelligence Reporting Getting Started Guide Table of Contents Introduction... 2 System requirements... 3 How it works... 4 Getting started guide... 5 Running

More information

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access Databases and Microsoft Access Introduction to Databases A well-designed database enables huge data storage and efficient data retrieval. Term Database Table Record Field Primary key Index Meaning A organized

More information

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example This exercise is a follow-up to the MPA admissions example used in the Excel Workshop. This document contains detailed solutions

More information

Microsoft Access 2007 Level 3

Microsoft Access 2007 Level 3 Information Technology Services Kennesaw State University Microsoft Access 2007 Level 3 1 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied

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

Spreadsheet Concepts: Creating Charts in Microsoft Excel

Spreadsheet Concepts: Creating Charts in Microsoft Excel Spreadsheet Concepts: Creating Charts in Microsoft Excel lab 6 Objectives: Upon successful completion of Lab 6, you will be able to Create a simple chart on a separate chart sheet and embed it in the worksheet

More information

Chapter 10 Linking Calc Data

Chapter 10 Linking Calc Data Calc Guide Chapter 10 Linking Calc Data Sharing data in and out of Calc This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option

More information

Beginner s Guide to Microsoft Excel 2002

Beginner s Guide to Microsoft Excel 2002 Beginner s Guide to Microsoft Excel 2002 Microsoft Excel lets you create spreadsheets, which allow you to make budgets, track inventories, calculate profits, and design charts and graphs. 1. Open Start

More information

Microsoft Excel Level 2

Microsoft Excel Level 2 Microsoft Excel Level 2 Table of Contents Chapter 1 Working with Excel Templates... 5 What is a Template?... 5 I. Opening a Template... 5 II. Using a Template... 5 III. Creating a Template... 6 Chapter

More information

Advanced Excel Charts : Tables : Pivots

Advanced Excel Charts : Tables : Pivots Advanced Excel Charts : Tables : Pivots Protecting Your Tables/Cells Protecting your cells/tables is a good idea if multiple people have access to your computer or if you want others to be able to look

More information

Advanced Excel Macros : Data Validation/Analysis : OneDrive

Advanced Excel Macros : Data Validation/Analysis : OneDrive Advanced Excel Macros : Data Validation/Analysis : OneDrive Macros Macros in Excel are in short, a recording of keystrokes. Beyond simple recording, you can use macros to automate tasks that you will use

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