Security data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
Back
Top