| A | B |
| autoform | an access from that is created automatically by the form wizard with no user input |
| bound control | a control that is tied to a specific underlying field in an access query or table to display the data in the filed |
| calculated control | an unbound control that contains an expression that calculates the values in other controls in an access form or report |
| controls | an object on an access form or report that displays data, performs an action, or adds graphics to the text form or report |
| main form | - in access, the large form in a main/subform, which contains the primary table of data and displays a single record |
| main/subform | in access, a form that combines two forms, one for the primary table of data and a nested form for the related table of data |
| sections | a part of an access form or repot that contains a specific type of data, such as header, footer, or detail section |
| subform | - in access, the nested form in a main/subform combination that displays a table of several related records |
| tad order | in access, the order in which the focus moves from control to control on a form when you press the tab key |
| toolbox | in access, the floating toolbar that contains the buttons for creating controls in form or report design view |
| unbound control | in access, a control that is not tied to a specific field in a query or table; used to display general information or to perform calculations on the values in other controls in a form or report |