paulcraigdainty
Registered User.
- Local time
- Today, 13:16
- Joined
- Sep 25, 2004
- Messages
- 74
I need to be able to add up and display the total of a number of values.
My thinking was to use an expression behind a txtbox as follows:
=([S1])+([s2])
The value of S1 is 100 and the value of S2 is 50
My expression doesn't seem to add the values it just displays them like this:
10050
I want the expression to total the values and display 150.
What do I need to do to my expression to total the values?
My thinking was to use an expression behind a txtbox as follows:
=([S1])+([s2])
The value of S1 is 100 and the value of S2 is 50
My expression doesn't seem to add the values it just displays them like this:
10050
I want the expression to total the values and display 150.
What do I need to do to my expression to total the values?