dadazhu
Oct 8th, 2001, 01:12 AM
I just started to design some small project using VB. I got some problems.
One of them is to design a login form which would allow the right user to access my program. I used the access to build a table which contained two data fields: user name and password. And I could not match them with "username and password " entered in the login form.
The second problem is that I need to condsider the security for different level users, which means that different users only can view and edit the proper files as the other files are hided after they log in.
Can anyone show me how to do?Thank you very much.
One of them is to design a login form which would allow the right user to access my program. I used the access to build a table which contained two data fields: user name and password. And I could not match them with "username and password " entered in the login form.
The second problem is that I need to condsider the security for different level users, which means that different users only can view and edit the proper files as the other files are hided after they log in.
Can anyone show me how to do?Thank you very much.