I have a table with all employees and I've create a query to find specific employees from that table based on a specific criteria.
Now I want to show a combo-box with all the employee names in it but the one that also appear in the query would show up in a different color.
I am assuming this should be written in VBA but I am unsure how to compare my table values to the query values....