hey guys,
im sure this is a really easy thing to do but, im currently trying to make a form that basically you enter numbers into three text boxes and it pumps and the sum in a label. I've got this working fine except for decimal places. using code" label.text = int(val(txtbox.text) +val(txtbox2.text)) "
i haven't done any coding in vb since 1996 so im a little hazy i think it has something to do with the int but not sure.
any help would be great
thanks