Hello,

I have a table called users, and it has two fields "username" & "password".

I have created a form called "UserLogin.frm", and it has as the following:

1- txtUsername
2- txtPassword
3- btnEnter

the idea is that the user must enter his/her username & password in the mentioned textboxes respectively. Then s/he will press the Enter Button.

The system will varify the input by matching the data in the users table. If it wrong, the error message will appear. If it correct, the required form will be displayed.

So, this process is very new to me ... and I would like to learn it and I would be more appreciated by having your kindly assistance.