Log users accessing the database

H

Help Please

I just want to save the username and a time and date stamp to my database
table.
When someone opens the database it must be logged.
Something like this:
username:bill
Logged in at: 19:35 13-07-05
Opened: db1.mdb
 
K

Keith

Help Please said:
I just want to save the username and a time and date stamp to my database
table.
When someone opens the database it must be logged.
Something like this:
username:bill
Logged in at: 19:35 13-07-05
Opened: db1.mdb

Check out "ENVIRON" in the help.

Regards,
Keith.
www.keithwilby.com
 
R

Rick B

I'd either use the autoexec macro, or create a form that opens with the
database and includes code to do this.

You can use =CurrentUser() to log the current user if your
database is secured.
 
T

TC

Are you saying that whever someone opens /any/ database, you want to
add a record to a /central/ dartabase?

TC
 

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