Heatshiver
Registered User.
- Local time
- Tomorrow, 06:01
- Joined
- Dec 23, 2011
- Messages
- 263
I have three fields that calculate different numbers from a query, then a fourth [unbound] field that adds them all together.
What ends up happening is the unbound field puts them all together instead of adding them together. Here is an example:
Field1 = 1
Field2 = 2
Field3 = 3
Field4 = 123
Even just with the simple expression [Field1]+[Field2]+[Field3], the above result occurs. I had originally thought it was because I was formatting the first three fields, but once I took that away the result was still the same...
Any help is much appreciated! Thanks.
What ends up happening is the unbound field puts them all together instead of adding them together. Here is an example:
Field1 = 1
Field2 = 2
Field3 = 3
Field4 = 123
Even just with the simple expression [Field1]+[Field2]+[Field3], the above result occurs. I had originally thought it was because I was formatting the first three fields, but once I took that away the result was still the same...
Any help is much appreciated! Thanks.