-
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
-
Maybe I'm misunderstanding, wouldn't it be easier to have a series of command buttons outside the list box?
You could enable/disable them upon a click event in the list box as necessary.
Good Luck
DerFarm