Access Tutorial 3 Maintaining and Querying A Database: Comprehensive
Access Tutorial 3 Maintaining and Querying A Database: Comprehensive
Access Tutorial 3 Maintaining and Querying A Database: Comprehensive
COMPREHENSIVE
Objectives
Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save queries Update data using a query datasheet Create a query based on multiple tables Sort data in a query Filter data in a query
New Perspectives on Microsoft Office Access 2007
XP
Objectives
XP
Specify an exact match condition in a query Change the font size and alternating row color in a datasheet Use a comparison operator in a query to match a range of values Use the And and Or logical operators in queries Create and format a calculated field in a query Perform calculations in a query using aggregate functions and record group calculations Change the display of database objects in the Navigation Pane
New Perspectives on Microsoft Office Access 2007 3
Updating a Database
XP
Updating, or maintaining, a database is the process of adding, modifying, and deleting records in database tables to keep them current and accurate
Navigation mode Editing mode
XP
The Find command allows you to search a table or query datasheet, or a form, to locate a specific field value or part of a field value
Deleting a Record
XP
With the table in Datasheet view, click the row selector for the record you want to delete In the Records group on the Home tab, click the Delete button (or right-click the row selector for the record, and then click Delete Record on the shortcut menu) In the dialog box asking you to confirm the deletion, click the Yes button
Deleting a Record
XP
Introduction to Queries
Access provides powerful query capabilities that allow you to do the following:
Display selected fields and records from a table Sort records Perform calculations Generate data for forms, reports, and other queries Update data in the tables in a database Find and display data from two or more tables
XP
A Query Wizard prompts you for information by asking a series of questions and then creates the appropriate query based on your answers
Query Wizard
XP
When you use query by example (QBE), you give Access an example of the information you are requesting Click the Create tab on the Ribbon In the Other group on the Create tab, click the Query Design button
Query Wizard
XP
10
XP
11
XP
You can update the data in a table using a query datasheet After updating the query, close the table
12
XP
A multitable query is a query based on more than one table If you want to create a query that retrieves data from multiple tables, the tables must have a common field
13
XP
Sorting is the process of rearranging records in a specified order or sequence To sort records, you must select the sort field, which is the field used to determine the order of records in the datasheet
14
XP
15
XP
In the query datasheet, click the arrow on the column heading for the field you want to sort In the menu that opens, click Sort A to Z for an ascending sort, or click Sort Z to A for a descending sort or In the query datasheet, select the column or adjacent columns on which you want to sort In the Sort & Filter group on the Home tab, click the Ascending button or the Descending button or In Design view, position the fields serving as sort fields from left to right Click the right side of the Sort text box for the field you want to sort, and then click Ascending or Descending for the sort order
New Perspectives on Microsoft Office Access 2007 16
XP
17
XP
A filter is a set of restrictions you place on the records in an open datasheet or form to temporarily isolate a subset of the records In the datasheet or form, select part of the field value that will be the basis for the filter; or, if the filter will be based on the entire field value, click anywhere within the field value In the Sort & Filter group on the Home tab, click the Selection button, and then click the type of filter you want to apply
New Perspectives on Microsoft Office Access 2007 18
XP
19
XP
Just as you can display selected fields from a database in a query datasheet, you can display selected records To tell Access which records you want to select, you must specify a condition as part of the query A comparison operator asks Access to compare the value in a database field to the condition value and to select all the records for which the relationship is true
New Perspectives on Microsoft Office Access 2007 20
XP
21
XP
With an exact match, the value in the specified field must match the condition exactly in order for the record to be included in the query results
22
XP
You can change the characteristics of a datasheet, including the font type and size of text in the datasheet, to improve its appearance or readability By default, the rows in a datasheet are displayed with alternating background colors of white and light gray
23
XP
24
XP
25
XP
26
XP
27
XP
Expression Builder is an Access tool that makes it easy for you to create an expression
Open the query in Design view In the design grid, position the insertion point in the Field text box of the field for which you want to create an expression In the Query Setup group on the Query Tools Design tab, click the Builder button Use the expression elements and common operators to build the expression, or type the expression directly Click the OK button
28
XP
29
XP
30
XP
Aggregate functions perform arithmetic operations on selected records in a database If you want to quickly perform a calculation using an aggregate function in a table or query datasheet, you can use the Totals button on the Home tab
31
XP
32
XP
Aggregate functions operate on the records that meet a querys selection criteria
33
XP
34
XP
35