I have 2 forms. Once is a form for entereing customer info and the other is for entereing products. When on the product form, there is a combo box that list the customers to select from. But the customer I want is not listed in the combo box. I have a button on the product form called "Add New Customer". When the user click on that button, I open up the customer form in add mode to add the customer. But when the database is updated and that customer form is closed, how to I update the combo form on the products page to reflect the new data that is on the table for customers, so the user can select the new item from the combo box?
Doing this saves haveing to close the product form, going to the switchboard and going to the customer form to add the data and navigating back to the product form.
Doing this saves haveing to close the product form, going to the switchboard and going to the customer form to add the data and navigating back to the product form.