Access Login

  • Thread starter Thread starter Cal Mc
  • Start date Start date
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?
 
I suggest using the built-in Access user level security instead. No use
reinventing the wheel.
 
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

Similar Threads

tables 1
Windows 10 W10 password prob. 2
sending data from my text box to my table 5
Eeek! I am forbidden access? 12
Employee Time Tracking 9
Login Problem 1
Expiration notification 4
Custom SQL Server Login Form 2

Back
Top