E
EMILYTAN via AccessMonster.com
Below are my table:
Main Table
PartNumber(pk)
Incoming
Bil (pk)
PartNumber
Quantity
Loan
LoanID
PartNumber
Quantity
So, I need to have a query to show all the quantity as below structure. If
the part number quantity exists in incoming but not in kanban, it will show
kanban quantity 0
PartNumber Incoming Loan
1111-1111 10 12
2222-2222 10 5
3333-3333 10 0
Main Table
PartNumber(pk)
Incoming
Bil (pk)
PartNumber
Quantity
Loan
LoanID
PartNumber
Quantity
So, I need to have a query to show all the quantity as below structure. If
the part number quantity exists in incoming but not in kanban, it will show
kanban quantity 0
PartNumber Incoming Loan
1111-1111 10 12
2222-2222 10 5
3333-3333 10 0