VB 2010 allows a combo box to be dragged and dropped from the access database. How can a list of database choices be expanded in this box? Can the ComboBox Tasks be used by selecting the "use data bound items" in the list be used to accomplish this?

If the items that are in the access database combobox are infact in a table, then yes.

If not, you will need to create a table, drop the data in, bind the data, and fill the combobox.

Here is an example of DataBinding to help you understand the concept.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.