G Guest Sep 22, 2005 #1 How can I force queries in Access 97 to use binary string comparison (as in an unmatched query) instead of case insensitive?
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 Sep 22, 2005 #2 MikeM said: How can I force queries in Access 97 to use binary string comparison (as in an unmatched query) instead of case insensitive? Click to expand... See the StrComp function in the help file. It includes binary compares.
MikeM said: How can I force queries in Access 97 to use binary string comparison (as in an unmatched query) instead of case insensitive? Click to expand... See the StrComp function in the help file. It includes binary compares.
D david epsom dot com dot au Sep 23, 2005 #3 How To Perform a Case-Sensitive JOIN Through Microsoft Jet http://support.microsoft.com/default.aspx?scid=kb;en-us;Q244693 (david)
How To Perform a Case-Sensitive JOIN Through Microsoft Jet http://support.microsoft.com/default.aspx?scid=kb;en-us;Q244693 (david)