Security data

J

Jamie

hi
I am in the process of creating a datbase. I have set the security feature
so various people have different log on names and passwords to get various
settings. Now I would like to know if it is possible to insert the name the
person who logs on into a form/table. if not is it posible to track who logs
on at what times etc.

I would appreciate any help
Thanx Jamie
 
J

Joan Wild

Jamie said:
hi
I am in the process of creating a datbase. I have set the security
feature so various people have different log on names and passwords
to get various settings. Now I would like to know if it is possible
to insert the name the person who logs on into a form/table. if not
is it posible to track who logs on at what times etc.

The CurrentUser() function will get you the Access username, and the Now()
function will return the current date/time.
 

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