Locked out of access database

2019-09-12 01:18发布

问题:

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