Constant | Value | Description |
---|---|---|
vbUseCompareOption |
-1 | Performs a comparison using the setting of the Option Compare statement. |
vbBinaryCompare | 0 | Performs a binary comparison. |
vbTextCompare |
1 | Performs a textual comparison. |
vbDatabaseCompare | 2 | Microsoft Access only. Performs a comparison based on information in your database. |
“Ability is a poor man's wealth” ~ John Wooden
Related: