K
KF
I have three calulated fields in a query I need to perform a calulation on
within a query.
Example:
[Field 1] = Base Salary * Merit Increase
[Field 2] = Percent of Target
[Field 3] = Ref Value
When I try to perform a calculation on the fields in the query I get
"#Error" in the Datasheet view.
Here is the formula i need to create
Field 4:= [Field 1] +([Field 1] *[Field 2] )+[Field 3]
Please help if you can.
Thanks
KF
within a query.
Example:
[Field 1] = Base Salary * Merit Increase
[Field 2] = Percent of Target
[Field 3] = Ref Value
When I try to perform a calculation on the fields in the query I get
"#Error" in the Datasheet view.
Here is the formula i need to create
Field 4:= [Field 1] +([Field 1] *[Field 2] )+[Field 3]
Please help if you can.
Thanks
KF