Hello,
can somebody help me pls., i got stuck on this
deduction field from main_table is the sum quantity of transactioTable1and transactioTable2
can somebody help me pls., i got stuck on this
Code:
[B]
TransactionTable1[/B]
-date_of _transaction [I](date of transaction is compose of many items)[/I]
item quantity
A 30
B 35
Code:
[B]TransactionTable2[/B]
-date_of_transaction [I](date of transaction is compose of many items)[/I]
item quantity
A 30
B 10
Code:
[B]Main_table[/B]
item Beginning_balance deduction ending-balance
A 100 30+30=60 40
B 100 35+10=45 55
deduction field from main_table is the sum quantity of transactioTable1and transactioTable2
Last edited: