M
miss031
I am not sure if this has been covered here exactly.
I need to write be able to insert a record into my table for each item
selected in a multi-select listbox. I have read about how to use a
multi-select to concatenate criteria, but I don't think that's what I want to
do.
For each item selected in the "licence_type" listbox, I would like to insert
the value (1,2,3, etc.) into the "tbl_cont_licence" along with the
"contact_ID" (also numeric) which is on the form "frm_cont_licence". So i
believe that each item selected in the list box would be inserted into the
table as a separate record with the given contact ID.
I need to write be able to insert a record into my table for each item
selected in a multi-select listbox. I have read about how to use a
multi-select to concatenate criteria, but I don't think that's what I want to
do.
For each item selected in the "licence_type" listbox, I would like to insert
the value (1,2,3, etc.) into the "tbl_cont_licence" along with the
"contact_ID" (also numeric) which is on the form "frm_cont_licence". So i
believe that each item selected in the list box would be inserted into the
table as a separate record with the given contact ID.