Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combobox with checkboxes

Status
Not open for further replies.

Eddyoftheyear

Technical User
Aug 11, 2010
57
US
Hi All,

This may seem crazy, but I need to create a combobox with options to select more than one option. The reason is that one product may have several suppliers. I found a combobox in the northwind database in access 2007 this feature, but I don't know how they built it.

Has anyone worked on something like that?

 
What you are looking at in 2007 is a multivalued field. This is a single field that holds multiple values separated with a comma. There are limitations to using multi valued fields. However, contrary to most thought, these fields are normalized behind the scenes.


If you do not want to use a multivalued field, there is no native control to do this. You could simulate it with and expanding multiselect listbox.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top