I’ve got a database built that has several levels of user access. I want to be able to tell which group they belong to, and open a different menu for each. I can determine their user name with the CurrentUser method, but how can I determine what group they belong to?
Thanks for you help.
Justin