accessonly11
Member
- Local time
- Tomorrow, 01:13
- Joined
- Aug 20, 2022
- Messages
- 91
Hi dears
What is the best method to update stock table. I have Purchase form with purchase data form. I want when we press save button on purchase main form, it will add a new record in tblstock, where tblstock.productid = tblpurchaseData.productid,
and tblstock.purchasedQty=tblpurchaseData.Qty
using vba?
What is the best method to update stock table. I have Purchase form with purchase data form. I want when we press save button on purchase main form, it will add a new record in tblstock, where tblstock.productid = tblpurchaseData.productid,
and tblstock.purchasedQty=tblpurchaseData.Qty
using vba?