Chapter 8Selecting Data with Queries

IN THIS CHAPTER

  1. Understanding what queries are and what they can do for you
  2. Creating queries
  3. Specifying the fields in a query
  4. Displaying a query's results
  5. Adding and removing fields from a query's design
  6. Sorting a query's results
  7. Filtering records returned by a query
  8. Printing records returned by a query
  9. Saving a query
  10. Including more than one table in a query
  11. Adding, deleting, and moving tables in a query
  12. Joining tables in a query's design
  13. Understanding the options for joining tables in a query

Queries are an essential part of any database application. Queries are the tools that enable you and your users to extract data from multiple tables, combine it in useful ways, and present it to the user as a datasheet, on a form, or as a printed report.

You may have heard the old cliché, “Queries convert data to information.” To a certain extent, this statement is true—that's why it's a cliché. The data contained within tables is not particularly useful because, for the most part, the data in tables appears in no particular order. Also, in a properly normalized database, important information is spread out among a number of different tables. Queries are what draw these various data sources together and present the combined information in such a way that users can actually work with the data.

Introducing Queries

The word query ...

Get Access 2016 Bible now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.