ActiveCommand Property (ADO)

      Applies To   

Indicates the Command object that created the associated Recordset object.

Return Value

Returns a Variant containing a Command object. Default is a Null object reference.

Remarks

The ActiveCommand property is read-only.

If a Command object was not used to create the current Recordset, then a Null object reference is returned.

Use this property to find the associated Command object when you are given only the resulting Recordset object.