I have a form inputting values to a first sharepoint list. For one of the fields, I'd like to give the user the ability to:
- Either select the looked-up value from a second sharepoint list (from the dropdown)
or
- have the ability to do a fill in value like a text input
And of course, for these values to save on my first sharepoint list.
When I set up the combo box with the looked up item, it does not allow "fill-in". If I use a dropbox, I can do a "fill-in" choice, but then I can not look up my items from the 2nd sharepoint list. Appreciate any insight or work around please.