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.
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:=CCur([PayRate] * [Hours Worked])
Code:=Sum([PayRate])


Reply With Quote
As for the total's, I was placing them in the wrong area of the report design
