brianpercival
Programmer
Hi all,
here is my query, a seemingly very simple one, but it doesn't work
SELECT [f1], [f1Total],
FROM [t1] where (( [f1]/[f1Total])<=0.8);
The error is "The expression is typed incorrectly or is too complex to be evaluated........"
Works fine if I remove the division check. What am I doing wrong?
regards,
Brian
here is my query, a seemingly very simple one, but it doesn't work
SELECT [f1], [f1Total],
FROM [t1] where (( [f1]/[f1Total])<=0.8);
The error is "The expression is typed incorrectly or is too complex to be evaluated........"
Works fine if I remove the division check. What am I doing wrong?
regards,
Brian