Concatenation of two Field values in a third Field
We have the following requirement:
There are THREE Fields: Fields: X, Y and Z.
The Values of Fields: X and Y are to be concatenated and copied to the Field: Z
Say the value of Field: X is AA and the value of Field: Y is BB, then the value that needs to be copied in Field: Z is: AA-BB
Thanks and regards.