So I have two columns as follows..
A B
1 4
6 3
2 0
Now I added an extra column in a query so that column shows the total of A and B per row but instead of add them it does this..
C
14
63
29
So it looks put the numbers from column A and B together but do not add them. I typed this on the as the calculated field.
C: [A]+[B]
What is causing this problem?
Please help and thank you in advance!