Database Login details

A

Ayo

I have a database with User/Group level security set up. Now I want to be a
to show a splash screen with a greeting and the name of the person who log in
to the database. Something like:
"Godding Morning Joe Jack"
I found a code module that does this using the network login details but I
just want something using the database login details.

Thanks.
 
A

Armen Stein

I have a database with User/Group level security set up. Now I want to be a
to show a splash screen with a greeting and the name of the person who log in
to the database. Something like:
"Godding Morning Joe Jack"
I found a code module that does this using the network login details but I
just want something using the database login details.

Thanks.

CurrentUser will give you the user currently logged in with Access
security.

Armen Stein
Microsoft Access MVP
www.JStreetTech.com
 
Top