B
balu
dear friends.
i want to use the update query in a table from another table to get up date
the table like this
Table1:
field employeeid
" billnumber(pk)
" date
" paymentsmade
" deductions
Table2
field " billnumber
" paymentid(pk)
" paymentmade
" deductions
i want to update Table1.paymentsmade , and table1.deductions to
sum(table2.paymentmade) and table1.deductions to sum(table2.deductions)
is it possible kindly advise please
i want to use the update query in a table from another table to get up date
the table like this
Table1:
field employeeid
" billnumber(pk)
" date
" paymentsmade
" deductions
Table2
field " billnumber
" paymentid(pk)
" paymentmade
" deductions
i want to update Table1.paymentsmade , and table1.deductions to
sum(table2.paymentmade) and table1.deductions to sum(table2.deductions)
is it possible kindly advise please