Hallo
please help me. I want to identify last character in string for right side string for example tel. num:
+4412345678 behind 8 is space
And this records I must identifer as True ( true or false)
I try:
right({phone},1) = " "
but this syntax is not correct because all records is False
thanks for solutions