help w/combo box allowing users to select 1+ fields

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

Guest

I have already a created a form (using the wizard) with a combo box with a
list of values to choose from. However, now the users want to be able to
select 1 or more values from the list. I haven't been able to find anything
in my access book. Any help greatly appreciated.
 
Comboboxes do not allow multiple selections. You'll have to use a ListBox
instead.

Barry
 
Comboboxes do not allow multiple selections. You'll have to use a ListBox
instead.

Barry
 
It can't be done.

By design, combo boxes only allow a single record to be selected.

If you need multirow select capabilities, you have to use a list box.
 

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

Back
Top