Hi, is there a function in ms access vbscript that returns the group the current user is part of. In my access database I need to alter some stuff if the user has admin priviliges. Thanks beforehand.
CurrentUser() will tell you who the user is based on their workgroup. You should know which users have admin privileges. If your db is properly secured then nobody should have admin privileges but the programmer.