I need some help/advice on how to go about this last hurdle in my database. I'm trying to create a budget forecast array in MS Access. It is based on different tasks TASKID, each task has a start date and a finish date, along with a budget. This is and idea of the array I want to set up.
Date Feb-02 Mar-02 Apr-02 May-02 Jun-02 Jul-02
Task
Task1 $400 $400 $400
Task2 $200 $200 $200 $200
Task3 $300 $300 $300
The monthly break down is obviously aquired from dividing the Task budget by the monthly difference in the start date and the end date. I'm having trouble writing the loop or query that would be need for such a task. Any suggestions would be much appreciated.
Date Feb-02 Mar-02 Apr-02 May-02 Jun-02 Jul-02
Task
Task1 $400 $400 $400
Task2 $200 $200 $200 $200
Task3 $300 $300 $300
The monthly break down is obviously aquired from dividing the Task budget by the monthly difference in the start date and the end date. I'm having trouble writing the loop or query that would be need for such a task. Any suggestions would be much appreciated.