Hello AF,
Not quite sure what's going on with this. I'm trying to add several fields together in a query but instead of getting a sum I'm getting a huge number consisting of combined values.
For example, when I add:
57,569 + 500 + 1,000 + 500 + 3,200 + 7,157 + 3,700 + 1,000 + 10,881
I get:
575,695,001,000,500,320,071,573,700,100,010,881
And the expression I'm using is:
Annual: FormatNumber([BaseSalary]+[BCLADReturn]+[MAReturn]+[RSPReturn]+[OtherStipend]+[AcaCoach]+[Sierra]+[LongevityStipend]+[HealthCostsReturn],0)
I've run into this problem before on a form I created for this same database, but luckily the problem resolved itself that time. Not so fortunate this time around.
I'm not sure if this is contributing to the problem, but all of the fields (except one) I'm adding are calculated. I've even excluded the non-calculated field and get the same result.
Help plzzz![]()