smuthcrmnl777
Technical User
Code:
Left([line-sample],InStr([line-sample],'-')-1)
This code returns values left of the '-'. I need to return the values right of the '-'.
I tried to change it from left to righht and I modified the -1, but it is not working for me. Any advice?