E
EMILYTAN via AccessMonster.com
I want to build a query which will have LoanQty, OwedQty and ReturnedQty
OwedQty = LoanQty-ReturnedQty
However, this item can returned separately which means Item1 can loan 4 item.
Then return separately...
How to build this kind of query?
I have 3 different table. 1 is to keep track of the loan requestor which will
produce LoanID, 1 is for borrowing item and 1 is for returning item
OwedQty = LoanQty-ReturnedQty
However, this item can returned separately which means Item1 can loan 4 item.
Then return separately...
How to build this kind of query?
I have 3 different table. 1 is to keep track of the loan requestor which will
produce LoanID, 1 is for borrowing item and 1 is for returning item