Hey, i use the code

Equals = Str(Val(text1.text) + val(text2.text))

and it works perfectly..
altho i need it to Add decimals..
(if u try this out with a decimal, it ROUNDS the decimal..)

like money, so
$2
$2.10
$3.00

would = 7.10

How would i do this? thanks