View Full Version : Use Access Table to fill VB Combo Box


StLMacMan
01-20-2005, 03:02 PM
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? TIA--Ed

Pat Hartman
01-20-2005, 07:10 PM
I think you would find better help in a VB forum. Combos don't work the same way in Access.