I hope this is an easy one...
I have a combo box that's got it's rowsource linked to a table, and when an item is selected, it updates the field associated to it in the combo box's control source.
But there are times when the value I need isn't already in the rowsource table and needs to be added before it can be selected from the combo box. Is it possible to add a new value in a combo box, and have that value be added to the table linked in the rowsource? So if I add something new in that combo box, it'll be there for the next time I might want to select it.
Thanks in advance.
I have a combo box that's got it's rowsource linked to a table, and when an item is selected, it updates the field associated to it in the combo box's control source.
But there are times when the value I need isn't already in the rowsource table and needs to be added before it can be selected from the combo box. Is it possible to add a new value in a combo box, and have that value be added to the table linked in the rowsource? So if I add something new in that combo box, it'll be there for the next time I might want to select it.
Thanks in advance.