Obviously I am missing something...I have a field on my form called txtCustomerNum and when I push a button I want to go to the NEXT txtCustomerNum. So I have my code set as....
txtCustomerNum.Text = txtCustomerNum.Text + 1;
Let's say it's on CustomerNum 333, when I push the button I want it to go to 334. Instead it changes the CustomerNum to 3331
...
Go to the complete details ...