User Logging / Tracking

R

Rob

Hi all,

I have been working on a DB and need to be able to have users log in to the
database for two reasons,

1) Security
2) Logging to monitor their activity.

Please give me a starting point for this. Maybe a unrelated table called
tblUsers can be used? but where do I hold the passwords etc. I havent got
any techies working for me so it doesnt need to be bulletproof. Any help
much appreciated.
 
N

Neil

Rob,

Use the built in security in Access to create group (and user if necessary)
accounts. From there, you can see who is logged on at any time by using the
built in function CurrentUser(). Relevant information can be found in the
Access help files and also on the Microsoft website - www.microsoft.com (in
the Knowledgebase).

HTH,

Neil.
 

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


Top