Hi
I have a table containing predicted cashflow for a certain project for a certain date.
Example:
ProjNum|Date |Predicted amount|
1 |11/11/2005|2000 |
2 |01/01/2004|3000 |
Then I have a similar actual expenses table:
ProjNum|Date |Spent amount|
1 |10/11/2005|200 |
2 |01/11/2004|300 |
I need to draw up a query that shows the predicted and actual expenses per project on a monthly basis for a certain financial year.
I also need a total for predicedt and actual cashflow for the year, as well as the difference between the two values.
Predict 03/05|Actual 03/05|Predict 04/05|Actual 04/05|......|Total Predicted|Total Actual|Difference|
Any help will be highly appreciated.
Thanks
Johan
I have a table containing predicted cashflow for a certain project for a certain date.
Example:
ProjNum|Date |Predicted amount|
1 |11/11/2005|2000 |
2 |01/01/2004|3000 |
Then I have a similar actual expenses table:
ProjNum|Date |Spent amount|
1 |10/11/2005|200 |
2 |01/11/2004|300 |
I need to draw up a query that shows the predicted and actual expenses per project on a monthly basis for a certain financial year.
I also need a total for predicedt and actual cashflow for the year, as well as the difference between the two values.
Predict 03/05|Actual 03/05|Predict 04/05|Actual 04/05|......|Total Predicted|Total Actual|Difference|
Any help will be highly appreciated.
Thanks
Johan