I'm trying to make a vb application with Access tables and fill a mutli-column combo box without using the data control. I've made a connection to the database and used
cboWhatever.additem
to get one field in their but I need to display text like "description" but I want to access the record using its uniquie id. I've included the Microsoft Forms 2.0 Object library that has a multi-column combo box but I can't figure out how to load or manipulate it.
I don't want to connect it to a data control, I want to use code and fill it from the recorset that I've created from my database. The recordset contains 2 things.
rs(Description)
rs(InventoryID)
Thank you all for your time and any suggestions you have, I hope I've given enough info.
Tina
cboWhatever.additem
to get one field in their but I need to display text like "description" but I want to access the record using its uniquie id. I've included the Microsoft Forms 2.0 Object library that has a multi-column combo box but I can't figure out how to load or manipulate it.
I don't want to connect it to a data control, I want to use code and fill it from the recorset that I've created from my database. The recordset contains 2 things.
rs(Description)
rs(InventoryID)
Thank you all for your time and any suggestions you have, I hope I've given enough info.
Tina