I need some creative ideas...
I have a table that tracks project phase changes
tblPhase
PhaseID (pk)
ProjectID (fk to project detail table)
Phase
PhaseDateChange
We track a project as it moves through, typically 6 phases:
Obviously DateDiff will work to do the calculation. My challenge is how to determine the dates to use.
I'm thinking of looping through and evaluating the PhaseChangeDates for a particular project and then...
That's where I get stuck. Any help is gratefully accepted.
ML!
I have a table that tracks project phase changes
tblPhase
PhaseID (pk)
ProjectID (fk to project detail table)
Phase
PhaseDateChange
We track a project as it moves through, typically 6 phases:
- Initiation
- Verification
- Analysis
- Fulfillment
- Implementation & Monitoring
- Complete
Obviously DateDiff will work to do the calculation. My challenge is how to determine the dates to use.
I'm thinking of looping through and evaluating the PhaseChangeDates for a particular project and then...
That's where I get stuck. Any help is gratefully accepted.
ML!