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
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.