I am trying to total two columns in a query.
Column1: 5
Column2: 2
Total: [column1] + [column 2]
It should come out as 7 but it is coming out at 52 so it is putting those 2 numbers together as if they were text. I change the properties of all of the columns to be numbers.
Help please![]()