This code will allow you to populate a listbox control using an ADO recordset. I am using the standard VB ListBox Intrinsic control. Everything is done through code.
Assumes
The database for this example was created with MS Access 2000 and must reside in the same directory as the program.
Returns
The code returns a recordset which will populate a standard VB ListBox ActiveX control.