What type of control in a form can display data from database table? A. Bound control B. Unbound control C. Both of above D. None of above

Bound control
Unbound control
Both of above
None of above

The correct answer is: A. Bound control.

A bound control is a control that is connected to a data source, such as a database table. This means that the control can display data from the data source, and the user can enter data into the control that will be stored in the data source.

An unbound control is a control that is not connected to a data source. This means that the control cannot display data from the data source, and the user cannot enter data into the control that will be stored in the data source.

Therefore, the only type of control that can display data from a database table is a bound control.