Can anyone give me any guidelines on validating data in a HTML form?
I need to validate that the fields are not empty, that certain fields only contain numbers, cetrtain fields only contain letters, and that one field only contains a date value.
I want to do this in ASP befor the information from the form is used to create an SQL statment which is going to be used to insert the data into an access database.