ms-access: when i change extension to ACCDR forms/tables disappear

让人想犯罪 __ 提交于 2019-12-05 22:31:01

The accdr extension puts your Access application into the "runtime" mode of Access, meaning the end user does not have the ability to see the built in navigation tools within Access. You would need to provide the navigation mechanism within the application yourself (for example, a startup form with links to the forms \ tables you want the users to be able to interact with).

The accdr extension hides objects from the user, but it does not prevent them from changing the file extension back to accdb and modifying your code \ objects.

To completely "lock down" the application you need to create an accde file instead. This prevents the user from being able to open a form in design view and make changes.

The following two links provide additional information about the file types and ways to deploy your application:

Intro to the Access 2007 file format

Deploy and Access 2007 Application

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