We are trying to get a handle on how many times an application’s front and back end mdb database files are accessed. Both are secured with user-level security, sharing the same .mdw file. We have added a simple login audit table to the front-end; the AutoExec macro runs code to append a row with user name and date/time of access. Unfortunately, trying to implement the same approach in the back-end doesn’t work, since AutoExec doesn’t run if the tables are accessed through links in a front-end. The back-end is the main area of concern for us since several other Access applications (outside of our control) link to our back-end for read-only access to some of the tables. We are getting more frequent incidents of users being locked out recently due to an increase in number of users. It would really be helpful if we could get statistics on just how many “hits” the database is taking. We take the occasional peek at the associated .ldb file, but it doesn’t keep an ongoing log, so is of limited use. Any suggestions for tracking usage would be greatly appreciated. Thanks!
Dottie