hi,

I have this combobox with these items

English
English
Math
Phisics
Math

These items are loaded from an access database. I want only one of each.
how do i check for duplicate items in a combobox, and if there are duplicate items, how do i remove them?


Thanks.