Expr2Field2 property: QueryCriteria class
Description
If the Between relational operator is used in the criteria, there can be two fields for Expression 2. This property returns a reference to the second QueryField object that's used as Expression 2.
This property is valid only when Expression 2 exists as a field. You can then use the QueryField Class methods and property to manipulate this object.
To add a field for Expression 2, use the AddExpr2Field2 method.
This property is read-only.
Related Topics