Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design

Slides:



Advertisements
Similar presentations
Benchmark Series Microsoft Access 2010 Level 1
Advertisements

Access Lesson 8 Using Advanced Queries Microsoft Office 2010 Advanced Cable / Morrison 1.
® Microsoft Access 2010 Tutorial 5 Creating Advanced Queries and Enhancing Table Design.
Microsoft Office 2007 Access Chapter 2 Querying a Database.
Access Tutorial 3 Maintaining and Querying a Database
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making.
Access Tutorial 7 Creating Custom Reports
Tutorial 5 Creating Advanced Queries and Enhancing Table Design
Chapter 2 Querying a Database
1 Chapter 2 Reviewing Tables and Queries. 2 Chapter Objectives Identify the steps required to develop an Access application Specify the characteristics.
Microsoft Access 2010 Chapter 7 Using SQL.
Chapter 2 Querying a Database
1 Access Lesson 3 Creating Queries Microsoft Office 2010 Introductory Pasewark & Pasewark.
1 Access Lesson 3 Creating Queries Microsoft Office 2010 Introductory.
Maintaining and Querying a Database Microsoft Access 2010.
1 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and Custom Forms.
SESSION 5.1 In this session we will be exploring Pattern Match Queries List-Of-Values Queries, Non-Matching Values in Queries Both the “And” and the “OR”
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 7 – Modifying Table Design.
Microsoft Access 2000 Creating Tables and Relationships.
Chapter 2 Querying a Database MICROSOFT ACCESS 2010.
XP New Perspectives on Microsoft Access 2002 Tutorial 51 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and.
Database Applications – Microsoft Access Lesson 9 Designing Special Queries Updated 4/11.
Database Applications – Microsoft Access Lesson 9 Designing Special Queries.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall1 Exploring Microsoft Office Access Committed to Shaping the Next Generation.
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
® Microsoft Access 2010 Tutorial 7 Creating Custom Reports.
Exam Review – Queries & MORE! Access SimNet Exam Access Case Exam Final Exam.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 4 BACKNEXTEND 4-1 LINKS TO OBJECTIVES Query Design Query Criteria Modify a Query Using OR.
Analyzing Data For Effective Decision Making Chapter 3.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 6 – Designing.
XP New Perspectives on Integrating Microsoft Office XP Tutorial 2 1 Integrating Microsoft Office XP Tutorial 2 – Integrating Word, Excel, and Access.
® 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 2010 Access Tutorial 3 Maintaining and Querying a Database.
Microsoft Office 2007 Access Chapter 2 Querying a Database.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Committed to Shaping the Next Generation of IT Experts. Chapter 7 Advanced Queries Robert.
 Agenda 2/20/13 o Review quiz, answer questions o Review database design exercises from 2/13 o Create relationships through “Lookup tables” o Discuss.
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making Chapter.
® Microsoft Access 2010 Tutorial 3 Maintaining and Querying a Database.
XP Chapter 2 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Building The Database Chapter 2 “It is only the farmer.
COMPREHENSIVE Access Tutorial 3 Maintaining and Querying a Database.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES Modify a Table – Add, Delete, Move Fields Modify a Table.
® Microsoft Office 2013 Access Maintaining and Querying a Database.
Microsoft Office 2013: In Practice Chapter 3 Creating and Using Queries Copyright © 2014 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Chapter 6 Creating, Sorting, and Querying a Table
Access Chapter 5-Table Tricks, Advanced Queries and Custom Forms.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
1 11 Exploring Microsoft Office Access 2007 Chapter 6 Data Protection.
® Microsoft Access 2010 Tutorial 5 Creating Advanced Queries and Enhancing Table Design.
Access Queries Agenda 6/16/14 Review Access Project Part 1, answer questions Discuss queries: Turning data stored in a database into information for decision.
Microsoft Access 2000 Presentation 5 Creating Databases Part IV (Creating Queries)
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
Creating Advanced Queries and Enhancing Table Design.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
1 11 Chapter 7 Action Queries Exploring Microsoft Office Access 2007.
Microsoft Office Illustrated Introductory, Windows Vista Edition
Access Chapter 2 Querying a Database.
Microsoft Access 2003 Illustrated Complete
Exploring Microsoft Office Access 2010
Access Tutorial 7 Creating Custom Reports
Creating and Modifying Queries
Microsoft Office Access 2003
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
Lesson 3 Chapter 10.
Microsoft Office Illustrated Introductory, Windows XP Edition
Tutorial 5 Advanced Queries and Enhanced Table Design
New Perspectives on Microsoft
Presentation transcript:

Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design

Objectives Review table and object naming standards Use the Like, In, Not, and & operators in queries Filter data using an AutoFilter Use the IIf function to assign a conditional value to a calculated field in a query Create a parameter query New Perspectives on Microsoft Office Access 2007

Objectives Use query wizards to create a crosstab query, a find duplicates query, and a find unmatched query Create a top values query Modify table designs using lookup fields, input masks, and data validation rules Identify object dependencies Review a Memo field’s properties Designate a trusted folder New Perspectives on Microsoft Office Access 2007

Reviewing the Panorama Database Figure 5-1 New Perspectives on Microsoft Office Access 2007

Using a Pattern Match in a Query A pattern match selects records with a value for the designated field that matches the pattern of the simple condition value The Like comparison operator selects records by matching field values to a specific pattern that includes one or more of these wildcard characters: asterisk (*), question mark (?), and number symbol (#) Figure 5-4 New Perspectives on Microsoft Office Access 2007

Using a List-of-Values Match in a Query A list-of-values match selects records whose value for the designated field matches one of two or more simple condition values The In comparison operator lets you define a condition with a list of two or more values for a field Figure 5-6 New Perspectives on Microsoft Office Access 2007

Using the Not Operator in a Query The Not logical operator negates a criterion or selects records for which the designated field does not match the criterion Figure 5-7 New Perspectives on Microsoft Office Access 2007

Using an AutoFilter to Filter Data Figures 5-8 and 5-9 New Perspectives on Microsoft Office Access 2007

Assigning a Conditional Value to a Calculated Field The & (ampersand) operator is a concatenation operator that joins text expressions The IIf (Immediate If) function assigns one value to a calculated field or control if a condition is true, and a second value if the condition is false The IsNull function tests a field value or an expression for a null value; if the field value or expression is null, the result is true; otherwise, the result is false Figure 5-12 New Perspectives on Microsoft Office Access 2007

Creating a Parameter Query A parameter query displays a dialog box that prompts the user to enter one or more criteria values when the query is run Create a select query that includes all fields to appear in the query results. Also choose the sort fields and set the criteria that do not change when you run the query Decide which fields to use as prompts when the query runs. In the Criteria text box for each of these fields, type the prompt you want to appear in a message box when you run the query, and enclose the prompt in brackets New Perspectives on Microsoft Office Access 2007

Creating a Parameter Query Figures 5-15 and 5-16 New Perspectives on Microsoft Office Access 2007

Creating a Crosstab Query A crosstab query performs aggregate function calculations on the values of one database field and displays the results in a spreadsheet format Figure 5-19 New Perspectives on Microsoft Office Access 2007

Creating a Crosstab Query In the Other group on the Create tab, click the Query Wizard button In the New Query dialog box, click Crosstab Query Wizard, and then click the OK button Complete the Wizard dialog boxes to select the table or query on which to base the crosstab query, select the row heading field (or fields), select the column heading field, select the calculation field and its aggregate function, and enter a name for the crosstab query New Perspectives on Microsoft Office Access 2007

Creating a Crosstab Query Figure 5-21, 5-22, and 5-23 New Perspectives on Microsoft Office Access 2007

Creating a Find Duplicates Query A find duplicates query is a select query that finds duplicate records in a table or query In the Other group on the Create tab, click the Query Wizard button Click Find Duplicates Query Wizard, and then click the OK button Complete the Wizard dialog boxes to select the table or query on which to base the query, select the field (or fields) to check for duplicate values, select the additional fields to include in the query results, enter a name for the query, and then click the Finish button New Perspectives on Microsoft Office Access 2007

Creating a Find Unmatched Query A find unmatched query is a select query that finds all records in a table or query that have no related records in a second table or query In the Other group on the Create tab, click the Query Wizard button Click Find Unmatched Query Wizard, and then click the OK button Complete the Wizard dialog boxes to select the table or query on which to base the new query, select the table or query that contains the related records, specify the common field in each table or query, select the additional fields to include in the query results, enter a name for the query, and then click the Finish button New Perspectives on Microsoft Office Access 2007

Creating a Find Unmatched Query Figures 5-27 and 5-28 New Perspectives on Microsoft Office Access 2007

Creating a Top Values Query The Top Values property for a query lets you limit the number of records in the query results Create a select query with the necessary fields and sorting and selection criteria In the Query Setup group on the Query Tools Design tab, enter the number of records (or percentage of records) you want selected in the Return (Top Values) text box New Perspectives on Microsoft Office Access 2007

Creating a Top Values Query Figure 5-29 New Perspectives on Microsoft Office Access 2007

Creating a Lookup Field A lookup field lets the user select a value from a list of possible values You use a Lookup Wizard field in Access to create a lookup field in a table Figures 5-32 and 5-33 New Perspectives on Microsoft Office Access 2007

Creating a Lookup Field Figure 5-34 New Perspectives on Microsoft Office Access 2007

Using the Input Mask Wizard A literal display character is a special character that automatically appears in specific positions of a field value; users don’t need to type literal display characters Input mask Figure 5-35 New Perspectives on Microsoft Office Access 2007

Using the Input Mask Wizard Figure 5-36 New Perspectives on Microsoft Office Access 2007

Using the Input Mask Wizard Figure 5-37 New Perspectives on Microsoft Office Access 2007

Identifying Object Dependencies An object dependency exists between two objects when a change to the properties of data in one object affects the properties of data in the other object The Object Dependencies pane displays a collapsible list of the dependencies among the objects in an Access database; you click the list’s expand indicators to show or hide different levels of dependencies New Perspectives on Microsoft Office Access 2007

Identifying Object Dependencies Figure 5-40 New Perspectives on Microsoft Office Access 2007

Defining Data Validation Rules To prevent a user from entering an incorrect value in the Zip field, you can create a field validation rule The Validation Rule property value specifies the valid values that users can enter in a field The Validation Text property value will be displayed in a dialog box if the user enters an invalid value A table validation rule compares one field value in a table record to another field value in the same record to verify their relative accuracy New Perspectives on Microsoft Office Access 2007

Defining Data Validation Rules Figure 5-41 and 5-42 New Perspectives on Microsoft Office Access 2007

Working with Memo Fields You use a Memo field for long comments and explanations Text fields are limited to 255 characters, but Memo fields can hold up to 65,535 characters Figure 5-44 New Perspectives on Microsoft Office Access 2007

Designating a Trusted Folder A trusted folder is a folder on a drive or network that you designate as trusted and where you place databases you know are safe Figure 5-45 New Perspectives on Microsoft Office Access 2007