How to see MSAccess user group info in VBA? - TechRepublic
Question
June 26, 2008 at 04:34 AM
donallsop

How to see MSAccess user group info in VBA?

by donallsop . Updated 18 years, 1 month ago

Using an Access 2003 database. I want to write some VBA code that can see whether the current user belongs to a given security group, like so:

If (CurrentUser is in group Foo) then
Do something
Else If (CurrentUser is in group Bar) Then
Do some other thing
End If

Is it possible to read the group membership info from VBA? Thanks.

This discussion is locked

All Comments