I want to get the current users name, much like SUSER_SNAME() does in SQL (it doesn't work for what I am doing). I know about CurrentUser(), but that just returns "Admin", because I don't have a secured workgroup file. The backend and security is handled by SQL Server. Is this possible to do with VBA?