H huddle Unregistered / Unconfirmed GUEST, unregistred user! 2002-12-25 #1 access对文本型字段似乎不区分大小写,有什么函数可以区分,谢谢
碧 碧血剑 Unregistered / Unconfirmed GUEST, unregistred user! 2002-12-30 #3 access中有StrComp (<stringexpr1>, <stringexpr2>, <compare> 函数
N naughtboy Unregistered / Unconfirmed GUEST, unregistred user! 2002-12-30 #4 function StrComp(const Str1, Str2 : PChar): Integer; Description Call StrComp to compare two null-terminated strings, with case sensitivity. The return value is indicated in the following table:
function StrComp(const Str1, Str2 : PChar): Integer; Description Call StrComp to compare two null-terminated strings, with case sensitivity. The return value is indicated in the following table: