I have single table that will hold the following information for ProgrammingCodes: author, version, description, hyper-link to file. I have a combo box for each one set so I can filter through each entry based on any one category. The only thing is I linked my combo boxes to my only table where my data is stored. As a result, when I search based on say authors for example, the same name will appear multiple times for each record I have based on a particular author; this occurs for all other categories as well. Is there so that the combo box will not show the same category mulitple times (example: so that that an author's name only appears once)?