SQLCommand Property

Specifies an SQL command string.

Syntax

object.SQLCommand[= String]

Parameters

The SQLCommand property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

String

An SQL command string.

Remarks

The SQL command string value displayed in the Properties window is the string built by the SQL Wizard or the string entered or pasted into the SQL Command edit box on the Record Source tab of the Data Control OLE Properties dialog box.

See Also