Create a bound span control
You can use a bound span control to display data from a field in the database or to display the result of an expression. You can't create bound span controls on a form or report.
- Open the data access page in Design view.
- Click the Bound Span tool
in the toolbox.
- To bind the control to a field, in the field list, click the field that you want to add to the page, and then drag it to the data access page.
- In the data access page, release the field where you want the upper-left corner of the bound span control to be.
Notes
- If a bound span control is bound to a field that contains HTML text, set the DataFormatAs property of the control to HTML to display HTML-formatted text. The property is set to TEXT by default.
- Users cannot edit the contents of a bound span control in Page view or in Microsoft Internet Explorer.
- Use bound span controls instead of text boxes to improve the performance of a page.