ramhanuman
Registered User.
- Local time
- Today, 11:29
- Joined
- May 1, 2012
- Messages
- 13
For simplicity's sake let's say I have one text box with an exit button on my form window. Currently, my problem is that if the user opens and then exits the window without entering in anything into the text box, the program saves a blank entry into the database. What I want is for the database to save entries only if the user entered in something and do nothing is the user leaves it blank. So I'm guessing I have to do something for the On Click event for the exit button but am not sure how to go about coding this in VB. Can anyone point me in the right direction? Thank you