Retrieving User information

E

Emma

Hi I created a normal list of users using the Users and Permissions. I would
like to retrieve the username and put that in a form. Is there any way of
doing this?

Secondly, I would like to backup the database, how do I do this when it is
openning from a shortcut on the desktop, and has created a security file?
 
E

Emma

Hi I figured out the answer to my first question is

Me![Case Worker].Value = CurrentUser

End Sub
 
Top