OK this is what I want to do:
- Log the User in by checking with a SQL Database with a table that has user name and password. Also that table is linked to another table with all there personal information
- After they login, they have to enter information into the field and send it to the database or they can get presetsfrom a database and and edit them if need be. From there they will send there specific information to a diffrent table which will contain there data.
A program like this has alreadh been created, its called FS ACARS that program also has some other cool functions, that I dont need.
The problem I am having trouble with is when the user enters there user name and password into 2 different text boxes, how do I check that information with the database?
So an example:
User name [ txtbox1 ] Password [ txtbox2 ]
I need to search the database to find that txtbox1.text is a valid user name. and if so, does txtbox2.text = the corresponding password?
I hope this is enough detail!
Thanks ahead of time!!!!