select dato1 as elenco from tabella
union all
select dato2 from tabella
union all
select dato3 from tabella
Poi cicli il recordset per popolare la combo.
select dato1 as elenco from tabella
union all
select dato2 from tabella
union all
select dato3 from tabella
Poi cicli il recordset per popolare la combo.