Auto Create Dropdown List
I have text fields that information is typed into, with separate fields to name, street address and city/state/ZIP, for example":
Alan Adams 111 First Street Adams, CA 11111
Bob Bowman 222 Second Street Brookings, NY 22222
Carl Carlson 333 Third Street Collins, IL 33333
etc. up to 25 lines
I would like the name boxes to auto-populate into a separate drop-down list box, and then when one of the names is selected from the drop-down list, the name street address and city/state/ZIP are entered into another set of text fields. So, if Bob Bowman is selected from the drop-down list, Bob's name would populate into another text field, his street address would populate into yet another text field and his city/state/ZIP would populate into yet another text field.
Is this possible?
