single records from database

ud2008

Well-known member
Joined
Jul 5, 2010
Messages
148
Programming Experience
Beginner
Sorry for the title, I didn't know how to name it.

But here is what I want to do.

I know how I can get records from a database, but I have a table which contains a column and in that column are multiple records using the same group, like:

Group1
Group1
Group1

Group2
Group2

How can I (when I retrieve all records) get only single group names, group1, group2, because this is what I need to add to a combobox.

Thanks
 
Back
Top