See Also
Applies To
Check box, image
Description
Binds a control to a Field Read/write at both design time and run time.
Syntax
[form.] control.DataField [ = fieldname ]
Remarks
Bound controls provide access to specific data in your database. Each bound control typically displays the value of a different field in the current record . The DataSource property of a bound control specifies a valid data control name, and the DataField property specifies a valid field name in the data control's Recordset property. Together, these properties specify which data appears in the control.
Note Make sure each bound control has a valid setting for its DataField property. If you change the setting of a data control's RecordSource property, when you use Refresh, the Recordset then identifies the new object. This may invalidate the DataField settings of bound controls and produce an error.
Data Type
String