multiple selection combo boxes

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

Guest

im trying to create multiple selection combo boxes, ie if format = a use
combo box 1, if format = b use combo box 2 and so on. anyone know if this is
possible
 
im trying to create multiple selection combo boxes, ie if format = a use
combo box 1, if format = b use combo box 2 and so on. anyone know if this is
possible

If you're trying to have the values shown in one combo box dependent
on the value selected in some other control - which is at least
vaguely similar to your description - take a look at the code at

http://www.mvps.org/access/forms/frm0028.htm

If you want a "multiselect" capability as your Subject line indicates,
you cannot use a combo box for the purpose; however you can use a
Listbox control.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 

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

list box and combo box 1
Combo Box 3
Combo Box/List Box 1
combo boxes 2
Automatically update text box 1
Text Field is Now Combo Box 2
MS Access problem 0
Building cascading lookups in an Access 2007 table 1

Back
Top