C
Christopher Panadol
Hello all! I am a FoxPro programmer and now I should handle Access project. I think I
want to collapse to write Access code. Just like I am writing a login screen. If I wrote
it in FoxPro, I can use 5 minutes to complete it. However I do not know how to write in
Access. I hope that you can help me.
I have designed a table in Access (call User) with 2 fields, "Name" and "Password"
I have designed a form that have 2 text fields, txtName and txtPass to handle user's
input.
What I want to write is simple: After user click's "OK" button, I want to call User table
and search whether the name is existed. If yes, then check whether the password is
matched. If yes, the user can log-in to another form.
It makes me headache that how I can call table and search record so easy as what I did in
FoxPro? I know there is something like recordset but I do not know the concept....
want to collapse to write Access code. Just like I am writing a login screen. If I wrote
it in FoxPro, I can use 5 minutes to complete it. However I do not know how to write in
Access. I hope that you can help me.
I have designed a table in Access (call User) with 2 fields, "Name" and "Password"
I have designed a form that have 2 text fields, txtName and txtPass to handle user's
input.
What I want to write is simple: After user click's "OK" button, I want to call User table
and search whether the name is existed. If yes, then check whether the password is
matched. If yes, the user can log-in to another form.
It makes me headache that how I can call table and search record so easy as what I did in
FoxPro? I know there is something like recordset but I do not know the concept....