拆分 MS Access 数据库
我正在与另一个人一起开发数据库。我们已经成功地将数据库分为前端和后端,其中前端包含查询、报告和表单,并链接到后端中的表。
不幸的是,我们都在处理查询,这意味着我们都需要访问数据库的前端。有没有一种方法可以拆分数据库,以便我们都可以处理查询,或者我们中的一个人可以处理报告,另一个人可以处理查询?
I am working on a database with one other person. We have successfully split the database into a frontend and a backend, where the frontend contains the queries, reports, and forms, and is linked to the tables in the backend.
Unfortunately, we are both working on the queries, which means we both need access to the frontend of the database. Is there a way split the db so we can both work on the queries, or where one of us could work on the reports and the other on the queries?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以制作 2 个前端数据库的开发副本。然后你们每个人都可以在自己的领域工作而不会干涉。这就是我们在我管理的数据库之一上执行此操作的方法。然后,当您准备将其投入生产时,MS Access 允许您导入查询、报告。
You can always make 2 development copies of the front-end database. Then each of you can work on your areas and not interfere. That is how we do it on one of the databases that I manage. Then when you are ready to place it in production, MS Access allows you to import queries, reports.