Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to make a simple form with login and password text boxes and a submit button. When I click on submit, it will run a SQL statement that will "SELECT * from table WHERE UserID = {name of textbox}"
First question....what would be the proper SQL statement to get the result. Second question, how do I write the correct code to make sure the login and password are correct. Because if they are correct, then I want the database to jump to the next form we have created.
Any help would greatly be appreciated.
First question....what would be the proper SQL statement to get the result. Second question, how do I write the correct code to make sure the login and password are correct. Because if they are correct, then I want the database to jump to the next form we have created.
Any help would greatly be appreciated.