multi select list boxes

K

kate green

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
 
D

Dirk Goldgar

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.
 
M

Mike Painter

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top