I have a normal listbox where records from a database are added. This is done manually, which means the listbox i unbound to any datasource. I need top be able to have 6 option buttons / radio buttons to the right of each item that is added to the listbox. The item that is added to the listbox is a normal string, ie. "Programming","Wordprocessing" and I need to be able to evaluate these from 1-6. I've seen an example of this sort of thing, only with checkboxes. Does anyone have any super ideas / code that lets me add 6 radio buttons for every item in the listbox?

Thanks