hi all,
I'm doing a computation as I write the record.
The following passes the syntax check, but I don't know if it will compute correctly:
Round(CalculatedAmount * .6666667 * -.25,2) AS [Trans Amt]
If I try Round(CalculatedAmount * .6666667) * (-.25,2) AS [Trans Amt] I get a syntax error saying "The ROUND function requires 2 or 3 arguments.
Thanks for any help. John
I'm doing a computation as I write the record.
The following passes the syntax check, but I don't know if it will compute correctly:
Round(CalculatedAmount * .6666667 * -.25,2) AS [Trans Amt]
If I try Round(CalculatedAmount * .6666667) * (-.25,2) AS [Trans Amt] I get a syntax error saying "The ROUND function requires 2 or 3 arguments.
Thanks for any help. John