Access Login

C

Cal Mc

How can I make a login form that works for all users in a table and their
corresponding passwords? All I have is a login form where you have to go to
the relevant record, say, I want to enter the username and password of the
person in record 123, I have to go to 123 to do it. Otherwise, It accepts
all passwords from all users. What do I do?
 
J

Jerry Whittle

I suggest using the built-in Access user level security instead. No use
reinventing the wheel.
 
S

SubyRuby

How can I make a login form that works for all users in a table and their
corresponding passwords? All I have is a login form where you have to go to
the relevant record, say, I want to enter the username and password of the
person in record 123, I have to go to 123 to do it. Otherwise, It accepts
all passwords from all users. What do I do?

If you decide you don't want to use Access user level security, try
this: http://www.databasedev.co.uk/login.html

I followed the directions found there, and it worked great. I also use
the login name (for the current user after they sign in) and store it
in a hidden form. Then, when I want to create a timestamp on my form
to store who made the most recent changes, I can refer to the current
user.

Hope this helps!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top