Recordset Property

See Also    Examples    Applies To

Returns the recordset object the control is bound to. May be set at runtime to a recordset specified by an existing recordset object.

Property Recordset As Recordset

ctl.Recordset

Returns the recordset of the ctl.

Set ctl.Recordset = rec

Binds the ctl to the recordset rec.

Setting the Recordset property overwrites the Data Properties, and sets the RecordSource related properties.