Hi All,

I am trying to create a field which will display how much an employee has been paid by using the "hours worked" * "payrate" fields.

Using the code below returns "#Error" in the report.

Code:
=CCur([PayRate] * [Hours Worked])
The DataType For PayRate Is "Currency" and Hours worked is "Number". I would also like to create a total field for employee payments made but using the below code returns "#Error"

Code:
=Sum([PayRate])