Populating List Box from SQL Server
How do i populate a listbox from a recordset returned from SQL server. The
recordset will have three fields. I can populate the listbox from a single
field using transpose to swap the data around from getrows. But how do i do
this with a recordset of multiple fields ?
|