Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. thesky

    Validating Multiple Textbox???

    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

Part and Inventory Search

Back
Top