Is it possible to have a dropdown list object with two rawValues?
For example:
John Smith is the diplayed name and the rawValues are his email address and authorized spending limit (5000).
jsmith@emailaddress.com, 5000
If yes, I want the 5000 dollars to appear in textfield1 and the email address in textfield2. How do I access them?