One of the combo boxes on my form is used to display the items in a look up table. When the user makes a choice the item is saved along with the rest of the items that populate the various controls once the user hits save. If the user needs a choice that is not in the combo box I have provided a command button that takes the user to a form that allows them to add another choice to the table that populates the combo box. After this is done I would like to be able to go back to the original form and find the "just added item" in the combo box without the whole form being refreshed. Can I just refresh an individual control. aspvbwannab