Log denied access

J

Jonathan Brown

Is there a way I can create a table called tblAccessDenied and have it log
any denied login attempts to a database using user level security? I'd like
the table to track the attempted username and password, date and time, and
maybe even the IP address or mac address of the machine, or even better the
user account of the person on that machine. Any ideas?
 
J

Jeff Conrad

As far as I know this is not possible because the login screen that appears
with a secured Access database comes up before ANY VBA code runs in the
database. So there is no way to intercept any unsuccessful attempts. I'm
more than happy to be corrected, but I fear not.
 

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