Hello guys, Please i have a problem and i need help.Please
I have two table called
1.Register product table
2.Sell product table
Register product table consist of (Product Id (txtProdId.text) and
Product Name(txtProdName.text)) NB. All are textboxes
Sell product table consist of (Product Name(cboProdName.text) and ProdPrice
(txtProdCost.text)). NB. ProductName over here is a combobox.
When someone saves record in the Register product table, items should be
added into the combobox into Sell product table. Please how will I go about
it.