multiple selection combo boxes

B

blackcat

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
 
J

John Vinson

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

Top