Display User and Group Accounts Information
acCmdUserAndGroupAccounts
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 ********************