如何在 VBA 中找到所有 MS Access 安全组
如何通过 VBA 找到应用程序中所有 MS Access 安全组的列表?
我知道我可以通过转到“工具”->“安全”->“用户和组帐户”来完成此操作,但我想通过 VBA 来完成此操作(我想自动执行一些用户创建例程)。
我考虑过添加一个分配给所有组的虚拟用户,然后从用户中提取分配给他们的组,但必须有一种更简洁的方法来做到这一点。
How can I find a list of all the MS Access security groups in my application through VBA?
I know I can do it by going to Tools->Security->User and Group accounts, but I'd like to do it through VBA (I'd like to automate some of my user creation routine).
I've considered adding a dummy user that is assigned to all the groups and just pulling the groups they are assigned to from the user, but there must be a cleaner way to do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了!
Found it!