- Ascending Sort: A sort order that sorts text values from A to Z and numbers 1 to 10.
- Calculated Field: A field in access query, form, or report in which the displayed values are the result of calculations performed on other fields.
- Concatenation: In access, joining two values to display them as a single value.
- Criteria: A limiting condition, such as "Arizona" or ">100" used in access queries and filters to show a limited set of records.
- Descending Sort: A sort order that sorts text values from Z to A and number values from 10 to 1.
- Expression: In access, you can use an expression to calculated new values or to specify which records should be displayed.
- Filter: In access, one or more criterion that you can apply to a data sheet to display a subset of records.
- Filter By From: In access, a filtering technique in which you can type the values for which you want to filter using a form that contains all the fields in the data sheet.
- Filter By Selection: In access, a filtering technique in which you select a value or partial value for which you want to filter using the Filter By Selection button.
- Select Query: The most common type of query in access, the select query retrieves specific stat from one or more tables and displays the results in a data sheet.