I am trying to so a selection function that will show me any records where one field in paticular is in all caps. I tried to use the selection criteria
trim({NAME.CADD1}) = Ucase(trim({NAME.CADD1}))
But the = seems to show just where the letters are equal regardles of the case.
Could someone please let me know if there is a different compare or better way to do this.
Thanks
trim({NAME.CADD1}) = Ucase(trim({NAME.CADD1}))
But the = seems to show just where the letters are equal regardles of the case.
Could someone please let me know if there is a different compare or better way to do this.
Thanks