I have a form with two listboxes. The left listbox needs to be populated with data from the right listbox. The data in the right listbox needs to look like the following:
Heading1
value1
value2
value3
Heading2
value4
value5
...etc.
First, is it possible to populate a listbox to look like the above. Second, how do I make it so I can double-click an item in the right listbox and add to the left listbox? Help would be most appreciated. Thanks.
Heading1
value1
value2
value3
Heading2
value4
value5
...etc.
First, is it possible to populate a listbox to look like the above. Second, how do I make it so I can double-click an item in the right listbox and add to the left listbox? Help would be most appreciated. Thanks.