A | B |
Aggregate Function | Performs a calculation on a set of values and then returns a single value. |
Bound Control | Uses a field in a table or query as the data source. |
Calculated Control | A control that displays the result of a calculation, or expression. |
Conditional Formatting | Changes the appearance of a control or the value in a control when certain conditions are met. |
Control | An object that displays data, performs actions, and lets you improve the look and usability of a form or report. |
Control Layouts | Used to align your controls horizontally and vertically to give your report or form a uniform appearance. |
Control Tab Order | The order in which the selection moves from field to field when the Tab key is pressed. |
Control Wizard | Helps you create controls such as command buttons, list boxes, combo boxes, and option groups. |
Expression Builder | A feature that provides the names of the fields and controls in a database, lists the operators available, and has built-in functions to help you create an expression. |
Field List | A window that lists all the fields in the underlying record source or database object. |
Parameter Query | A query in which the user interactively specifies one or more criteria values. |
Query Criterion | A rule that identifies the records that you want to include in the query result. |
Select Query | The most basic type of Access query that creates subsets of data, displayed in Datasheet view, which can be used to answer specific questions or to supply data to other database objects. |
Stacked Layout | A layout in which the controls are arranged vertically with a label on the left and the control on the right. |
Table Analyzer | A wizard that performs the normalization process by examining a table design and suggesting a way to divide the table for maximum efficiency. |
Tabular Layout | A layout in which the controls are arranged in rows and columns like a spreadsheet, with labels across the top. |
Total Row | A row inserted at the bottom of a table that provides a menu of functions for each column in the row. |
Unbound Control | A control that displays information such as lines, shapes, or pictures; it is not bound to a field. |