|
Question : ADO recordset and list box
|
|
Hi, How do i fill a list box with records from an ado recordset. This is what I am trying to do:
Set Forms!frmSearchStock!lstsearchresult.Recordset = myRecordSet
I don't get any error message, but the list box remains empty!
Thank you for any suggestions
|
|
Answer : ADO recordset and list box
|
|
I fill comboboxes all day long with ADO recordsets... Never tried a listbox but i assume they are the same.
|
|
|