0 out of 1 rated this helpful - Rate this topic

string comparison <definition>

string comparison

The use of an operator to determine whether one string is greater than or equal to another string. If you use Option Compare Text in the Declarations section of a module, string comparisons aren't case-sensitive. If you use Option Compare Binary, comparisons are case-sensitive. If you use Option Compare Database, the comparison method is set by the current database.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.