strComp(str1, str2, opt) compares two strings. opt is one of the following values: vbUseCompareOption | Compare according to the option compare in effect |
vbBinaryCompare | Binary (case sensitive) comparison |
vbTextCompare | Case insensitive comparison |
vbDatabaseCompare | Access only: compare based on database's setting |
inStr function and the like operator.