A family of Microsoft relational database management systems designed for ease of use.
Richard,
You're going to have to explain this one to us in a little more detail. For example, what exactly is "internal characteristics of the project"?
Baseline fields are designed to capture basic parameters of the original plan thereby allowing the project manager to compare the current plan with the original plan using variance fields and/or earned value metric fields. None of the "actual" fields, (e.g. Actual Duration, Actual Work, etc.), are part of the baseline data since the baseline by definition is a snapshot in time and does not normally reflect the current active plan. By definition:
Percent Work Complete = (Actual Work) / Work
It sounds like you wish to define a new metric
Baseline Percent Work Complete = (Actual Work) / (Baseline Work)
Let's look at an example. Say the original plan had a two week task with an estimated 80h of work. A baseline was saved. After the first week, the project manager sees that actual work on the task was only 20h and because the task is more difficult than originally planned, it will take 20h more work than originally planned. So the current plan shows the task will take 100h total with 20h already completed. Therefore the real percent work complete is 20/100 or 20%. So then why would you want to report that the percent work complete is 20/80 or 25% complete when it is not?
Maybe I'm missing something, but your proposed metric doesn't seem to make much sense.
John