Hi i did find a function that gets the user names when using access' user level security as follows:
Function GetUserNames(ctl As Control, varID As Variant, varRow As Variant, varCol As Variant, varCode As Variant) As Variant
Static swrk As Workspace
Static sastrUsr() As String...