Forum Discussion
2 Replies
- TomMustoQrew CadetIf you want to eliminate the ambiguity around case sensitivity in formulas, you can always use the Lower() and Upper() functions. It then won't matter if your field has the word "yes" spelled with any of the 8 combinations of upper and lower case letters that can form that word (e.g. "yes", "YES", "YeS", "yEs"), Upper([My Field]) will always be "YES" and Lower([My Field]) will always be "yes".
------------------------------
-Tom
------------------------------- AndrewFryQrew Assistant CaptainThat is a great idea!!
I already implement that with a number of Excel apps I developed, so I don't know why I didn't think of that, lol.
Thanks for the great tip Tom!!
------------------------------
Andrew Fry
------------------------------