I have a simple form that separates the salutation, first name, middle initial, last name and suffix into different fields for sorting reasons.
In the form itself I have a unbound field with a formula that joins all the names together so they appear as one complete name.
Is there a way I can use the complete name as it's own field in a dropdown box on another form?
For instance,
Field 1: "Mr."
Field 2: "Joe"
Field 3: "J."
Field 4: "Johnson"
Field 5: "Jr."
Unbound field returns "Mr. Joe J. Johnson Jr."
How can I use "Mr. Joe J. Johnson Jr." in a dropdown box to choose from common names so I do not have to re-enter them manually?
In the form itself I have a unbound field with a formula that joins all the names together so they appear as one complete name.
Is there a way I can use the complete name as it's own field in a dropdown box on another form?
For instance,
Field 1: "Mr."
Field 2: "Joe"
Field 3: "J."
Field 4: "Johnson"
Field 5: "Jr."
Unbound field returns "Mr. Joe J. Johnson Jr."
How can I use "Mr. Joe J. Johnson Jr." in a dropdown box to choose from common names so I do not have to re-enter them manually?