G
Guest
I have a table with names of employees in it. This table has a primary key for each employee. I have another table that has the employee id as the foreign key. I want to display a combo box where I can select the employee Id and go to the first record of that search, but the drop down list always shows the same id number over and over again. How can I display the list of employees with unique names and go to the first record selected?