I have a form containing a combobox. This combobox is populated via a lookup table. This table contains two fields: ID and FirstName. The combobox is set to allow multiple values and is working ok, however, my problem is that I cannot add a new item to the combobox list using it on the form? I want to add new FirstNames via this combobox into the lookup table? Can anyone else do this? How is it done?
Thank you.
Thank you.