USER NAME

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How to get the user name from login (Neal). and how to store the no.of login
times?
 
The following will give you the user name...
CurrentUser()

What do you mean by the number of login attempts? This session? Since the
password was created? In either case, this is not tracked. I don't believe
there would be any way to do this. You could create a table and store the
number of successful logins by your users each time the database is opened,
but I don't know what value that would have for you. If the user fails to
login, then nothing is logged to indicate that as far as I know.
 

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

VBA 0
Counting a Running Column 1
Click on website button with tag "button" 0
User() timer() 3
User filtering 9
please help in excel functions. 2
please help in excel functions 4
Need a formula, please! 3

Back
Top