DataSource Property

See AlsovbproDataSourceSee

Applies To

Check box9P3BU5, image9A4FCA, label3MNIZ8D, picture box31MYIWX, text boxYPYZDG, and other bound controlsLVLJ7W that may become available.

Description

Determines the data control through which the current control is bound to a database.  Read/write at design time; not available at run time.

Remarks

To bind a control to a field in a database at run time, you must specify a data control in this property at design time.  To complete the connection with a database, you must also provide the name of a Field object in the DataField property.  Unlike the DataSource property, the DataField property setting can be provided at run time.