B
BL
Dear all,
We have 3 tables for Budget, Actual and Forecast and the following is the
example. The account in the tables can be different. We do not have a
MASTER table to list out all the possible combination of centre and account
Budget
Centre Account Amount
001 100 $50
002 200 $500
Actual
Centre Account Amount
001 100 $55
002 250 $300
Forecast
Centre Account Amount
001 100 $60
002 250 $300
003 300 $100
I cannot figure how to make a query that link the above three table together
and generate a report as below
Centre Account Budget Actual
Forecast
001 100 50 55
60
002 200 500 0
0
002 250 0 300
300
003 300 0 0
100
Thank you.
Regards,
BL
We have 3 tables for Budget, Actual and Forecast and the following is the
example. The account in the tables can be different. We do not have a
MASTER table to list out all the possible combination of centre and account
Budget
Centre Account Amount
001 100 $50
002 200 $500
Actual
Centre Account Amount
001 100 $55
002 250 $300
Forecast
Centre Account Amount
001 100 $60
002 250 $300
003 300 $100
I cannot figure how to make a query that link the above three table together
and generate a report as below
Centre Account Budget Actual
Forecast
001 100 50 55
60
002 200 500 0
0
002 250 0 300
300
003 300 0 0
100
Thank you.
Regards,
BL