multi select list boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everyone,

Is it possible for a listbox on a form that is bound to a field in a table to have multiple selections

Just doesn't seem like it should be possible. But I just wanted to make sure.

Thanks
kate
 
kate green said:
Hi everyone,

Is it possible for a listbox on a form that is bound to a field in a
table to have multiple selections?

Just doesn't seem like it should be possible. But I just wanted to
make sure.

Your instincts are good. A multiselect list box can't be bound to a
field.
 
kate green said:
Hi everyone,

Is it possible for a listbox on a form that is bound to a field in a table to have multiple selections?

Just doesn't seem like it should be possible. But I just wanted to make sure.

Nope. I tend to use a continuous sub form for this. I add a Boolean field, a
"select all" and "clear all" button which run queries.
It works quite well, especially if the user tends to use the same selections
a lot.
 
Back
Top