I have frm_NewClient which adds a new client to the database.
The controls are:
txt_Client_Id
txt_FirstName
txt_LastName
lst_Payers (This is a multiselect list box that displays different insurance carriers)
My insert query works perfectly. I am able to get the selected items from the listbox...