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

2 Answers

3 votes
A Label is perfect for static text.
answered
User Meredith
by
8.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.

answered
User Adamneilson
by
8.4k points

No related questions found