Logging users

  • Thread starter asset via AccessMonster.com
  • Start date
A

asset via AccessMonster.com

I'm trying to log users who have accessed or are accessing a database (Access
97). Does access 97 provide a utility that does it, if not can it be done?

Thanks
 
R

Rick B

There is no built in feature. You will have to build it. Most people do so
by opening a form with the database. They open the form as "hidden" and
they tie code to it in the OPEN and CLOSE event. The OPEN event adds a
record to a table including the UserID, Date, Time, etc. The CLOSE event
can be coded to find that record and update it with a time and date closed.

There are lots of ways to do it, but the short answer is that there is no
built-in feature for this.
 
A

asset via AccessMonster.com

sounds great.. but how exactly.... grateful if you could set me on the road.
Any ideas on how???

regards
 

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