access97to2000
Programmer
Hi,
Here is my problem.
Table A:
Productid , Name, Cost
1 abc 3
2 fsd 4
3 fdsf 15
Table B
Productid inventory
1 1
1 5
2 3
3 8
2 6
Table C
PRoductid unitssold
1 5
2 8
1 4
3 3
3 19
I want the output as
ProductID Name Standardcost Inventory unitssold(sum)
1 abc 3 6 9
2 fsd 4 9 8
3 fdsf 15 8 22
Please help me out
Here is my problem.
Table A:
Productid , Name, Cost
1 abc 3
2 fsd 4
3 fdsf 15
Table B
Productid inventory
1 1
1 5
2 3
3 8
2 6
Table C
PRoductid unitssold
1 5
2 8
1 4
3 3
3 19
I want the output as
ProductID Name Standardcost Inventory unitssold(sum)
1 abc 3 6 9
2 fsd 4 9 8
3 fdsf 15 8 22
Please help me out