more combo/list boxes

  • Thread starter Thread starter Paul Roddy
  • Start date Start date
P

Paul Roddy

thanks for the help with my other post on combo/list boxes - further to that
post, It seems that a combo box or list box will only allow you to select
and display one item. What do I do if I want to select and display multiple
items within the same box?
 
The ListBox control has a MultiSelect property which allows you to select
multiple values. However, you must use code to get these values and use
them. On my website (see sig below) is a small sample database called
"CreateQueries2.mdb" which illustrates this (see Form 6). There is another
sample (MultiSelect.mdb), which also illustrates this.
 
Back
Top