I put a multiselect listbox on a form. It works great, I can select members of the list. I'm trying to learn how to code a button to append the selected items to a table.
For example:
I have a table called People with fields ID, FirstName, and LastName. This is my multiselect listbox.
I have another table called SendTo. I want to append the People.ID to the SendTo table for each selected item in the list.
Thanks in advance!
For example:
I have a table called People with fields ID, FirstName, and LastName. This is my multiselect listbox.
I have another table called SendTo. I want to append the People.ID to the SendTo table for each selected item in the list.
Thanks in advance!