Here is what I am attempting to do. I have a combo box that lists products that the user chooses. In some cases there will be a new product that is not in the combo box. I want to allow users to enter the new product in a text box and submit the new product which gets added to the data source for the combo box. I imagine there would need to be some way to force a data source and combo box refresh. Is this possible?