I am populating a dropdown box by concatenating several fields returned from a recordset, to form each row. I would like each of the fields to appear in a column within the box. e.g I have strText = rs("name") & rs("descrition") & rs("???").
Can anyone advise on how to format so the fields on successive rows appear in columns, rather than each row appearing as one long string with single or no spaces.
Can anyone advise on how to format so the fields on successive rows appear in columns, rather than each row appearing as one long string with single or no spaces.