"Jack" <us@yours.com> wrote in message
news:8e**************************@posting.google.c om...
Hi guys,
I've searched and search... everyone talks about the multiselect
listbox control they have. BUT... how the hell do I implement it in
the first place. Do I just have to turn on a standard reference? Do I
have to download an active X? And whats the name of it in the "More
Controls" list.
It's a plain old ListBox. They have a MultiSelect property that defaults to
"None" But which can also be set to "Simple" or "Extended". If you look at
the propery sheet you will find it.
It cannot be easily used to store data in a table though if that is what you
wanted to do. Once set to MultiSelect mode the ListBox always has a value
of Null.