Hi - Ive looked for a how to on this, but no luck so Im hoping someone can point me in the right direction.
Basically, I need a combobox populated by data in a table column that I have created.
The user will need to be able to pick more than one option.
For example:
Pizza Topping
+ onion
+ olive
+ sweetcorn
+ chilli
+ extra tomato.
Any help much appreciated
Thanks
Frank
Mulitple selection combobox
Page 1 of 13 Replies - 1023 Views - Last Post: 22 June 2012 - 03:21 AM
Replies To: Mulitple selection combobox
#2
Re: Mulitple selection combobox
Posted 18 June 2012 - 01:25 PM
why not create a loop that will check for multiple selections?
#3
Re: Mulitple selection combobox
Posted 19 June 2012 - 03:04 AM
Hi frankwright1,
For the combobox’ properties, it can only deal with the current item selected, for the reason that it only shows one single line data. If you are looking to select multiple data, you may use a ListBox instead.
Regards
For the combobox’ properties, it can only deal with the current item selected, for the reason that it only shows one single line data. If you are looking to select multiple data, you may use a ListBox instead.
Regards
#4
Re: Mulitple selection combobox
Posted 22 June 2012 - 03:21 AM
frankwright1, on 18 June 2012 - 10:14 PM, said:
Hi - Ive looked for a how to on this, but no luck so Im hoping someone can point me in the right direction.
Basically, I need a combobox populated by data in a table column that I have created.
The user will need to be able to pick more than one option.
For example:
Pizza Topping
+ onion
+ olive
+ sweetcorn
+ chilli
+ extra tomato.
Any help much appreciated
Thanks
Frank
Basically, I need a combobox populated by data in a table column that I have created.
The user will need to be able to pick more than one option.
For example:
Pizza Topping
+ onion
+ olive
+ sweetcorn
+ chilli
+ extra tomato.
Any help much appreciated
Thanks
Frank
Hi,
I should think of a CheckedListBox for that. Look here for more information.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote





|