Filters, Queries and Reports. Filters Limit the data, creating a dataset, or partial view of the whole database Single use – filters do not save with.

Slides:



Advertisements
Similar presentations
RightNow 8 -- Adding a new report: New > Report: ORAnalytics > Reports > New Report
Advertisements

1 After completing this lesson, you will be able to: Create a database. Create a table using the Table Wizard. Create and modify a table in Design view.
Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
Access Lesson 8 Using Advanced Queries Microsoft Office 2010 Advanced Cable / Morrison 1.
Chapter 5 Creating, Sorting, and Querying a Table
Microsoft Office 2007 Access Chapter 4 Creating Reports and Forms.
® Microsoft Access 2010 Tutorial 5 Creating Advanced Queries and Enhancing Table Design.
Microsoft Office 2007 Access Chapter 2 Querying a Database.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 2 Querying a Database Using the Select Query Window.
Access Tutorial 3 Maintaining and Querying a Database
Creating Custom Forms. 2 Design and create a custom form You can create a custom form by modifying an existing form or creating a new form. Either way,
Querying a Database Using the Select Query Window
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 1 Creating and Using a Database.
Access Presentation 3 By: Rasagnya Waghray Ali Murtuza.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Access 2007 ® Use Databases How can Access help you to find and use information?
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
Chapter 2 Querying a Database
Maintaining and Querying a Database Microsoft Access 2010.
Chapter 2 Querying a Database MICROSOFT ACCESS 2010.
Lesson 31: Querying a Database. 2 Learning Objectives After studying this lesson, you will be able to:  Create, save, and run select queries  Design.
Database Queries. Queries Queries are questions used to retrieve information from a database. Contain criteria to specify the records and fields to be.
Microsoft Access 2010 Building and Using Queries.
® Microsoft Access 2010 Tutorial 5 Creating Advanced Queries and Enhancing Table Design.
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
Microsoft Office 2007 Access Chapter 2 Querying a Database.
Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
MS-ACCESS BY SANGEETHA PARTHASARATHY Topics Covered Understanding different types of Queries Creating a Query Creating a Query using a Wizard Changing.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
Access Forms and Queries. Entering Data in Your Table  You can add data to your table in Datasheet view, by typing in the columns and rows.  This.
Database Copyright 2006 South-Western/Thomson Learning.
Chapter 6 Creating, Sorting, and Querying a Table
You can sort Access data so you can view records in the order you want to view them, and you can filter data so you only see the records you want to see.
Microsoft Access 2010 Chapter 4 Creating Reports and Forms.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
MS-Access XP Lesson 4. Modifying Queries 1.Select query in queries 2.Click design button or Right click on query and click design view 3.Change query.
® Microsoft Access 2010 Tutorial 5 Creating Advanced Queries and Enhancing Table Design.
Microsoft® Excel Create an Excel table. 1 Work with the Table Tools Design tab. 2 Sort and filter records in a table. 3 Identify structured references.
1 Access Lesson 2 Creating Queries, Forms, and Reports Microsoft Office 2007 Fundamentals Story / Walls.
Excel part 5 Working with Excel Tables, PivotTables, and PivotCharts.
Microsoft Access 2000 Modifying Tables, Creating Forms and Viewing Data.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 5 1 Microsoft Office Access 2003 Tutorial 5 – Enhancing a Table’s Design.
Microsoft Access Lesson 5 Lexington Technology Center February 25, 2003 Bob Herring On the Web at
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 2 Querying a Database Using the Select Query Window.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
10.1Retrieving a Database File – In the last chapter, we have created a database file and several tables for that database. – In order to view and modify.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 6 1 Microsoft Office Access 2003 Tutorial 6 – Creating Custom Forms.
Creating Advanced Queries and Enhancing Table Design.
Access Queries and Forms. Adding a New Field  To insert a field after you have saved your table, open Access, and open the table  It is easier to add.
ACCESS PROJECT TWO. PROJECT ONE In project one you: -Created Tables -Created Forms -Created Reports In this project you will learn about queries. Databases.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
1 Access Lesson 2 Creating Queries, Forms, and Reports Microsoft Office 2010 Fundamentals Story / Walls.
Maintaining a Database
Microsoft Office Illustrated Introductory, Windows Vista Edition
Access Tutorial 3 Maintaining and Querying a Database
Access Chapter 2 Querying a Database.
Querying a Database Using the Select Query Window
Access Maintaining and Querying a Database
Database Queries.
Creating Reports and Forms
Creating and Modifying Queries
CIS16 Application Programming with Visual Basic
Microsoft Office Access 2003
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
Access: Queries IV Participation Project
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
Microsoft Office Illustrated Introductory, Windows XP Edition
Tutorial 5 Advanced Queries and Enhanced Table Design
Presentation transcript:

Filters, Queries and Reports

Filters Limit the data, creating a dataset, or partial view of the whole database Single use – filters do not save with the database

Queries Allow you to answer questions about the data, turning it into information Can be saved and used again. Can include fields from more than one table in a database. Can be formatted in Design View.

Creating a Query Click the Query Wizard button on the Create tab Queries can be edited later by selecting them from the Object List The New Query dialog box allows you to select the type of query you want.

Designing a Query In Design view, you can: Add and remove fields Sort by selected fields Add criterion to limit which records display

Query Design View This design will show only the clients for Recruiter Number #24, and sort the records by Client Number Checked boxed indicate which fields will be included in the query.

Selecting fields You can simply add fields to a query by checking the Show box. You can also hide fields … You can use queries to sort and add criteria, but leave the Show boxed unchecked so that the field data does not show. For example, if you are showing all records for a particular city, you can indicate that in the query title and not include the city name in the query.

Entering Criterion Criterion are entered into the Criteria field Using Wild Card characters (* and ?) can simplify the work Pr* will find any records with values that start with “Pr” Pr? Will find records with values containing “Pr” and one more letter You can also use numbers and comparison symbols =, to limit data. Ex: >50

Parameter Query Prompts the user to enter criteria To create, type [Enter fieldname ] in the criteria field When anyone views the query, the Enter Parameter Value dialog box appears.

Calculated Fields Adding a calculated field. 1. Enter the fields you want in the query. 2. In an empty column, type the calculation using the syntax NewFieldName:[fieldOne] operator [fieldTwo] Examples: Total Amount: [Amount Paid]+[Current Due] New Balance:[Old Balance]-[Amount Paid] Salary:[Sales Amount]*[20%]

Statistics You can see Totals, Averages, and other statistics in queries From the Design View, select the field you want to calculate and click the Totals button on the ribbon Expand the Total box and select the operation you want.