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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -