I have an Access application where you logon to my application with Access's user-level security. My question is when the user successfully logs in, can I capture the user's name and pass it to my application for processing e.g. pass the name into a global variable so I can use it later on in my program.
