Display User and Group Accounts Information

This simple routine displays the Security User and Group Accounts dialog box.

'***************** Code Start *******************
'Code by Terry Wickenden
Sub DisplaySecurityAccounts()

   DoCmd.RunCommand acCmdUserAndGroupAccounts
    
End Sub

'****************** Code End ********************

Return to Example List