I am trying to calculate a sell price in a query based on the following expression
round([price1]*1.35,0)
produces error message
"compile error. in query expression 'Round([price1]*1.35,0)
Used the same expression in a fresh database and it works perfectly.
What am I doing wrong?