Nursedad Posted September 6, 2006 Posted September 6, 2006 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
Keith LaMarre Posted September 6, 2006 Posted September 6, 2006 You need to concatenate the fields with "&" - i.e: (field: Salutation) & " " & (field:First Name) & " "& (field: Last Name) make certain that the result is "Text"
Recommended Posts
This topic is 6714 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now