I am trying to add two textboxes together to get a sum result and put it into another textbox. So far I have not had any luck.
Any suggestions? I am new to VB.
It may depend a bit on the VB version. But assuming you mean a numeric sum, and not a string concatenation, you could probably do somethiing like
Comment