I can't get my head around this, i want to add up a set of values from different text boxes. Currently i'm using the following in the default value property of the text box which I want to display the total:
=txt1 + txt2
txt1 contains value 50
txt2 contains value 40
The result displays 5040...