Hello,
I'm trying to understand how I could achieve the following goal:
Table 1:
Project Number
Approved Funding
Table 2:
Project Number
Accounting Date
Actual Value
Table 3:
Project Number
Accounting Date
Forecast Spend
Table 4:
Project Number
There will be multiple entries in each table for each project number. What I need to do is create a query (or series of) which will show me where for each project in table 4:
Where Actuals to Date (Table 2) + Future Forecast (Table 3) > Total Approved
Spend (Table 1)
And also which entry in the forecasting table causes the cumulative limit set in Table 1 to be breached and thus infer the date on which this will happen.
It's a bit more complicated than anything I've dealt with before so could
really use some concept help.
Thanks
Josh