Hi!
The VB help says that it is possible to populate a listbox with a ADO recordset and the DataSource property. I can't get it to work; the listbox ends up empty... Does anyone know how to do this?
Printable View
Hi!
The VB help says that it is possible to populate a listbox with a ADO recordset and the DataSource property. I can't get it to work; the listbox ends up empty... Does anyone know how to do this?
is it a problem if you do it manually, or do you have to bind it via the data control?
I want it to be bound to the data source. OR, if I add items manually, I want to be able to update items in the listbox when the underlying data in the database changes.