I have a table called ProductMaster that contains fields such as ProdID, ProdName, ProdRate, ProdReOrdrLvl. I want to give user an option to edit the rate or Re-order level of a product. I am using unbound ComboBox for user to select Product name and rest are unbound TextBox. I have coded “On Change” in Event Tab of ComboBox to display appropriate rate and re-order level on other unbound TextBoxes. Here Im stuck to proceed further. I want to store the modified data into a table back i.e. rate/re-order level. Can anybody help me out how can I achieve this. Thank you