Which of the following are the types of the TextBox control?
Each correct answer represents a complete solution. Choose all that apply.
A TextBox control is an editable control in which a user can edit and modify data. It is of the following types:
Unbound: An unbound textbox control is an empty control. It is not bound to any column of any table. It can be bound to a column by using the ControlSource property.
Bound: A bound textbox control is bound to a column of a table. It displays a single record of the column.
Calculated: It can be used for calculations based on the expression provided in the textbox.
Answer option A is incorrect. It is not a valid type of the TextBox control.
Chapter: DATABASE, ADVANCED-LEVEL
Objective: Form Design
Currently there are no comments in this discussion, be the first to comment!