I tried and recordset works fine, but the data displayed in box is a row: ABCACEChubbDDDGACGAIC, instead of a list like this:Originally Posted by CreganTur
ABC
ACE
Chubb
DDD
GAC
GAIC
May be I need to save the record to a table, then bound control to it.
Thanks.