Question
What type of form control is typically used for displaying text or numbers?
Asked by: USER8988
75 Viewed
75 Answers
Answer (75)
A Label is perfect for static text.
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.