Create a filter that finds records on a grouped data access page

Create a filter that finds records on a grouped data access page

  1. Open the data access page in Design view.

  2. If the fields you want to display aren't in the section already, add the fields to the page as bound HTML controls, or add the fields as bound text boxes. Make sure you add the field you want to use to filter records.

    Notes

  3. Make sure the control bound to the field whose values you want to use to filter records is selected.

  4. Do one of the following:

    Microsoft Access adds a group header with an expand control and a record navigation section with a record navigation control. If you grouped on one field, Access moves the control you grouped on to the group header. If you grouped on a table or query, Access moves all the controls, including controls bound to fields that are in that table or query and controls bound to Lookup fields, to the group header.

  5. Click the Dropdown list tool in the toolbox.

  6. In the field list, use the right mouse button to drag the field whose values you want to use to filter records to the group header you created in step 4.

  7. On the shortcut menu, click Group Filter Control.

The following steps are optional. They remove features that were added by default for a grouped page but aren't necessary when using the group filter control.

  1. Select the expand control in the header that contains the filter control, and then press DELETE.

  2. Select the record navigation section for the group level that contains the filter control, and then press DELETE. Access deletes the section and the navigation control that it contains.

  3. Customize the record navigation control for the lower group level. For example, hide the buttons that add and delete records.

Notes