Can anyone help ?
I am using VB6.0 and want to populate data in a list box from information contained within an MS Access database.
Printable View
Can anyone help ?
I am using VB6.0 and want to populate data in a list box from information contained within an MS Access database.
use ADO to make a connection and populate a recordset. Loop round the recordset to populate the listbox using the additem method.