Before creating a bound control, make sure that your form or report is bound to a record source, or that your data access page is connected to a database.
Select one or more fields in the field list on a form or report.
To select | Do this |
---|---|
One field | Click the field. |
A block of fields | Click the first field in the block, hold down the SHIFT key, and then click the last field in the block. |
Nonadjacent fields | Hold down the CTRL key and click the name of each field that you want to include. |
All fields | Double-click the field list title bar. |
Select a field, table, or query in the field list on a data access page.
To select | Do this |
---|---|
One field | Click the field. |
A table or query | Click the Wizard tool ![]() |
Note Microsoft Access won't create the control if you try to add it by clicking the form, report, or data access page instead of dragging the selected field from the field list.
Access places one text box on the form, report, or data access page for each field that you select in the field list. Each text box is bound to one field in the underlying data source. Each text box also has an attached label by default.
Note If the data in a text box on a form contains many lines of text, you might want to set the ScrollBars property to Vertical.