Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 915 Bytes

activecommand-property-ado.md

File metadata and controls

29 lines (19 loc) · 915 Bytes
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version ms.localizationpriority
ActiveCommand property (ADO)
ActiveCommand property (ADO)
41c19008-cbf7-ade9-b4ab-e908a16784ac
48544459
10/17/2018
v=office.15
medium

ActiveCommand property (ADO)

Applies to: Access 2013, Office 2013

Indicates the Command object that created the associated Recordset object.

Return value

Returns a Variant that contains 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, a Null object reference is returned.

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