Guest_imported
New member
- Jan 1, 1970
- 0
I have a form that has a combo box and a button beside the combo box. If the combo box does not contain the needed data then the user would push the button and a new form will pop up. This new form is where the user will added the new combo box item and any additional information. The form is tied to a table (EX:vendor) as well as the combo box. The button serves as a way to added items to the combo box. The problem I am having is:
How do you send the newly created item to the previous form?
Form1 has a combo box and a button. Then user pushes the button and it opens form2. The user adds a new vendor to form2 when the user closes form2 then I want the newly added vendor to fill in the combo box on form1.
How do you send the newly created item to the previous form?
Form1 has a combo box and a button. Then user pushes the button and it opens form2. The user adds a new vendor to form2 when the user closes form2 then I want the newly added vendor to fill in the combo box on form1.