G
Guest
My data records look like this:
Name Desc
CodeA BOXSF
CodeB BOXSA
I would like to create a new Field which will take the concatenate (append)
the word "New" with the 5th Character of the field Name and the 4th character
of the field Desc:
The result would look like this:
Name Desc NewField
CodeA BOXSF NewAS
CodeB BOXSA NewBS
Thank you in advance.
Name Desc
CodeA BOXSF
CodeB BOXSA
I would like to create a new Field which will take the concatenate (append)
the word "New" with the 5th Character of the field Name and the 4th character
of the field Desc:
The result would look like this:
Name Desc NewField
CodeA BOXSF NewAS
CodeB BOXSA NewBS
Thank you in advance.