I have a form where users will be entering numbers in a textbox. I want an error message to appear when the user tabs to the next textbox and they have left the previous textbox blank. I want the error message to say MessageBox.Show ("Must Enter a Number with a decimal")
The two TextBoxes are Debit1.Text and Credit1.Text
I need the message box to appear when the user tabs to Credit1.TextBox
Is there a way to do this?
Dataman86
The two TextBoxes are Debit1.Text and Credit1.Text
I need the message box to appear when the user tabs to Credit1.TextBox
Is there a way to do this?
Dataman86