I have a combo box with an SQL query (Select [Skill ID] from [Skill Master];) as the rowsource, with values like:
Access 97, ADA, C++, C++ Use, COBOL
The default value for the combo has been set to '*' so that all these values show up in the list initially. But, I want to go a step further and...