| A | B |
| control | text box or command button you place in a form or report |
| subform | separate form within another form |
| combo box | lets you choose a value from a list |
| Documenter | prints information on an object's properties and relationships |
| bound form | connected to a field in an underlying table or query |
| unbound form | not connected to a field in an underlying table or query |
| label | unbound control that displays text |
| calculated control | displays a value that is the result of an expression |
| Detail section | holds controls for your form |
| grid | area that helps you position controls in a form |
| move handle (hand shape) | moves text box and label to a new location |
| move handle (pointing finger) | moves text box and label individually |
| sizing handles | allows you to resize a control |
| caption property value | displays text on the form other than the field name |
| label tool | lets you add text to a form |
| image tool | lets you add a picture to a form |
| tab control tool | control appears with two tabs for a multi-page form |
| subform/subreport tool | lets you add a subform to a form |
| tab stop property | lets you use the tab key to move from control to control on a form |
| focus | currently active control |
| tab order | order in which you move from control to control |
| filter | set of criteria to isolate records temporarily |
| Filter By Selection | records contain a selected field value |
| Filter Excluding Selection | records do not contain a selected field value |
| Filter For Input | you enter a value that meets condition |
| Filter By Form | records that match multiple criteria |
| Advanced Filter/Sort | specify multiple selection criteria and specify sort order |