Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们必须仅使用 MS Access 构建应用程序,所有表单都必须在 MS Access 中设计,DB 也在 MS Access 中。
实现这样的应用程序的最佳方式是什么。
您的标题与您的问题并不真正匹配,但我可以告诉您,Access 在 2010 年摆脱了用户级安全性。最好的方法是使其成为表驱动的。
保留一张表,其中包含用户名、密码(使用加密字段)和安全级别。然后,每当您启动表单时,您都会检查表格以确保用户有权查看它。
您还需要一个登录屏幕来确保用户首先可以访问数据库,然后您可以隐藏该表单而不是关闭它,这样您在检查每个新表单以获得许可时始终可以参考用户名.