Jump to content

How to Sort and Filter a Form in Access 2010

0
  chco's Photo
Posted Jul 30 2010 08:33 AM

The following information is companion content for Office 2010: The Missing Manual. Below the author explores the important features of sorting and filtering that are available in Access 2010 forms.
Sorting and filtering are two indispensable features that Access gives you with Form view. Learning how to use them could hardly be easier. The creators of Access took great care to ensure that filtering and sorting work the same in forms as they do in the datasheet. You use the same commands, on the same part of the ribbon, to put them into action.

Sorting a Form

As you’ve probably realized by now, forms show your data in raw, unsorted order. So records appear in the order you created them. (The only exception is if you create a form that gets its data from a query, and that query uses sorting.)

Fortunately, sorting is easy. In fact, you can sort the records that are shown in a form in exactly the same way you sort records in a datasheet. Choose the field you want to use for sorting, right-click it, and then choose one of the sorting options. In a textbased field, you’ll see the sorting choices “Sort A to Z” (for an alphabetical sort) and “Sort Z to A” (for a reverse-alphabetical sort). You can also use the Ascending and Descending buttons on the ribbon’s Home➝Sort & Filter section.

Filtering a Form

Filtering is a feature that lets you cut down the total number of records so you see only those that interest you. Filtering can pick out active customers, in-stock products, expensive orders, and other groups of records based on specific criteria.

In a form, you have the following filtering choices:

  • Quick filter shows you a list of all the values for a particular field and lets you choose which ones you want to hide. It’s easy to use, but potentially timeconsuming. If you want to hide numeric values that fall into a certain range, then you’ll get the job done much faster with the “filter by condition” approach (as described later). To show the list of quick filter values, move to the field you want to filter, and then click Home➝Sort & Filter➝Filter.

  • Filter by selection applies a filter based on an existing value. First, find the value in one of the records, right-click it, and then choose a filter option. You can right-click a price value of $25, and then choose “Greater Than or Equal to 25” to hide low-cost items.

  • Filter by condition lets you define the exact criteria you want to use to filter records. You don’t need to base it on an existing value. To add this sort of filter, right-click the field and then look for a submenu with filtering options. This menu item is named according to the data, so text fields include a Text Filters option, number fields have a Number Filters option, and so on.

  • Advanced filters are filters that you design using a window that looks just like the query designer. The advantage of advanced filters is that you can apply filters on more than one field in a single step. To create a set of advanced filters, choose Home➝Sort & Filter➝Advanced➝Advanced Filter/Sort.


Note: If you insert a new record that doesn’t match the currently active filter conditions, your new record disappears from sight as soon as you add it. To get it back, remove the filter settings using the ribbon: Select the Home tab, click the Advanced button in the Sort & Filter chunk, and then choose Clear All Filters. Or, use the Toggle Filter button to temporarily suspend your filter settings (and click Toggle Filter later to get them back).

Using the Filter by Form Feature

One other filtering technique works with forms: filter by form. Essentially, “filter by form” transforms your form into a full-fledged search form. Using this search form, you supply one or more criteria. Then you apply the filter to see the matching record (or records).

Although you can use “filter by form” with the datasheet, it really shines with forms. “Filter by form” is particularly useful for searching out a single hard-to-find record. (If you want to use filtering to pull out a whole group of records, one of the other filtering options is generally easier.)

Here’s how to use the “filter by form” feature:

  • Choose Home➝Sort & Filter➝Advanced➝Filter By Form.

    Access changes your form to Search mode. In Search mode, your form looks
    exactly the same, except all the fields are blank.

    If you’ve already used the “filter by form” feature and you’re returning to change the filter settings, then you should start by clearing the previous set of filters. To do so, right-click a blank spot on the form surface, and then choose Clear Grid.

  • Move to the field you want to use for filtering.

    A drop-down arrow appears in the field.

  • Click the drop-down arrow, and then choose the value you want to include in
    your results.


    The drop-down list shows all the values from the different records in the table. When you choose one, it appears in the field box in quotation marks.

    Attached Image

  • If you want to apply a filter to more than one field, then return to step 2.

    Use multiple filter conditions if a single filter condition may result in more matches than you want. If you don’t remember a customer’s last name, you could apply a FirstName filter. But if that customer has a common first name, then you may also want to apply a filter on another field, like City.

    If you don’t want to use exact matches, then you can write in more complex filters using an expression. Use <10 to find numeric values under 10, and Like Jon* to find text values like “Jones,” “Jonathon,” and “Jonson.” Filtering is particularly useful with date fields. “Building filter expressions” has the full scoop on filtering expressions.

  • If you want to perform more than one filtering operation and combine the results, then click the Or tab and fill out more filter settings.

    If you fill out your first search form so that it matches the LastName “Gorfinkel”, and the second search form to match the FirstName “Jehosophat”, your results will include all the records that have the last name Gorfinkel and all those that have the first name Jehosophat. However, if you put both those filter conditions on the same search form, your matches include only people named Jehosophat Gorfinkel.

    Attached Image

  • Right-click a blank spot on the form surface, and then choose Apply Filter/Sort. Access switches back to your normal form and then applies the filter settings. At the bottom of the form, between the navigation buttons and the search box, you see the word “Filtered” appear to let you know that you aren’t seeing all the records.


If you decide not to apply the filter settings, just close the search form. Access switches back to your normal form, but doesn’t apply any filtering.


Tip: To remove your filter settings but keep them handy for later use, choose Home➝ Sort & Filter➝Toggle Filter. To reapply the filter settings later on, click Toggle Filter a second time. Access stores the most recent filter settings with your form, so they’re always available.



Saving Filters for the Future

One of form filtering’s limitations is that Access remembers only your most recent set of filters. If you’ve perfected a complex filter expression that you want to reuse later, this quality is a problem. As soon as you apply a different filter, you’ll lose all your hard work.

Fortunately, you have several solutions to this dilemma. One option is to create a whole new query that performs the filtering and to use that query in a whole new form. This choice is a good one if you want to use your filter criteria to perform a specific task, and you also want to customize the way the form works or the way it displays its data.

On the other hand, if you don’t plan to use your filtering settings very often, but just want to have them on hand for the next time you need them (or if you need to store dozens of different filter settings, and don’t want to be stuck with dozens of nearly identical forms), there’s a better option. You can save your filter settings as a query in your database. Then, when you want them back, you can load them up and apply them to your form.

Here’s how to pull this trick off:

  • Apply your filters.

  • Choose Home➝Sort & Filter➝Advanced➝Advanced Filter/Sort.

    This action opens a query window. This query uses the same data source (table or query) as your form, and it applies your filtering using the Criteria box under the appropriate field. You don’t need to make any changes in the query window because Access automatically fills in the Criteria box (or boxes) based on the current filter settings.

  • Choose Home➝Sort & Filter➝Advanced➝Save as Query. Supply a name for
    this query, and then click OK.


    Although you can use this query like a normal query, you probably won’t. To
    prevent confusion, use a different type of name, like CustomerBrowser_Filter,
    that clearly indicates this query is designed for form filtering.


The next time you want to retrieve your filter settings and reapply them, open your
form and follow these steps:

  • Choose Home➝Sort & Filter➝Advanced➝Advanced Filter/Sort.

    This action shows the query window.

  • Choose Home➝Sort & Filter➝Advanced➝Load From Query.

    Access shows all the queries that use the same table and don’t involve joins.

  • Pick the filter query you created earlier, and then click OK.

    The filter settings for that query appear in the query window.

  • Right-click anywhere on the blank space in the query window, and then
    choose Apply Filter/Sort to put your filter settings into effect.


Tip: You can use this trick to apply the same filter expression to different forms, as long as these forms include the fields you want to filter. (You can use the filter settings that you created for the CustomerBrowser form to filter another form that shows a list of customers, but not a form that shows products.)

Office 2010: The Missing Manual

Learn more about this topic from Office 2010: The Missing Manual.

Whether you're new to Microsoft Office or have used it for years, this clear and friendly primer helps you be productive with Word, Outlook, Excel, PowerPoint, Access, and the rest of the Office apps from day one. Learn what's new in Office 2010 and get a complete, step-by-step guide to each of its main programs, along with details on Publisher, OneNote, and Office Web Apps. With this Missing Manual on hand, you'll be creating professional-quality documents, spreadsheets, presentations, and databases in no time.

See what you'll learn


Tags:
0 Subscribe


0 Replies