About 400 results
Open links in new tab
  1. Examples of query criteria - Microsoft Support

    Query criteria help you zero in on specific items in an Access database. If an item matches all the criteria you enter, it appears in the query results. To add criteria to an Access query, open the …

  2. Apply a filter to view select records in an Access database

    Learn ways to filter data in Access to limit the records that are displayed in a query, form, or report.

  3. Filter data in a query - Microsoft Support

    To filter data in a query, open it in Datasheet View, click the down-arrow at the top of a column, and select a filter option. Here's how it looks in an Access app: You can select multiple values …

  4. Examples of using dates as criteria in Access queries

    Feb 1, 2012 · Here are some common date criteria examples, ranging from simple date filters to more complex date range calculations. Some of the more complex examples use Access date …

  5. Apply criteria to text values - Microsoft Support

    You can use query criteria in Access to limit the results based on specific text values. For example the criterion, = "Chicago" shows all items that have the text Chicago.

  6. ApplyFilter Macro Action - Microsoft Support

    You can use the ApplyFilter action to apply a filter, a query, or an SQL WHERE clause to a table, form, or report to restrict or sort the records in the table, or the records from the underlying …

  7. Introduction to queries - Microsoft Support

    With the query open in Design view, on the Query Design tab, in the Show/Hide group, click Parameters. In the Query Parameters dialog box, in the Parameter column, type the prompt …

  8. Use parameters to ask for input when running a query

    To make a query in Access databases ask for criteria when you run it, create a parameter query. This allows you to use the same query over and over without having to constantly open it in …

  9. Use wildcards in queries and parameters in Access

    To do so, in the Navigation pane, under Queries, right-click the query and click Design View. In the Criteria cell under the field you want to use, add an asterisk on either side of your criteria, …

  10. Filter Property - Microsoft Support

    If you want to specify a server filter within a Microsoft Access project (.adp) for data located on a server, use the ServerFilter property. The Filter property is a string expression consisting of a …