Locked out of access database

2019-09-12 01:13发布

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?

2条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-09-12 01:33

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

Hope this helps

查看更多
老娘就宠你
3楼-- · 2019-09-12 01:35

You can also use vba to edit the properties from outside

opendatabase("yourdbfullname").properties!Allowbypasskey = true
查看更多
登录 后发表回答