Why is code behind PurchaseDetails form trying to set the value of BuyingPrice field in Product table?
Shouldn't this be saving to PurchasePrice field of PurchaseDetails?
ComboProductID on PurchaseDetails does not have BuyingPrice field in RowSource.
Why is code behind SalesDetails form trying to set the value of SellingPrice field in Product table?
Shouldn't this be saving to SoldPrice field of SalesDetails?