On an order form, I have a combo box that lists all the customers in my database. Next to it, I have a "Add New Customer" button that pops up another form where they can enter customer details. When they close that form, the new customer is not listed in the combo box.
I have found a way around it by asking if it is a new customer before the Order form is loaded, but I would like to be able to use the "Add New" button. Is there a way to "refresh" the combo box after adding a customer without reopening the form?
I have found a way around it by asking if it is a new customer before the Order form is loaded, but I would like to be able to use the "Add New" button. Is there a way to "refresh" the combo box after adding a customer without reopening the form?