i have 2 table
table1 have itemno, qty1 // many item (sum if)
table2 have itemno,qty2,qty
qty = sum (qty1)
i want write value sum of qty1 into column qty in table2.
how to code for this statment, what is declaration for open database and record then edit ot update?
Pls help me