i have a combobox and few textboxes in Form1.
i inserted new item into combobox by entering new item in one of the textbox.
i manage to add item into combobox in Form 1.
But how can i achieve if the item i added in Form1 to be inserted automatically into Form2 combobox as well after the operation in Form1. How can i achieve that?
i am using vb and mysql as database