View Full Version : VB ComboBox


ccflyer
07-19-2006, 09:14 AM
Hola Amigos!

The other day, I just began learning Visual Basic so I could convert one of my Database front-ends into a stand-alone program, but I have run into a small problem. When my front end was an Access Form, I had a combo box that had 2 columns. The first column was stored into a field, and the second column was entered into another text box on the form. Does anyone know how (or if) I can do this in Visual Basic?

Thanks,
Chris C.

NNothard
07-20-2006, 12:55 AM
Here is a link that may help

http://www.blueclaw-db.com/comboboxlist/multiple_dropdown_fields.htm

:)

ccflyer
07-20-2006, 05:52 AM
I think that reference focuses on Access more than Visual Basic. I already know how to create a mulit-columned combo box in Access, I just need some help in Visual Basic. But, thanks for trying to help out :).

-Chris