Force Binary String Comparison

M

MikeM

How can I force queries in Access 97 to use binary string comparison (as in
an unmatched query) instead of case insensitive?
 
O

OfficeDev18 via AccessMonster.com

MikeM said:
How can I force queries in Access 97 to use binary string comparison (as in
an unmatched query) instead of case insensitive?
See the StrComp function in the help file. It includes binary compares.
 
Top