cvaden
Jan 20th, 2000, 08:45 AM
Basically i have this:
names title
_____ _____
text1 title
text2 title
text3 title
text1 test1
text2 test1
text3 test1
...and so on
What I want to do is "grab" all of the title column and add it to a combobox, but only one of each since there are duplicates and unique items in each field.
-->Or more like VB<--
On load get all titles from the DB and put them in this combobox, but don't list duplicates!
Thanks in advance guys!
names title
_____ _____
text1 title
text2 title
text3 title
text1 test1
text2 test1
text3 test1
...and so on
What I want to do is "grab" all of the title column and add it to a combobox, but only one of each since there are duplicates and unique items in each field.
-->Or more like VB<--
On load get all titles from the DB and put them in this combobox, but don't list duplicates!
Thanks in advance guys!