Hi,
I have a query which I want to add up to fields Score1 and Score2, im using the expression below in a column on the query
total: [Score1]+[Score2]
This is what Im getting...
RecordID,Score1,Score2,Total
1,1,2,12
2,1,1,11
3,4,4,44
what I really want is the sum, ive tried different expressions but I have had no luck. im looking for the total to be a sum of Score1 and Score2 to show the following
RecordID,Score1,Score2,Total
1,1,2,3
2,1,1,2
3,4,4,8
Can anyone tell me where im going wrong?!
Thanks
I have a query which I want to add up to fields Score1 and Score2, im using the expression below in a column on the query
total: [Score1]+[Score2]
This is what Im getting...
RecordID,Score1,Score2,Total
1,1,2,12
2,1,1,11
3,4,4,44
what I really want is the sum, ive tried different expressions but I have had no luck. im looking for the total to be a sum of Score1 and Score2 to show the following
RecordID,Score1,Score2,Total
1,1,2,3
2,1,1,2
3,4,4,8
Can anyone tell me where im going wrong?!
Thanks