Greetings everyone, I'm wanting to authenticate users via a form. I will have a form with a username and password fields for the user to enter their info. Then a command button to send the info.
Anyone have experience doing this? I would think my first step would be to set up my 'users' table. For example the table would have: user_id(primary key), username and password.
From here I need to create a form that when the data is entered will compare the data the user entered to the data in the table for validation. If the user is not found in the users table he/she will be exited out of the application.
Thanks if advance for any help.
Anyone have experience doing this? I would think my first step would be to set up my 'users' table. For example the table would have: user_id(primary key), username and password.
From here I need to create a form that when the data is entered will compare the data the user entered to the data in the table for validation. If the user is not found in the users table he/she will be exited out of the application.
Thanks if advance for any help.