I am trying to add 2 numbers in an Access database with no luck. I have no problem performing multiplication, subtraction, and division on the same numbers.
Here is what i am working with:
Attempts1 Attempts2
2 10
I created a query for the calcualtions and end results. I have tried using the following formula for the Addition of the 2 numbers above:
Result: [attempts1]+[attempts2]
This always results in a product of 210.
Can anyone enlighten me to what is going wrong here? Is there another way of achieving the same goal?
Thanks,
Wax
Here is what i am working with:
Attempts1 Attempts2
2 10
I created a query for the calcualtions and end results. I have tried using the following formula for the Addition of the 2 numbers above:
Result: [attempts1]+[attempts2]
This always results in a product of 210.
Can anyone enlighten me to what is going wrong here? Is there another way of achieving the same goal?
Thanks,
Wax