September 6, 200619 yr Greetings folks! Newbie here. Can you give me an example of a calculation that would allow me to add text fields. For example, I want to create a field that stores the combination of "Saluation" / "First Name" / "Last Name" fields. So the calculation result would end of being something like, Dr. John Doe. Thanks in advance for your insight. - - Jeff
September 6, 200619 yr You need to concatenate the fields with "&" - i.e: (field: Salutation) & " " & (field:First Name) & " "& (field: Last Name) make certain that the result is "Text"
Create an account or sign in to comment