A | B |
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 | Use 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. |
record source | Tables or queries from which a query gets its data. |
report | A database object that presents information in a format that is easy to read and print. |
select query | The most basic type of Access query that creates subsets of data, displayed in Datasheet view, that 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. |
tabular layout | A layout in which the controls are arranged in rows and columns like a spreadsheet, with labels across the top. |
unbound control | A control that displays information such as lines, shapes, or pictures; it is not bound to a field. |