Access lists

W

webspoc

I have created a database which is completed by filling in of forms. I have
used a number of list boxes which offer one choice to go through. However,
there is one box that I would like a person to be able to choose more than
one option. Is there any way I can so this?
 
V

Van T. Dinh

How are you proposing to store the *multiple* values selected from this
particular ListBox?

The short answer is Yes but it is much more complex than the single-select
ListBox and you will have to use VBA code to manipulate the mulriple values.

HTH
Van T. Dinh
MVP (Access)
 
Top