Filibuster
New Member
- Joined
- Oct 17, 2013
- Messages
- 7
I have a list box that is bound to a person's name field resulting from a query. When I click the dropdown feature, I get the list of all the names in the query. I'd like to limit the dropdown to a select list of names only but still have the control display whatever is currently stored in the name field. Is there a way to separate what the control displays from the values visible in the dropdown (e.g use a different query for each, or some other method)?
For context: the name in the database is the employee who developed a project. I'd like that name to display. The person may or may not be a current employee. For assignment (or reassignment) purposes, I want the dropdown to only show current employees.
For context: the name in the database is the employee who developed a project. I'd like that name to display. The person may or may not be a current employee. For assignment (or reassignment) purposes, I want the dropdown to only show current employees.