In previous lessons, you learned to work with database objects such as tables and forms. A query is another type of database object .
A query is data resulting from questions you ask of one or more tables. For example, let's say you want to find out how many male students are in Mr. Emerson's class.
You can sort, find, and filter the results of a query just as you would other records.
When you sort a query and then close it, you are asked if you want to save the changes to the query design. If you save the changes, the query will still be sorted the next time you open it. If you choose not to save changes, the query returns to its original order.
If you filtered a query and know you want to reuse it, remember to apply the filter just before closing it. Access will ask if you want to save changes to the design of the query. If you answer Yes to save changes, the last filter is saved. When you open the form again, all records will be visible. To view your filter, click the Apply Filter button to reapply the filter. However, Access only saves the last filter you create.