Mastering Queries: A Guide to Searching in Microsoft Database Access 2007

Mastering Queries: A Guide to Searching in Microsoft Database Access 2007
1 / 36
next
Slide 1: Slide

This lesson contains 36 slides, with interactive quizzes and text slides.

Items in this lesson

Mastering Queries: A Guide to Searching in Microsoft Database Access 2007

Slide 1 - Slide

This item has no instructions

Learning Objective
At the end of the lesson, you will be able to create and execute queries in Microsoft Database Access 2007.

Slide 2 - Slide

Introduce the learning objective and make sure to reiterate it throughout the lesson.
What do you already know about using queries in Microsoft Database Access 2007?

Slide 3 - Mind map

This item has no instructions

What is a datasheet?
A
A form used to enter data into a table
B
A view of table data that displays in rows and columns
C
A tool for creating queries
D
A type of report

Slide 4 - Quiz

This item has no instructions

What is the purpose of a datasheet?
A
To create reports
B
To design forms
C
To sort and filter table data
D
To view, add, edit, and delete table data

Slide 5 - Quiz

This item has no instructions

Can you modify the layout of a datasheet?
A
Yes, you can add or remove fields and change their order
B
Yes, but only by using a form
C
No, the layout is fixed
D
Yes, you can change the width of columns

Slide 6 - Quiz

This item has no instructions

What is Form view in Microsoft Access?
A
A mode that only allows for data viewing
B
A mode that displays all records at once
C
A mode that allows for data entry and editing
D
A mode that displays one record at a time

Slide 7 - Quiz

This item has no instructions

What is the purpose of Form view?
A
To create new tables
B
To make data entry and editing easier
C
To display all records in a table
D
To display and edit individual records in a user-friendly way

Slide 8 - Quiz

This item has no instructions

How can you switch to Form view in Microsoft Access?
A
Double-click on the form object in the Navigation Pane
B
Click on the View button and select Form View
C
Click on the View button and select Table View
D
Click on the View button and select Design View

Slide 9 - Quiz

This item has no instructions

What is a database in Microsoft Database Access?
A
A collection of related data
B
A type of computer hardware
C
A tool for managing data
D
A type of computer program

Slide 10 - Quiz

This item has no instructions

What is the purpose of a database in Microsoft Database Access?
A
To create graphical user interfaces
B
To store, organize, and manage data
C
To write computer programs
D
To create tables for data entry

Slide 11 - Quiz

This item has no instructions

What is a table in Microsoft Database Access?
A
A type of computer program
B
A database object that stores data
C
A type of computer hardware
D
A collection of related data organized into rows and columns

Slide 12 - Quiz

This item has no instructions

What is a FormView in Microsoft Database Access?
A
A type of database table
B
A control to display, edit, and delete a single record
C
A widget to show a single record in detail
D
A tool to create queries

Slide 13 - Quiz

This item has no instructions

What is the purpose of a FormView in Microsoft Database Access?
A
To show a single record in detail
B
To display, edit, and delete a single record
C
To display multiple records
D
To create a database table

Slide 14 - Quiz

This item has no instructions

What are some features of a FormView in Microsoft Database Access?
A
Allows editing and deleting of a record
B
Displays a single record in detail
C
Creates a new database table
D
Displays multiple records

Slide 15 - Quiz

This item has no instructions

What is a query in Microsoft Database Access?
A
A request for data from a database.
B
A type of computer program.
C
A type of computer hardware.
D
A type of computer virus.

Slide 16 - Quiz

This item has no instructions

How do you create a query in Microsoft Database Access?
A
Using the Calculator program.
B
Using the Paint program.
C
Using the Query Design or Query Wizard.
D
Using the Word program.

Slide 17 - Quiz

This item has no instructions

How do you run a query in Microsoft Database Access?
A
Click the Cut button on the toolbar.
B
Click the Print button on the toolbar.
C
Click the Run button on the toolbar.
D
Click the Save button on the toolbar.

Slide 18 - Quiz

This item has no instructions

What is the purpose of saving a query in Microsoft Database Access?
A
To create a new database.
B
To modify the structure of the database.
C
To delete the query from the database.
D
To reuse the query at a later time.

Slide 19 - Quiz

This item has no instructions

What are Queries?
Queries are powerful tools in Microsoft Database Access 2007 that allow you to search for specific information in your database.

Slide 20 - Slide

Explain what queries are and why they are useful. Use examples if possible.
Creating a Query
To create a query, go to the Create tab and click on Query Design. Then, select the tables you want to search and add the fields you want to include in your search criteria.

Slide 21 - Slide

Demonstrate how to create a query step-by-step and provide screenshots as necessary.
Sorting and Filtering Data
Queries allow you to sort and filter your data based on specific criteria. You can sort by ascending or descending order and filter by specific values or ranges.

Slide 22 - Slide

Show students how to sort and filter data in a query and provide practice exercises.
Running a Query
To run a query, simply click on the Run button in the Query Design tab. The results will be displayed in a table view.

Slide 23 - Slide

Explain how to run a query and show students how to interpret the results.
Using Criteria in Queries
Criteria allow you to refine your search even further by adding specific conditions. You can use operators like =,<,>,<=,>= and wildcards like *,? to refine your criteria.

Slide 24 - Slide

Teach students how to use criteria in queries and provide examples.
Using Calculated Fields
Calculated fields allow you to perform mathematical operations on your data and create new fields based on existing ones. You can use operators like +,-,*,/ and functions like SUM, COUNT, AVG, MAX, MIN to create calculated fields.

Slide 25 - Slide

Show students how to use calculated fields and provide practice exercises.
Advanced Query Techniques
There are many advanced query techniques you can use in Microsoft Database Access 2007, including JOINs, UNIONs, and subqueries. These techniques allow you to combine data from multiple tables and perform complex searches.

Slide 26 - Slide

Introduce students to advanced query techniques and provide resources for further study.
What is the purpose of filtering in Microsoft Database Access?
A
To create new tables
B
To display only specific records
C
To modify selected records
D
To delete selected records

Slide 27 - Quiz

This item has no instructions

Which operator is used to represent 'not equal to' in a query?
A
<>
B
<
C
>
D
=

Slide 28 - Quiz

This item has no instructions

What is the purpose of sorting in Microsoft Database Access?
A
To delete selected records
B
To modify selected records
C
To create new tables
D
To arrange data in a specific order

Slide 29 - Quiz

This item has no instructions

Which operator is used to represent 'greater than or equal to' in a query?
A
>
B
>=
C
=
D
<

Slide 30 - Quiz

This item has no instructions

What is search criteria in a query in Microsoft Database Access?
A
A tool used to design forms.
B
A function used to calculate totals.
C
A feature used to sort data.
D
Conditions used to find specific data.

Slide 31 - Quiz

This item has no instructions

What is the purpose of search criteria in a query?
A
To create new tables.
B
To filter and retrieve specific data.
C
To create relationships between tables.
D
To modify the structure of the database.

Slide 32 - Quiz

This item has no instructions

Where can search criteria be applied in a query?
A
In the header row of a datasheet view.
B
In the criteria row of a query design view.
C
In the field list of a query design view.
D
In the footer row of a datasheet view.

Slide 33 - Quiz

This item has no instructions

Write down 3 things you learned in this lesson.

Slide 34 - Open question

Have students enter three things they learned in this lesson. With this they can indicate their own learning efficiency of this lesson.
Write down 2 things you want to know more about.

Slide 35 - Open question

Here, students enter two things they would like to know more about. This not only increases involvement, but also gives them more ownership.
Ask 1 question about something you haven't quite understood yet.

Slide 36 - Open question

The students indicate here (in question form) with which part of the material they still have difficulty. For the teacher, this not only provides insight into the extent to which the students understand/master the material, but also a good starting point for the next lesson.