View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Peach John Peach is offline
external usenet poster
 
Posts: 5
Default 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 ?