Unit8. MS Access - Create Query
Unit8. MS Access - Create Query
MS Access Tutorial
MS Access - Home
MS Access - Overview
MS Access - RDBMS
MS Access - Objects
MS Access - Create Database
MS Access - Data Types
MS Access - Create Tables
MS Access - Adding Data
MS Access - Query Data
MS Access - Query Criteria
MS Access - Action Queries
MS Access - Create Queries
MS Access - Parameter Queries
MS Access - Alternate Criteria
MS Access - Relating Data
MS Access - Create Relationships
One-To-One Relationship
One-To-Many Relationship
Many-To-Many Relationship
MS Access - Wildcards
MS Access - Calculated Expression
MS Access - Indexing
MS Access - Grouping Data
MS Access - Summarizing Data
MS Access - Joins
MS Access - Duplicate Query Wizard
Unmatched Query Wizard
MS Access - Create A Form
MS Access - Modify A Form
MS Access - Navigation Form
MS Access - Combo Box
MS Access - SQL View
MS Access - Formatting
MS Access - Controls & Properties
MS Access - Reports Basics
MS Access - Formatting Reports
MS Access - Built-In Functions
MS Access - Macros
MS Access - Data Import
MS Access - Data Export
MS Access Useful Resources
MS Access - Quick Guide
MS Access - Useful Resources
MS Access - Discussion
Selected Reading
UPSC IAS Exams Notes
Developer's Best Practices
Questions and Answers
Effective Resume Writing
HR Interview Questions
Computer Glossary
Who is Who
A query is a request for data results, and for action on data. You can use a query to answer a simple
question, to perform calculations, to combine data from different tables, or even to add, change, or delete
table data.
As tables grow in size they can have hundreds of thousands of records, which makes it impossible for
the user to pick out specific records from that table.
With a query you can apply a filter to the table's data, so that you only get the information that you want.
Queries that you use to retrieve data from a table or to make calculations are called select queries.
Queries that add, change, or delete data are called action queries.
You can also use a query to supply data for a form or report.
In a well-designed database, the data that you want to present by using a form or report is often located
in several different tables.
The tricky part of queries is that you must understand how to construct one before you can actually use
them.
If you want to review data from only certain fields in a table, or review data from multiple tables
simultaneously or maybe just see the databased on certain criteria, you can use the Select query. Let us
now look into a simple example in which we will create a simple query which will retrieve information
from tblEmployees table. Open the database and click on the Create tab.
In the tblEmployees table, double-click all those fields which you want to see as result of the query. Add
these fields to the query design grid as shown in the following screenshot.
Now click Run on the Design tab, then click Run.
The query runs, and displays only data in those field which is specified in the query.
Advertisements