Recordset2.ParentRecordset property (DAO)

Applies to: Access 2013, Office 2013

Returns the parent Recordset of the specified recordset. Read-only.

Version information

Version added: Access 2007

Syntax

expression .ParentRecordset

expression A variable that represents a Recordset2 object.

Remarks

The ParentRecordset property returns Null if the specifed recordset does not represent a multi-valued field.