DefaultRecordset Property

Returns the default ADO Recordset object for the specified control. Read-only.

expression.DefaultRecordset

*expression   * Required. An expression that returns a DataSourceControl object.

Remarks

You should not use this property with sections that are bound to recordsets; instead, use the DataPage object's Recordset property.

Applies to | DataSourceControl Object

See Also | Recordset Property