CDO$HELP.HLB  —  Expressions  conditional_expr, Parameters  condition-clause
               { ALPHABETIC           }
               { ALPHABETIC_LOWER     }
               { ALPHABETIC_UPPER     }
               { EMPTY_FIELD          }
               { FULL_FIELD           }
    field-expr { NUMERIC              }
               { NOT ALPHABETIC       }
               { NOT ALPHABETIC_LOWER }
               { NOT ALPHABETIC_UPPER }
               { NOT EMPTY_FIELD      }
               { NOT FULL_FIELD       }
               { NOT NUMERIC          }

    Specifies whether a field expression satisfies the specified
    condition.

    The product using CDO evaluates a condition clause as true if
    the field expression satisfies the condition specified. The
    field expression specifies the name of a field in the database,
    consisting of a field name and a directory name or context
    variable.

    When you use the keyword NOT, the product using CDO evaluates
    the clause as true if the field expression does not satisfy this
    condition.
Close Help