I have a SQL datasource set up that I use to feed our divisions training intranet site. My EmployeeInfo table contains the fields employee# and password. On the site there is a form that is used to check what classes you have taken. I would like to use the input from the form to run the query only if the UserID/Password match. I understand the basics of the if/then/else and the Request.form in ASP but getting the data from the SQL server and comparing it to the form data is proving to be harder than I thought. I have access to both a datasource (set up on the webserver to the SQL server) and a L/P to the SQL server on the LAN. I am a fair programmer but have never used ASP before. Any ideas would be greatly appreciated!!
Wes
Wes