I have a recordset containing several thousand records and am populating a list box for a search with
data.recordset.movenext and list1.additem
Is there a quicker way to do this with a large recordset as it takes a while on the network to populate the list box (up to 25 secs!!)
Thanks