vb combo box

  • Thread starter Thread starter David
  • Start date Start date
D

David

I have a VB6 form that I want to fill with data from a field in an Access
DB. I get the connection and the first field, but want the whole column to
show up as the combo box items so that one can be selected, then when saved,
populate and/or update another Access table. Can anyone help me cause the
whole column to display instead of only the first record?
 
a combobox will only display the selection from a single column.

If you mean the dropdown only displays a single column, then change the
columncount property.
 

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

Back
Top