> How do I retrieve the value of a listbox set to Multi Select? When
> it is set to none, it provides me with the value of the bound column.
[quoted text clipped - 3 lines]
>
> Thanks in advance!
There is an ItemsSelected collection that you have to loop through in code.
A MultiSelect ListBox is not intended to use to enter data into a table in the
same way that a ListBox with MultiSelect disabled is.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Robbie Baquiran - 06 Oct 2005 01:10 GMT
Thanks Rick ^^v
>> How do I retrieve the value of a listbox set to Multi Select? When
>> it is set to none, it provides me with the value of the bound column.
[quoted text clipped - 9 lines]
> A MultiSelect ListBox is not intended to use to enter data into a table in
> the same way that a ListBox with MultiSelect disabled is.