Expr2Field1 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 first QueryField object that's used as Expression 2.
This property is only valid 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 AddExpr2Field1 method.
This property is read-only.
Related Topics