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.

link|improve this question
So First_Name + Last_Name + Phone_No doesn't work? – MRAB Jul 2 '11 at 19:48
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.