security data

T

twizzlej

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
 
T

Tom van Stiphout

The built-in CurrentUser() function returns the name of the logged-in user.
You can certainly use this information to save it to a table.

-Tom.
 
Top