I have a combo box and a command button next to it. The combo box is populated with values from another table. If the value is not in the list, the button is clicked to add new value to the table via a small form. However; once I add the item to the table how do I trigger the event to update the combo box?