Updating Multiple Tables in MS Access 2007 Database using c# -
i'm totally new in c# programming. i've jumped learning windows form application project managing inventory system.
i want update "purchase list" , "balance sheet" show current amount of products in inventory. using access 2007. need here.
at moment have 3 tables. 1.iteminformation(id, itemcode, itemname, groupname, companyname, purchaseprice, itemunit, saleprice, selfnumber)
2.purchaseinformation(id, itemcode, itemname, groupname, companyname, purchaseprice, purchasequantity, totalprice, purchasedate, remarks, itemunit, selfnumber)
3.purchaseinformation(id, itemcode, itemname, groupname, companyname, availablequantity, itemunit, selfnumber)
id primary key itemcode unique key , tables connected using it.
there table "salesinformation" showing how many items sold out. i'll have update balance sheet accordingly.
thanks in advance :)
Comments
Post a Comment