Combining Field from two Fields

Viewing 1 reply thread
  • Author
    Posts
  • January 11, 2016 at 11:37 AM #15645

    Robert Grund
    Participant

    Hi,

    I have three fields which are

    1) First Name
    2) Last Name
    3) Name

    Name should be the combination, automatically updated, from the fields First Name and Last Name.

    Can you give me a hint how to do that? Looked at your help section and could not find a solution.

    If my two questions raised, can be solved, I have passed my test trial and can move into the purchasing aspect.

    Thank you!

    regards,
    Robert

    January 11, 2016 at 8:04 PM #15654

    1Levite
    Participant

    Hi Robert:

    Set First Name as a Text Field
    Set Last Name as a Text Field
    Set Name as a Calculation Field.

    Define the formula something like:
    <First Name>+” “+<Last Name>
    and the Result Type (in the Edit Formula popup) as TEXT.

    That should do what you described. Hope this helps.

Viewing 1 reply thread

You must be logged in to reply to this topic.