G
Guest
In a secure database I want to display the user name in the Title Bar. To do
that I use:
CurrentDb.Properties("appTitle") = CurrentUser
Application.RefreshTitleBar
BUT, this is only possible if the user is a member of the Admins group.
I can't have all users in the Admins group, since that would enable them to
manage users and extend their own permissions.
Does anyone know how to get around this problem?
Thanks in advance, to anyone posting a suggestion.
Leif
that I use:
CurrentDb.Properties("appTitle") = CurrentUser
Application.RefreshTitleBar
BUT, this is only possible if the user is a member of the Admins group.
I can't have all users in the Admins group, since that would enable them to
manage users and extend their own permissions.
Does anyone know how to get around this problem?
Thanks in advance, to anyone posting a suggestion.
Leif