Configuration can't save design changes or save to a new database object because another user has file open

你。 提交于 2019-12-12 02:43:35

问题


I have a MS Access database with few tables and a form. When more than one user tried to save changes to data - I get this error:

"Configuration can't save design changes or save to a new database object because another user has file open"

Not sure why this is happening, since the design is not being changed just a data.

Any thoughts?


回答1:


It is recommended to split databases in multi-user environments. This will allow you to develop on a copy of the front-end and then circulate it to the users.

http://msdn.microsoft.com/en-us/library/aa167840(office.11).aspx




回答2:


I googled and it seems you have to split the database in a front-end per user and a backend containing (only) the data.



来源:https://stackoverflow.com/questions/2686057/configuration-cant-save-design-changes-or-save-to-a-new-database-object-because

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!