Download presentation
Presentation is loading. Please wait.
Published byGeorgina Watkins Modified over 8 years ago
1
® Microsoft Access 2010 Tutorial 9 Using Action Queries and Advanced Table Relationships
2
Objectives Create an action query to create a table Create action queries to append, delete, and update data Define many-to-many and one-to-one relationships between tables Learn about joining tables Join a table using a self-join View and create indexes for tables New Perspectives on Microsoft Access 2010 2
3
Action Queries New Perspectives on Microsoft Access 2010 3
4
Action Queries (Click here)Click here An action query is a query that adds, changes, or deletes multiple table records at a time – Make-table query – Append query History table – Delete query – Update query New Perspectives on Microsoft Access 2010 4
5
Creating a Make-Table Query Create a select query with the necessary fields and selection criteria In the Results group on the Design tab, click the Run button to preview the results Switch to Design view to make any necessary changes to the query. When the query is correct, click the Make Table button in the Query Type group on the Design tab New Perspectives on Microsoft Access 2010 5
6
Creating a Make-Table Query In the Make Table dialog box, type the new table name in the Table Name box. Make sure the Current Database option button is selected to include the new table in the current database; or, click the Another Database option button and enter the database name in the File Name box. Then click the OK button Click the Run button, and then click the Yes button to confirm the creation of the new table New Perspectives on Microsoft Access 2010 6
7
Creating a Make-Table Query New Perspectives on Microsoft Access 2010 7
8
Creating an Append Query Create a select query with the necessary fields and selection criteria In the Results group on the Design tab, click the Run button to preview the results Switch to Design view to make any necessary changes to the query. When the query is correct, click the Append button in the Query Type group on the Design tab New Perspectives on Microsoft Access 2010 8
9
Creating an Append Query In the Append dialog box, select the table name in the Table Name box. Make sure the Current Database option button is selected to include the new table in the current database; or, click the Another Database option button and enter the database name in the File Name box. Then click the OK button. Access replaces the Show row in the design grid with the Append To row Click the Run button, and then click the Yes button to confirm appending the records to the table New Perspectives on Microsoft Access 2010 9
10
Creating an Append Query New Perspectives on Microsoft Access 2010 10
11
Creating a Delete Query Create a select query with the necessary fields and selection criteria In the Results group on the Design tab, click the Run button to preview the results Switch to Design view to make any necessary changes to the query. When the query is correct, click the Delete button in the Query Type group on the Design tab. Access replaces the Show and Sort rows in the design grid with the Delete row Click the Run button, and then click the Yes button to confirm deleting the records New Perspectives on Microsoft Access 2010 11
12
Creating a Delete Query New Perspectives on Microsoft Access 2010 12
13
Creating an Update Query Create a select query with the necessary fields and selection criteria In the Results group on the Design tab, click the Run button to preview the results Switch to Design view to make any necessary changes to the query. When the query is correct, click the Update button in the Query Type group on the Design tab. Access replaces the Show and Sort rows in the design grid with the Update To row New Perspectives on Microsoft Access 2010 13
14
Creating an Update Query Type the updated values in the Update To boxes for the fields you want to update Click the Run button, and then click the Yes button to confirm changing the records New Perspectives on Microsoft Access 2010 14
15
Many-To-Many Relationship New Perspectives on Microsoft Access 2010 15
16
Relationships Between Database Tables New Perspectives on Microsoft Access 2010 16
17
Relationships Between Database Tables New Perspectives on Microsoft Access 2010 17
18
Defining M:N and 1:1 Relationships Between Tables New Perspectives on Microsoft Access 2010 18
19
Make an Alias (Click Here)Click Here Right Click on the table name in the Query Window then Click on Properties. Change the name of the table from Property Sheet. New Perspectives on Microsoft Access 2010 19
20
Make an Alias New Perspectives on Microsoft Access 2010 20
21
Joining Tables (Click here)Click here JOIN can combine two tables. JOIN Type: – Inner Join -- fields exist in both tables – Left Outer Join -- all rows in left table with values from right table where they match – Right Outer Join -- all rows in right table with values from the left table where they match – Self Join, Joining two fields in one tables. New Perspectives on Microsoft Access 2010 21
22
09/11/12.22 JOIN illustration ID,AGE 1,42 2,19 3,17 ID,NAME 1,JONES 3,SMITH 5,BUSTER
23
09/11/12.23 Inner JOIN ID,AGE 1,42 2,19 3,17 1, 42, JONES 3, 17, SMITH 1, 1, 42, JONES 3, 3, 17, SMITH ID,NAME 1,JONES 3,SMITH 5,BUSTER
24
09/11/12.24 Left Outer JOIN ID,AGE 1,42 2,19 3,17 1, 42, JONES 2, 19, null 3, 17, SMITH ID,NAME 1,JONES 3,SMITH 5,BUSTER
25
09/11/12.25 Right Outer JOIN ID,AGE 1,42 2,19 3,17 1, 42, JONES 3, 17, SMITH 5, null, BUSTER ID,NAME 1,JONES 3,SMITH 5,BUSTER
26
Joining Tables In the Query Design Window, Insert the tables then right click on the relationship, Click on “Join Properties”. New Perspectives on Microsoft Access 2010 26
27
Joining Tables New Perspectives on Microsoft Access 2010 27
28
Joining Tables New Perspectives on Microsoft Access 2010 28
29
Joining Tables An inner join is a join in which the DBMS selects records from two tables only when the records have the same value in the common field that links the tables New Perspectives on Microsoft Access 2010 29
30
Joining Tables An outer join is a join in which the DBMS selects all records from one table and only those records from a second table that have matching common field values New Perspectives on Microsoft Access 2010 30
31
Viewing a Table’s Existing Indexes Open the table in Design view To view an index for a single field, click the field, and then view the Indexed property in the Field Properties pane To view all the indexes for a table or to view an index consisting of multiple fields, click the Indexes button in the Show/Hide group on the Design tab New Perspectives on Microsoft Access 2010 31
32
Viewing a Table’s Existing Indexes New Perspectives on Microsoft Access 2010 32
33
Creating an Index (Click here)Click here Open the table in Design view To create an index for a single field, click the field, and then set the Indexed property in the Field Properties pane To create an index consisting of multiple fields, click the Indexes button in the Show/Hide group on the Design tab, enter a name for the index in the Index Name box, select the fields in the Field Name box, and then set other properties as necessary for the index New Perspectives on Microsoft Access 2010 33
34
Creating an Index New Perspectives on Microsoft Access 2010 34
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.