226k views
5 votes
What type of form control is typically used for displaying text or numbers?

User Kanjie Lu
by
6.1k points

2 Answers

3 votes
A Label is perfect for static text.
User Meredith
by
6.6k points
3 votes

Bound control A control whose source of data is a field in a table or query is called a bound control. You use bound controls to display values that come from fields in your database. The values can be text, dates, numbers, Yes/No values, pictures, or graphs. For example, a text box that displays an employee's last name might get this information from the Last Name field in the Employees table.

User Adamneilson
by
6.3k points