Add New Item to (LookUp) ComboBox?

Jason1971

Registered User.
Local time
Today, 20:09
Joined
Jan 19, 2009
Messages
46
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! The subform approach worked well. I created a subform based on my lookup table and then selected this subforms name from the "list items edit form" property under the lookup tab. So now I have a multiple entry combobox which also allows list items editing.
 

Users who are viewing this thread

Back
Top Bottom