Uma caixa de listagem de seleção múltipla tem uma coleção ItemsSelected
, que você pode percorrer usando um loop For..Each
. Na página de ajuda:
Use the ItemsSelected collection in conjunction with the Column property or the ItemData property to retrieve data from selected rows in a list box or combo box. You can list the ItemsSelected collection by using the For Each...Next statement.
Clique na palavra ItemsSelected
e pressione F1 para entrar no sistema de Ajuda.
Você pode usar o DAO (ou ADO) para criar um RecordSet
e usar o AddNew
para inserir os itens selecionados.