Have a table thus:
First_Name, Last_Name, Phone_No
I would like to create a calculated field which concatenates all of the fields. In Alpha5's expression builder, am able to concatenate only the first two fields; the third does not display.
I tried using sequential calcualated fields
i.e. FirstNameLastName = First_Name + Last_Name
then FirstNameLastNamePhoneNo = FirstNameLastName + Phone_No
but this doesn't seem to work either.