M
Mota
Hi;
I know that VBA is not a Case Sensitive Programming Language (unlike C++ or
Delphy),but in a special case,i need to verify that.Otherwise,i have to
check near 2000 records manually.My question is:
Can i separate all records of [MainTable] having data in the Text field
[dName] in Upper Case?In other word,is there a function like "IsUpperCase"
or "IsCapital" to use in Where clause of SQL statements !?
Thank you for your help.
I know that VBA is not a Case Sensitive Programming Language (unlike C++ or
Delphy),but in a special case,i need to verify that.Otherwise,i have to
check near 2000 records manually.My question is:
Can i separate all records of [MainTable] having data in the Text field
[dName] in Upper Case?In other word,is there a function like "IsUpperCase"
or "IsCapital" to use in Where clause of SQL statements !?
Thank you for your help.