We have a form that a manager will be filling out for an employee. We want to perform an employee lookup by allowing the manager to start typing in the employees name in a field and have it pop-up with possible matches (which can currently be done). Since some employees can have the same name, we would like to be able to show next to the employee name in the pop-up for matches the employee number as well. Is this currently possible?
Question
Question
Can Data Source Populated Field Display Table Dropdown?
asked on February 4, 2014
•
Show version history
0
0
Answer
APPROVED ANSWER
replied on February 4, 2014
I don't think having a pop-up that simultaneously displays the value from two different SQL columns is possible. Instead, you can have two fields, one for employee name and one for employee number. When the manager enters the name, the employee number field will conduct a lookup based on the employee name and display a dropdown list of employee numbers that correspond to that name. If only one value exists, which should be the case for many names, the employee number field will be auto-populated and no selection is needed.
0
0
Replies
You are not allowed to follow up in this post.