You should Check each textbox With something like :
If len(text1.text) <> 0 then
' user entered something
else
'display errormessage
endif
But I think you should also include the part :
if isnumeric(text1.text) then
'user entered numbers
else
'dispay error message
endif
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.