RTKarkivi
Technical User
- Jun 28, 2003
- 22
hi to all,
my case is like this: I want to exctract some characters from field1 and some from field2 in order to create another field based on that. I try this; Left([field1],3)& left([field2],3} but it takes all the all 3 characters from left. I am interested to take just the third one, not the first three ones. I would appreciate if anyone can help me fix this problem.
Thanks in advance,
my case is like this: I want to exctract some characters from field1 and some from field2 in order to create another field based on that. I try this; Left([field1],3)& left([field2],3} but it takes all the all 3 characters from left. I am interested to take just the third one, not the first three ones. I would appreciate if anyone can help me fix this problem.
Thanks in advance,