HI All,
How do you omit characters from the left or right of a given string field?
Ex:
ABC-DEFGHI omit 'ABC-' = DEFGHI
I understand the LEFT & RIGHT functions, but I guess I need it to work in reverse - instead of 'keeping' a number of characters from the left or right, I need to omit them and display the remainder of the string.
Thanks for all help!
How do you omit characters from the left or right of a given string field?
Ex:
ABC-DEFGHI omit 'ABC-' = DEFGHI
I understand the LEFT & RIGHT functions, but I guess I need it to work in reverse - instead of 'keeping' a number of characters from the left or right, I need to omit them and display the remainder of the string.
Thanks for all help!