Combo Boxes/List Boxes

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

Guest

Stupid question I know, but what it the difference between the two. When
would I use a combo box, when would I use a list box?

Regards

Juparo
 
Combo boxes only take up a single row, so are perhaps better when space on
the form is a consideration. However, you can only select a single value
from a combo box.

List boxes (usually) display more than a single row of data (thus taking up
more form real estate), but they do allow you the ability to choose multiple
values at once. (Of course, you cannot bind a multiselect list box to a
field in your recordset, so you do need to do extra work)
 

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

Similar Threads

Combo Boxes 4
Populate a text box based on a combo box 1
Combo Box and Allow Full Menus 1
Combo Box Error 2
Combo Boxes 15
combo box, select all 4
Combo Box 2
List Box Data Not Completing Field 4

Back
Top