A
Andysgriff
Trying to get a simple query to ADD 4 values in a query. I am using the
expression builder and all the other BASIC Operators work, i.e *, -, /.
E.g 4 fields in the query, values 2,4,6,8. When I use the * Operator I get
384 as the returned value, no problem there.
Expr1: [SPIR_Parts_tbl].[CsI]*[PrI]*[PenI]*[LtI]
But when I use the + Operator I get 2468 as the returned value
expression builder and all the other BASIC Operators work, i.e *, -, /.
E.g 4 fields in the query, values 2,4,6,8. When I use the * Operator I get
384 as the returned value, no problem there.
Expr1: [SPIR_Parts_tbl].[CsI]*[PrI]*[PenI]*[LtI]
But when I use the + Operator I get 2468 as the returned value