Specifies a string that equates to the current value assigned to the query property.
Syntax
object.QPn[= String]
Parameters
The QPn property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
String |
The current value assigned to the query property. For example, the value assigned to QP1 could be Finance. |
Remarks
These properties are designed to be variables for use in the SQL Select statement. When the query runs, it replaces the QPn placeholder with the string value.