G
Guest
Hello all,
I have an expresion in a query that I want to be an numberic value. So that
when I run the report it will not allow me to sum it.
Query Expresion
Low: IIf([variance]<"0",[variance],"0")
Report
=sum([Low])
I get invalid data type error message
I have an expresion in a query that I want to be an numberic value. So that
when I run the report it will not allow me to sum it.
Query Expresion
Low: IIf([variance]<"0",[variance],"0")
Report
=sum([Low])
I get invalid data type error message