|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Please help
http://www.cybertechhelp.com/forums/showthread.php?t=44668
|
|
#2
|
|||
|
|||
|
What you are asking for is actually very simple once you figure it out. What you want to do, as the user clicks on the button to go to the next form, before going to the next form, do some basic checks on your text fields:
Code:
if text1.text = "" then msgBox "You are missing some information.", vbOkOnly, "Missing Information" Exit Sub end if Then do this for all of the text boxes that you want to do this with. You can also do this with on the lost_focus() event, however this can get you into problems, and also does not solve the issue if the user doesn't even click or tab into a field that needs a value. I hope this helps! |
|
#3
|
|||
|
|||
|
Thanx
Thank you all but i was able to figure out the problem.
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Please help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|