J
J
I have the formula:
=((([Estimated Budget (Mat'l) * [% Complete (Mat'l)])+([Estimated
Budget (Trans)]*[% Complete (Trans)])+([Estimated Budget (Labour)]*[%
Complete Labour)]))/(([Estimated Budget (Trans)]+[Estimated Budget
(Labour)]+[Estimated Budget (Mat'l)]))) * 100
which is supposed to find an overall percentage of the work completed
based on monetary values entered in the table. It calculates the total
of work that is done by multiplying the budgets and adding them
together and then dividing this total by the total of all the budgets
added together. This value is then multiplied by 100 to give a
percentage.
My main problem is that I receive an error saying:
"The database engine does not recognize either the field 'Estimated
Billing (Mat'l)' in a validation expression, or the default value in
the table 'Status wk 01'.
The table mentioned above is where I am trying to insert the formula.
I'm entering it into the default value field, I thought that would be
the corrrect place to enter it but I may be wrong.
Any help on this topic would be appreciated.
=((([Estimated Budget (Mat'l) * [% Complete (Mat'l)])+([Estimated
Budget (Trans)]*[% Complete (Trans)])+([Estimated Budget (Labour)]*[%
Complete Labour)]))/(([Estimated Budget (Trans)]+[Estimated Budget
(Labour)]+[Estimated Budget (Mat'l)]))) * 100
which is supposed to find an overall percentage of the work completed
based on monetary values entered in the table. It calculates the total
of work that is done by multiplying the budgets and adding them
together and then dividing this total by the total of all the budgets
added together. This value is then multiplied by 100 to give a
percentage.
My main problem is that I receive an error saying:
"The database engine does not recognize either the field 'Estimated
Billing (Mat'l)' in a validation expression, or the default value in
the table 'Status wk 01'.
The table mentioned above is where I am trying to insert the formula.
I'm entering it into the default value field, I thought that would be
the corrrect place to enter it but I may be wrong.
Any help on this topic would be appreciated.