Locked out of access database

天涯浪子 提交于 2020-01-07 01:36:06

问题


I created a database and disabled the 'shift' bypass. I also have an AutoExec module that is running on a constant loop and quits the application.

Is there anyway to counter this or change the vba code?


回答1:


Just press Ctrl + Break - This should let you in to the background code by breaking the code and debugging

Hope this helps




回答2:


You can also use vba to edit the properties from outside

opendatabase("yourdbfullname").properties!Allowbypasskey = true


来源:https://stackoverflow.com/questions/38522832/locked-out-of-access-database

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