Hi i have a table called tblStock consisting of Avaialble Stock for our company.
i need to update the Stocks whenever we receive new goods.
I have another table called tblStockInfo about received Stock Info and a form frmStockInfo for the same.
When new stocks comes in, the user enters the details like Stock Name, Quantity, Price etc.
what i wanted here is , as the user enters the new stock information in the form frmStockInfo, i want that to be updated in tblStock into the respective field corresponding to the stock name.
can anyone help me in this regards.
thanks,
kathy
i need to update the Stocks whenever we receive new goods.
I have another table called tblStockInfo about received Stock Info and a form frmStockInfo for the same.
When new stocks comes in, the user enters the details like Stock Name, Quantity, Price etc.
what i wanted here is , as the user enters the new stock information in the form frmStockInfo, i want that to be updated in tblStock into the respective field corresponding to the stock name.
can anyone help me in this regards.
thanks,
kathy
Comment